Home
last modified time | relevance | path

Searched refs:LocalBinder (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DBatchService.java28 public class LocalBinder extends Binder { class in BatchService
34 private final IBinder mBinder = new LocalBinder();
H A DAbstractGalleryActivity.java320 mBatchService = ((BatchService.LocalBinder)service).getService();
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
H A DInCallServiceProxy.java89 ? new LocalBinder() in onBind()
96 public class LocalBinder extends Binder { class in InCallServiceProxy
H A DFakeTelecomManager.java61 mInCallService = ((InCallServiceProxy.LocalBinder) binder).getService();
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/audio/telecom/
H A DInCallServiceImpl.java68 ? new LocalBinder() in onBind()
91 public class LocalBinder extends Binder { class in InCallServiceImpl
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/
H A DAppFactoryImpl.java48 MessengerService.LocalBinder binder = (MessengerService.LocalBinder) service;
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DInCallServiceImpl.java123 ? new LocalBinder() in onBind()
168 public class LocalBinder extends Binder { class in InCallServiceImpl
H A DLocalCallHandler.java84 mInCallService = ((InCallServiceImpl.LocalBinder) binder).getService();
H A DUiCallManager.java100 mInCallService = ((InCallServiceImpl.LocalBinder) binder).getService();
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothActionActivity.java46 private BluetoothDevicesService.LocalBinder mBtDeviceServiceBinder;
52 mBtDeviceServiceBinder = (BluetoothDevicesService.LocalBinder) service;
H A DBluetoothDevicesService.java52 private final Binder mBinder = new LocalBinder();
56 public class LocalBinder extends Binder implements BluetoothDeviceProvider { class in BluetoothDevicesService
H A DConnectedDevicesSliceProvider.java76 private BluetoothDevicesService.LocalBinder mBtDeviceServiceBinder;
90 mBtDeviceServiceBinder = (BluetoothDevicesService.LocalBinder) service;
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/service/
H A DMessengerService.java63 @NonNull private final IBinder mBinder = new LocalBinder();
69 public class LocalBinder extends Binder { class in MessengerService
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DEmergencyCallbackModeService.java254 private final IBinder mBinder = new LocalBinder();
259 public class LocalBinder extends Binder { class in EmergencyCallbackModeService
H A DEmergencyCallbackModeExitDialog.java354 mService = ((EmergencyCallbackModeService.LocalBinder)service).getService();
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationListener.java119 ? new LocalBinder() : super.onBind(intent); in onBind()
279 class LocalBinder extends Binder { class in CarNotificationListener
H A DCarNotificationCenterActivity.java43 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();
/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/homescreen/audio/telecom/
H A DInCallServiceImplTest.java60 mService = ((InCallServiceImpl.LocalBinder) binder).getService(); in setUp()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestService.java58 public class LocalBinder extends Binder { class in IngestService
67 private final IBinder mBinder = new LocalBinder();
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingService.java64 private final IBinder mBinder = new LocalBinder();
137 public class LocalBinder extends Binder { class in ProcessingService
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DClusterRenderingService.java87 private final IBinder mLocalBinder = new LocalBinder();
103 public class LocalBinder extends Binder { class in ClusterRenderingService
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java460 private final IBinder binder = new LocalBinder();
478 public class LocalBinder extends Binder { class in NotificationListenerServiceTest.TestListenerService
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/telecom/
H A DInCallServiceImplTest.java116 ((InCallServiceImpl.LocalBinder) binder).getService(); in setUp()
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/audio/
H A DInCallModel.java80 mInCallService = ((InCallServiceImpl.LocalBinder) service).getService();
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DHvacController.java99 public class LocalBinder extends Binder { class in HvacController
105 private final Binder mBinder = new LocalBinder();

12