HomeSort by relevance Sort by last modified time
    Searched refs:Stub (Results 326 - 350 of 1066) sorted by null

<<11121314151617181920>>

  /packages/services/Car/car-lib/src/android/car/
CarBluetoothManager.java 138 mService = ICarBluetooth.Stub.asInterface(service);
  /packages/services/Car/service/src/com/android/car/
CarNightService.java 52 new ICarSensorEventListener.Stub() {
  /packages/services/Car/service/src/com/android/car/cluster/
InstrumentClusterService.java 103 IInstrumentCluster service = IInstrumentCluster.Stub.asInterface(binder);
246 public IInstrumentClusterManagerService.Stub getManagerService() {
441 private class ClusterManagerService extends IInstrumentClusterManagerService.Stub {
466 private class ClusterServiceCallback extends IInstrumentClusterCallback.Stub {
  /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
CarTest.java 51 mICar = ICar.Stub.asInterface(service);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionMonitorTest.java 176 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock();
288 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock();
345 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock();
407 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock();
472 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock();
528 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock();
578 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock();
674 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock();
767 ITelephonyRegistry.Stub telRegistry = new TelephonyRegistryMock();
    [all...]
  /frameworks/base/core/java/android/app/backup/
RestoreSession.java 283 private class RestoreObserverWrapper extends IRestoreObserver.Stub {
337 private class BackupManagerMonitorWrapper extends IBackupManagerMonitor.Stub {
  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java 88 new IBluetoothStateChangeCallback.Stub() {
292 mService = IBluetoothAvrcpController.Stub.asInterface(Binder.allowBlocking(service));
BluetoothPan.java 185 final private IBluetoothStateChangeCallback mStateChangeCallback = new IBluetoothStateChangeCallback.Stub() {
374 mPanService = IBluetoothPan.Stub.asInterface(Binder.allowBlocking(service));
BluetoothPbap.java 113 new IBluetoothStateChangeCallback.Stub() {
315 mService = IBluetoothPbap.Stub.asInterface(service);
BluetoothPbapClient.java 58 new IBluetoothStateChangeCallback.Stub() {
298 mService = IBluetoothPbapClient.Stub.asInterface(Binder.allowBlocking(service));
  /frameworks/base/core/java/android/content/
IntentSender.java 100 private static class FinishedDispatcher extends IIntentReceiver.Stub
381 mTarget = IIntentSender.Stub.asInterface(target);
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardware.java 475 class GeofenceHardwareMonitorCallbackWrapper extends IGeofenceHardwareMonitorCallback.Stub {
500 class GeofenceHardwareCallbackWrapper extends IGeofenceHardwareCallback.Stub {
  /frameworks/base/core/java/android/service/euicc/
EuiccService.java 127 private final IEuiccService.Stub mStubWrapper;
337 private class IEuiccServiceWrapper extends IEuiccService.Stub {
  /frameworks/base/core/java/android/service/quicksettings/
TileService.java 328 mService = IQSService.Stub.asInterface(intent.getIBinderExtra(EXTRA_SERVICE));
339 return new IQSTileService.Stub() {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java 197 static class DummyCameraDeviceCallbacks extends ICameraDeviceCallbacks.Stub {
208 // TODO Auto-generated method stub
221 // TODO Auto-generated method stub
235 // TODO Auto-generated method stub
245 // TODO Auto-generated method stub
255 // TODO Auto-generated method stub
265 // TODO Auto-generated method stub
275 // TODO Auto-generated method stub
300 static class DummyCameraServiceListener extends ICameraServiceListener.Stub {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 74 private final IKeyguardService.Stub mBinder = new IKeyguardService.Stub() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 66 mAudioService = IAudioService.Stub.asInterface(
100 private IRingtonePlayer mCallback = new IRingtonePlayer.Stub() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockscreenWallpaper.java 51 public class LockscreenWallpaper extends IWallpaperManagerCallback.Stub implements Runnable {
75 IWallpaperManager service = IWallpaperManager.Stub.asInterface(
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileLifecycleManagerTest.java 61 private final IQSTileService.Stub mMockTileService = Mockito.mock(IQSTileService.Stub.class);
74 // Stub.asInterface will just return itself.
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
SecurityControllerTest.java 60 private final IKeyChainService.Stub mKeyChainService = mock(IKeyChainService.Stub.class);
85 // Without this line, mKeyChainService gets wrapped in a proxy when Stub.asInterface() is
  /frameworks/base/services/autofill/java/com/android/server/autofill/
AutofillManagerServiceShellCommand.java 174 final IResultReceiver receiver = new IResultReceiver.Stub() {
190 final IResultReceiver receiver = new IResultReceiver.Stub() {
  /frameworks/base/telephony/java/android/telephony/ims/
ImsServiceProxy.java 61 new IImsServiceFeatureListener.Stub() {
333 return IImsServiceController.Stub.asInterface(b);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
SubscriptionControllerMock.java 46 final ITelephonyRegistry.Stub mTelephonyRegistry;
59 public SubscriptionControllerMock(Context c, ITelephonyRegistry.Stub tr, int phoneCount) {
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsClient.java 188 ICustomTabsCallback.Stub wrapper = new ICustomTabsCallback.Stub() {
  /packages/apps/Car/Radio/src/com/android/car/radio/demo/
RadioDemo.java 80 public IRadioManager.Stub createDemoManager() {
81 return new IRadioManager.Stub() {

Completed in 943 milliseconds

<<11121314151617181920>>