diff options
| author | Colin Cross <ccross@android.com> | 2017-12-05 00:34:32 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-12-05 00:34:32 +0000 |
| commit | 3dbbd3d3a993926ed0755bf464cdacac11e61687 (patch) | |
| tree | b8453afe87c9241dfaa7843cb5342f947c1dee89 /core/java/android | |
| parent | 1470313b9726cfb8412ee66566b84b44f020cadf (diff) | |
| parent | 43f665c95e9df71d75c92bc74e21eb3fa62cc0e4 (diff) | |
Merge "Remove unused AIDL files" am: d0abc863f4
am: 43f665c95e
Change-Id: I3d966c647103c45f8a078adcb4260c08174cf61c
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/print/IPrintClient.aidl | 30 | ||||
| -rw-r--r-- | core/java/android/service/autofill/IAuthenticationCallback.aidl | 31 |
2 files changed, 0 insertions, 61 deletions
diff --git a/core/java/android/print/IPrintClient.aidl b/core/java/android/print/IPrintClient.aidl deleted file mode 100644 index 3f39d0887954..000000000000 --- a/core/java/android/print/IPrintClient.aidl +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright (C) 2013 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.print; - -import android.content.IntentSender; - -/** - * Interface for communication with a printing app. - * - * @see android.print.IPrintClientCallback - * - * @hide - */ -oneway interface IPrintClient { - void startPrintJobConfigActivity(in IntentSender intent); -} diff --git a/core/java/android/service/autofill/IAuthenticationCallback.aidl b/core/java/android/service/autofill/IAuthenticationCallback.aidl deleted file mode 100644 index 36b989dec886..000000000000 --- a/core/java/android/service/autofill/IAuthenticationCallback.aidl +++ /dev/null @@ -1,31 +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.view.autofill; - -import android.view.autofill.Dataset; -import android.service.autofill.FillResponse; - -/** - * Callback for delivering authentication result. - * - * {@hide} - */ -interface IAutoFillAuthCallback { - void onSuccessForDataset(in Dataset dataset); - void onSuccessForFillResponse(in FillResponse response); - void onFailure(CharSequence message); -} |
