/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-unsupported.txt | 30 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/bluetooth/IBluetooth$Stub;->asInterface(Landroid/os/IBinder;)Landroid/bluetooth/IBluetooth; 79 Landroid/content/IClipboard$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IClipboard; 164 Landroid/media/IAudioService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/media/IAudioService; 185 Landroid/os/IPowerManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IPowerManager; 186 Landroid/os/IRecoverySystem$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IRecoverySystem; 190 Landroid/os/IUserManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/IUserManager; [all …]
|
H A D | hiddenapi-max-target-r-loprio.txt | 3 Landroid/app/IActivityManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IActivityManager; 10 Landroid/content/om/IOverlayManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/om/IOv… 12 Landroid/hardware/ICameraService$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/ICameraS… 15 Landroid/hardware/usb/IUsbManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/hardware/usb/IUs… 16 Landroid/location/ICountryDetector$Stub;->asInterface(Landroid/os/IBinder;)Landroid/location/ICount… 22 Landroid/media/IVolumeController$Stub;->asInterface(Landroid/os/IBinder;)Landroid/media/IVolumeCont… 24 Landroid/net/nsd/INsdManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/nsd/INsdManager; 25 Landroid/net/sip/ISipSession$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/sip/ISipSession; 30 Landroid/service/media/IMediaBrowserServiceCallbacks$Stub;->asInterface(Landroid/os/IBinder;)Landro… 39 Lcom/android/ims/internal/IImsService$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/ims/inte… [all …]
|
H A D | hiddenapi-max-target-p.txt | 1 Landroid/app/IInstrumentationWatcher$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IInstrume… 3 Landroid/app/IUiModeManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IUiModeManager; 6 Landroid/content/IIntentReceiver$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentRe… 7 Landroid/content/IIntentSender$Stub;->asInterface(Landroid/os/IBinder;)Landroid/content/IIntentSend… 8 Landroid/os/storage/IObbActionListener$Stub;->asInterface(Landroid/os/IBinder;)Landroid/os/storage/… 11 Landroid/view/IGraphicsStats$Stub;->asInterface(Landroid/os/IBinder;)Landroid/view/IGraphicsStats;
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | SystemServiceRegistry.java | 410 IVpnManager service = IVpnManager.Stub.asInterface(b); in registerService() 459 IBatteryStats stats = IBatteryStats.Stub.asInterface( in registerService() 574 INsdManager service = INsdManager.Stub.asInterface(b); in registerService() 818 IUserManager service = IUserManager.Stub.asInterface(b); in registerService() 878 service = ICompanionDeviceManager.Stub.asInterface( in registerService() 949 IAuthService.Stub.asInterface(binder); in registerService() 1062 IHardwarePropertiesManager.Stub.asInterface(b); in registerService() 1131 IDumpstate.Stub.asInterface(b)); in registerService() 1253 return new VrManager(IVrManager.Stub.asInterface(b)); in registerService() 1272 ICrossProfileApps.Stub.asInterface(b)); in registerService() [all …]
|
H A D | UiAutomationConnection.java | 70 private final IWindowManager mWindowManager = IWindowManager.Stub.asInterface( 74 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE)); 77 .asInterface(ServiceManager.getService("permissionmgr")); 80 .asInterface(ServiceManager.getService("activity")); 517 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in registerUiTestAutomationServiceLocked() 540 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in unregisterUiTestAutomationServiceLocked()
|
H A D | ActivityManagerNative.java | 40 static public IActivityManager asInterface(IBinder obj) { in asInterface() method in ActivityManagerNative 41 return IActivityManager.Stub.asInterface(obj); in asInterface()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/ |
H A D | InitialLockSetupServiceTest.java | 89 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testGetLockConfig_returnsCorrectConfig() 104 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testCheckValidLock_tooShort() 113 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testCheckValidLock_longEnough() 122 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testCheckValidLockPin_withLetters() 131 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testCheckValidLockPattern_tooShort() 144 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testCheckValidLockPattern_longEnough() 157 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testSetLockPassword_doesNotWorkWithExistingPassword() 166 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testSetLockPassword_doesNotWorkWithInvalidPassword() 174 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testSetLockPassword_setsDevicePassword() 187 IInitialLockSetupService service = IInitialLockSetupService.Stub.asInterface( in testSetLockPin_setsDevicePin() [all …]
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiFrameworkInitializer.java | 76 IWifiManager service = IWifiManager.Stub.asInterface(serviceBinder); in registerServiceWrappers() 84 IWifiP2pManager service = IWifiP2pManager.Stub.asInterface(serviceBinder); in registerServiceWrappers() 92 IWifiAwareManager service = IWifiAwareManager.Stub.asInterface(serviceBinder); in registerServiceWrappers() 100 IWifiScanner service = IWifiScanner.Stub.asInterface(serviceBinder); in registerServiceWrappers() 108 IWifiRttManager service = IWifiRttManager.Stub.asInterface(serviceBinder); in registerServiceWrappers()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | CaptivePortal.java | 109 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_DISMISSED); in reportCaptivePortalDismissed() 123 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_UNWANTED); in ignoreNetwork() 140 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_WANTED_AS_IS); in useNetwork() 153 ICaptivePortal.Stub.asInterface(mBinder).appRequest(APP_REQUEST_REEVALUATION_REQUIRED); in reevaluateNetwork()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | FrameworkServicesModule.java | 189 return IAudioService.Stub.asInterface(ServiceManager.getService(Context.AUDIO_SERVICE)); in provideIAudioService() 196 return IBatteryStats.Stub.asInterface( in provideIBatteryStats() 203 return IDreamManager.Stub.asInterface( in provideIDreamManager() 237 return IAppWidgetService.Stub.asInterface( in provideIAppWidgetService() 244 return IPackageManager.Stub.asInterface(ServiceManager.getService("package")); in provideIPackageManager() 250 return IStatusBarService.Stub.asInterface( in provideIStatusBarService() 257 return IWallpaperManager.Stub.asInterface( in provideIWallPaperManager()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | SystemClock.java | 155 .asInterface(ServiceManager.getService(Context.ALARM_SERVICE)); in setCurrentTimeMillis() 284 .asInterface(ServiceManager.getService(Context.ALARM_SERVICE)); 334 .asInterface(ServiceManager.getService(Context.LOCATION_SERVICE));
|
H A D | ServiceManagerNative.java | 38 public static IServiceManager asInterface(IBinder obj) { in asInterface() method in ServiceManagerNative 53 mServiceManager = IServiceManager.Stub.asInterface(remote); in ServiceManagerProxy()
|
/aosp12/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/ |
H A D | ConnTestActivity.java | 111 final INetworkStateObserver observer = INetworkStateObserver.Stub.asInterface( in notifyNetworkStateObserver() 130 final INetworkManagementService nms = INetworkManagementService.Stub.asInterface( in checkNetworkStatus() 132 final INetworkPolicyManager npms = INetworkPolicyManager.Stub.asInterface( in checkNetworkStatus()
|
/aosp12/packages/modules/Wifi/apex/hiddenapi/ |
H A D | hiddenapi-unsupported.txt | 2 Landroid/net/wifi/IWifiManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/wifi/IWifiManag… 6 Landroid/net/wifi/IWifiScanner$Stub;->asInterface(Landroid/os/IBinder;)Landroid/net/wifi/IWifiScann…
|
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
H A D | JobSchedulerFrameworkInitializer.java | 48 (b) -> new JobSchedulerImpl(IJobScheduler.Stub.asInterface(b))); in registerServiceWrappers() 52 context, IDeviceIdleController.Stub.asInterface(b))); in registerServiceWrappers()
|
/aosp12/frameworks/base/telephony/java/com/android/ims/ |
H A D | ImsFeatureContainer.java | 89 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()
|
/aosp12/frameworks/base/core/java/com/android/server/backup/ |
H A D | NotificationBackupHelper.java | 47 INotificationManager nm = INotificationManager.Stub.asInterface( in getBackupPayload() 67 INotificationManager nm = INotificationManager.Stub.asInterface( in applyRestoredPayload()
|
H A D | SliceBackupHelper.java | 45 ISliceManager sm = ISliceManager.Stub.asInterface( in getBackupPayload() 64 ISliceManager sm = ISliceManager.Stub.asInterface( in applyRestoredPayload()
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/networkstack/ |
H A D | ModuleNetworkStackClient.java | 75 onNetworkStackConnected(INetworkStackConnector.Stub.asInterface(nss)); in startPolling() 98 onNetworkStackConnected(INetworkStackConnector.Stub.asInterface(nss)); in run()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/provider/proxy/ |
H A D | ProxyLocationProvider.java | 120 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()
|
/aosp12/frameworks/base/mms/java/android/telephony/ |
H A D | MmsManager.java | 67 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in sendMultimediaMessage() 99 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in downloadMultimediaMessage()
|
/aosp12/packages/services/Car/service/src/com/android/car/audio/ |
H A D | CarVolumeCallbackHandler.java | 61 mVolumeCallbackContainer.addBinder(ICarVolumeCallback.Stub.asInterface(binder)); in registerCallback() 65 mVolumeCallbackContainer.removeBinder(ICarVolumeCallback.Stub.asInterface(binder)); in unregisterCallback()
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_renamed_interface.cpp | 57 sp<INewName> oldAsNew = INewName::asInterface(IInterface::asBinder(oldName)); in TEST_F() 65 sp<IOldName> newAsOld = IOldName::asInterface(IInterface::asBinder(newName)); in TEST_F()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/ |
H A D | SuggestionServiceTest.java | 70 ISuggestionService serviceBinder = ISuggestionService.Stub.asInterface(binder); in dismissSuggestion_shouldCallImplementation() 81 ISuggestionService serviceBinder = ISuggestionService.Stub.asInterface(binder); in launchSuggestion_shouldCallImplementation()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | ImsManager.java | 164 return IImsRcsController.Stub.asInterface( in getIImsRcsControllerInterface() 172 return ITelephony.Stub.asInterface( in getITelephonyInterface()
|