aboutsummaryrefslogtreecommitdiff
path: root/binder/android/bluetooth/IBluetoothProfileServiceConnection.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'binder/android/bluetooth/IBluetoothProfileServiceConnection.aidl')
-rw-r--r--binder/android/bluetooth/IBluetoothProfileServiceConnection.aidl2
1 files changed, 0 insertions, 2 deletions
diff --git a/binder/android/bluetooth/IBluetoothProfileServiceConnection.aidl b/binder/android/bluetooth/IBluetoothProfileServiceConnection.aidl
index 5a048cf7e..e5c3de98c 100644
--- a/binder/android/bluetooth/IBluetoothProfileServiceConnection.aidl
+++ b/binder/android/bluetooth/IBluetoothProfileServiceConnection.aidl
@@ -25,8 +25,6 @@ import android.os.IBinder;
* {@hide}
*/
oneway interface IBluetoothProfileServiceConnection {
- @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
void onServiceConnected(in ComponentName comp, in IBinder service);
- @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
void onServiceDisconnected(in ComponentName comp);
}