From 25a3a5fb1765a289ddc418f8da2fa9837623353a Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Fri, 20 Oct 2017 17:06:09 -0700 Subject: [PATCH] Removed .aidl files that are not used on other.aidl files. Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases Bug: 67867469 Change-Id: I7f598d0016d49a3956d4be00ab5acca6a62d56eb --- .../android/service/autofill/Dataset.aidl | 19 ---------------- .../android/service/autofill/SaveInfo.aidl | 19 ---------------- .../android/view/autofill/AutoFillType.aidl | 22 ------------------- .../android/view/autofill/AutoFillValue.aidl | 20 ----------------- 4 files changed, 80 deletions(-) delete mode 100644 core/java/android/service/autofill/Dataset.aidl delete mode 100644 core/java/android/service/autofill/SaveInfo.aidl delete mode 100644 core/java/android/view/autofill/AutoFillType.aidl delete mode 100644 core/java/android/view/autofill/AutoFillValue.aidl diff --git a/core/java/android/service/autofill/Dataset.aidl b/core/java/android/service/autofill/Dataset.aidl deleted file mode 100644 index 2342c5f5a45ac..0000000000000 --- a/core/java/android/service/autofill/Dataset.aidl +++ /dev/null @@ -1,19 +0,0 @@ -/** - * Copyright (c) 2016, The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package android.service.autofill; - -parcelable Dataset; diff --git a/core/java/android/service/autofill/SaveInfo.aidl b/core/java/android/service/autofill/SaveInfo.aidl deleted file mode 100644 index 8cda608e18140..0000000000000 --- a/core/java/android/service/autofill/SaveInfo.aidl +++ /dev/null @@ -1,19 +0,0 @@ -/** - * Copyright (c) 2017, The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package android.service.autofill; - -parcelable SaveInfo; diff --git a/core/java/android/view/autofill/AutoFillType.aidl b/core/java/android/view/autofill/AutoFillType.aidl deleted file mode 100644 index 4606b48e9e109..0000000000000 --- a/core/java/android/view/autofill/AutoFillType.aidl +++ /dev/null @@ -1,22 +0,0 @@ -/** - * Copyright (c) 2016, The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package android.view.autofill; - -/* - * TODO(b/35956626): remove once clients use getAutoFilltype() - */ -parcelable AutoFillType; \ No newline at end of file diff --git a/core/java/android/view/autofill/AutoFillValue.aidl b/core/java/android/view/autofill/AutoFillValue.aidl deleted file mode 100644 index 05b75622c2733..0000000000000 --- a/core/java/android/view/autofill/AutoFillValue.aidl +++ /dev/null @@ -1,20 +0,0 @@ -/** - * Copyright (c) 2016, The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package android.view.autofill; - -// @deprecated TODO(b/35956626): remove once clients use AutofillValue -parcelable AutoFillValue; \ No newline at end of file