Home
last modified time | relevance | path

Searched refs:asInterface (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-unsupported.txt30 Landroid/app/IAlarmManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IAlarmManager;
40 Landroid/app/ISearchManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/ISearchManager;
56 Landroid/app/job/IJobCallback$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/job/IJobCallback;
62 Landroid/app/job/IJobService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/job/IJobService;
66 Landroid/content/IClipboard$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IClipboard;
79 Landroid/content/ISyncAdapter$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/ISyncAdapter;
148 Landroid/media/IAudioService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/media/IAudioService;
166 Landroid/os/IPowerManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IPowerManager;
167 Landroid/os/IRecoverySystem$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IRecoverySystem;
171 Landroid/os/IUserManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IUserManager;
[all …]
H A Dhiddenapi-max-target-r-loprio.txt3 Landroid/app/IActivityManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IActivityManager;
7 Landroid/content/om/IOverlayManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/om/IOv…
9 Landroid/hardware/ICameraService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/ICameraS…
12 Landroid/hardware/usb/IUsbManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/usb/IUs…
13 Landroid/location/ICountryDetector$Stub;->asInterface(Landroid/os/IBinder;)Landroid/location/ICount…
19 Landroid/media/IVolumeController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/media/IVolumeCont…
21 Landroid/net/sip/ISipSession$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/sip/ISipSession;
26 Landroid/service/media/IMediaBrowserServiceCallbacks$Stub;->asInterface(Landroid/os/IBinder;)Landro…
29 Landroid/telephony/mbms/vendor/IMbmsStreamingService$Stub;->asInterface(Landroid/os/IBinder;)Landro…
35 Lcom/android/ims/internal/IImsService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/ims/inte…
[all …]
H A Dhiddenapi-max-target-p.txt1 Landroid/app/IInstrumentationWatcher$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IInstrume…
3 Landroid/app/IUiModeManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IUiModeManager;
4 Landroid/content/IIntentReceiver$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentRe…
5 Landroid/content/IIntentSender$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentSend…
6 Landroid/os/storage/IObbActionListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/storage/…
9 Landroid/view/IGraphicsStats$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IGraphicsStats;
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java429 IVpnManager service = IVpnManager.Stub.asInterface(b); in registerService()
469 IBatteryStats stats = IBatteryStats.Stub.asInterface( in registerService()
798 IUserManager service = IUserManager.Stub.asInterface(b); in registerService()
858 service = ICompanionDeviceManager.Stub.asInterface( in registerService()
943 IAuthService.Stub.asInterface(binder); in registerService()
1039 IAppWidgetService.Stub.asInterface(b)); in registerService()
1063 IHardwarePropertiesManager.Stub.asInterface(b); in registerService()
1135 IDumpstate.Stub.asInterface(b)); in registerService()
1284 return new VrManager(IVrManager.Stub.asInterface(b)); in registerService()
1296 ICrossProfileApps.Stub.asInterface(b)); in registerService()
[all …]
H A DActivityManagerNative.java40 static public IActivityManager asInterface(IBinder obj) { in asInterface() method in ActivityManagerNative
41 return IActivityManager.Stub.asInterface(obj); in asInterface()
H A DUiAutomationConnection.java78 private final IWindowManager mWindowManager = IWindowManager.Stub.asInterface(
82 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE));
85 .asInterface(ServiceManager.getService("permissionmgr"));
88 .asInterface(ServiceManager.getService("activity"));
559 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in registerUiTestAutomationServiceLocked()
585 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in unregisterUiTestAutomationServiceLocked()
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobSchedulerFrameworkInitializer.java50 (context, b) -> new JobSchedulerImpl(context, IJobScheduler.Stub.asInterface(b))); in registerServiceWrappers()
54 context, IDeviceIdleController.Stub.asInterface(b))); in registerServiceWrappers()
63 (b) -> new EconomyManager(IEconomyManager.Stub.asInterface(b))); in registerServiceWrappers()
/aosp14/frameworks/base/core/java/android/os/
H A DSystemClock.java178 .asInterface(ServiceManager.getService(Context.ALARM_SERVICE)); in getIAlarmManager()
301 .asInterface(ServiceManager.getService(Context.TIME_DETECTOR_SERVICE));
366 .asInterface(ServiceManager.getService(Context.LOCATION_SERVICE));
H A DServiceManagerNative.java38 public static IServiceManager asInterface(IBinder obj) { in asInterface() method in ServiceManagerNative
53 mServiceManager = IServiceManager.Stub.asInterface(remote); in ServiceManagerProxy()
/aosp14/frameworks/base/telephony/java/com/android/ims/
H A DImsFeatureContainer.java89 imsConfig = IImsConfig.Stub.asInterface(in.readStrongBinder()); in ImsFeatureContainer()
90 imsRegistration = IImsRegistration.Stub.asInterface(in.readStrongBinder()); in ImsFeatureContainer()
91 sipTransport = ISipTransport.Stub.asInterface(in.readStrongBinder()); in ImsFeatureContainer()
/aosp14/frameworks/base/core/java/com/android/server/backup/
H A DNotificationBackupHelper.java47 INotificationManager nm = INotificationManager.Stub.asInterface( in getBackupPayload()
67 INotificationManager nm = INotificationManager.Stub.asInterface( in applyRestoredPayload()
H A DSliceBackupHelper.java45 ISliceManager sm = ISliceManager.Stub.asInterface( in getBackupPayload()
64 ISliceManager sm = ISliceManager.Stub.asInterface( in applyRestoredPayload()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DFrameworkServicesModule.java262 return IAudioService.Stub.asInterface(ServiceManager.getService(Context.AUDIO_SERVICE)); in provideIAudioService()
269 return IBatteryStats.Stub.asInterface( in provideIBatteryStats()
276 return IDreamManager.Stub.asInterface( in provideIDreamManager()
284 return IVrManager.Stub.asInterface(ServiceManager.getService(Context.VR_SERVICE)); in provideIVrManager()
348 return IAppWidgetService.Stub.asInterface( in provideIAppWidgetService()
355 return IPackageManager.Stub.asInterface(ServiceManager.getService("package")); in provideIPackageManager()
361 return IStatusBarService.Stub.asInterface( in provideIStatusBarService()
368 return IWallpaperManager.Stub.asInterface( in provideIWallPaperManager()
447 return INotificationManager.Stub.asInterface( in provideINotificationManager()
/aosp14/frameworks/base/mms/java/android/telephony/
H A DMmsManager.java67 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in sendMultimediaMessage()
100 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in downloadMultimediaMessage()
/aosp14/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DSuggestionServiceTest.java70 ISuggestionService serviceBinder = ISuggestionService.Stub.asInterface(binder); in dismissSuggestion_shouldCallImplementation()
81 ISuggestionService serviceBinder = ISuggestionService.Stub.asInterface(binder); in launchSuggestion_shouldCallImplementation()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBstatsCpuTimesValidationTest.java323 final ICmdReceiver activityReceiver = ICmdReceiver.Stub.asInterface(startActivity()); in testIsolatedCpuFreqTimes_stateService()
324 final ICmdReceiver isolatedReceiver = ICmdReceiver.Stub.asInterface(startIsolatedService()); in testIsolatedCpuFreqTimes_stateService()
545 final ICmdReceiver receiver = ICmdReceiver.Stub.asInterface(startActivity()); in doSomeWork()
551 final ICmdReceiver receiver = ICmdReceiver.Stub.asInterface(startIsolatedService()); in doSomeWorkInIsolatedProcess()
560 receiver = ICmdReceiver.Stub.asInterface(startActivity()); in doSomeWork()
563 receiver = ICmdReceiver.Stub.asInterface(startActivity()); in doSomeWork()
566 receiver = ICmdReceiver.Stub.asInterface(startForegroundService()); in doSomeWork()
569 receiver = ICmdReceiver.Stub.asInterface(startService()); in doSomeWork()
573 receiver = ICmdReceiver.Stub.asInterface(startService()); in doSomeWork()
576 receiver = ICmdReceiver.Stub.asInterface(startActivity()); in doSomeWork()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/proxy/
H A DProxyLocationProvider.java120 ILocationProvider provider = ILocationProvider.Stub.asInterface(binder); in onBind()
183 ILocationProvider provider = ILocationProvider.Stub.asInterface(binder); in onSetRequest()
193 ILocationProvider provider = ILocationProvider.Stub.asInterface(binder); in onFlush()
223 ILocationProvider provider = ILocationProvider.Stub.asInterface(binder); in onExtraCommand()
/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationAdapter.java96 mRunner = IRemoteAnimationRunner.Stub.asInterface(in.readStrongBinder()); in RemoteAnimationAdapter()
100 mCallingApplication = IApplicationThread.Stub.asInterface(in.readStrongBinder()); in RemoteAnimationAdapter()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DImsManager.java187 return IImsRcsController.Stub.asInterface( in getIImsRcsControllerInterface()
195 return ITelephony.Stub.asInterface( in getITelephonyInterface()
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java81 IGeocodeProvider provider = IGeocodeProvider.Stub.asInterface(binder); in getFromLocation()
106 IGeocodeProvider provider = IGeocodeProvider.Stub.asInterface(binder); in getFromLocationName()
H A DHardwareActivityRecognitionProxy.java95 IActivityRecognitionHardwareWatcher.Stub.asInterface(binder); in onBind()
101 IActivityRecognitionHardwareClient.Stub.asInterface(binder); in onBind()
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/
H A DGeofenceProxy.java79 IGeofenceProvider.Stub.asInterface(binder).setGeofenceHardware(mGeofenceHardware); in updateGeofenceHardware()
109 IGeofenceHardware geofenceHardware = IGeofenceHardware.Stub.asInterface(service); in onServiceConnected()
/aosp14/frameworks/base/services/core/java/com/android/server/appbinding/finders/
H A DCarrierMessagingClientServiceFinder.java73 public ICarrierMessagingClientService asInterface(IBinder obj) { in asInterface() method in CarrierMessagingClientServiceFinder
74 return ICarrierMessagingClientService.Stub.asInterface(obj); in asInterface()
/aosp14/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java105 IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE)); in getRotation()
119 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE)); in isScreenOn()
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameServiceProviderInstanceFactoryImpl.java82 IGameService.Stub::asInterface); in GameServiceConnector()
105 IGameSessionService.Stub::asInterface); in GameSessionServiceConnector()

12345678910>>...25