/frameworks/base/config/ |
D | hiddenapi-greylist.txt | 1 Landroid/accessibilityservice/IAccessibilityServiceConnection$Stub;->asInterface(Landroid/os/IBinde… 5 Landroid/accounts/IAccountAuthenticator$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accounts/I… 9 Landroid/accounts/IAccountAuthenticatorResponse$Stub;->asInterface(Landroid/os/IBinder;)Landroid/ac… 12 Landroid/accounts/IAccountManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accounts/IAccoun… 16 Landroid/accounts/IAccountManagerResponse$Stub;->asInterface(Landroid/os/IBinder;)Landroid/accounts… 17 Landroid/app/admin/IDevicePolicyManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/admin/… 20 Landroid/app/backup/IBackupManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/backup/IBac… 31 Landroid/app/IActivityManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IActivityManager; 33 Landroid/app/IAlarmManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IAlarmManager; 40 Landroid/app/INotificationManager$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/INotificatio… [all …]
|
D | hiddenapi-greylist-max-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;
|
/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 265 IAccountManager service = IAccountManager.Stub.asInterface(b); in registerService() 297 IAlarmManager service = IAlarmManager.Stub.asInterface(b); in registerService() 327 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b)); in registerService() 355 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b); in registerService() 380 IIpSecService service = IIpSecService.Stub.asInterface(b); in registerService() 389 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b); in registerService() 401 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b); in registerService() 415 IConnectivityManager.Stub.asInterface(csBinder); in registerService() 423 ITestNetworkManager tnMgr = ITestNetworkManager.Stub.asInterface(tnBinder); in registerService() 433 return new CountryDetector(ICountryDetector.Stub.asInterface(b)); in registerService() [all …]
|
D | ActivityManagerNative.java | 40 static public IActivityManager asInterface(IBinder obj) { in asInterface() method in ActivityManagerNative 41 return IActivityManager.Stub.asInterface(obj); in asInterface()
|
D | UiAutomationConnection.java | 67 private final IWindowManager mWindowManager = IWindowManager.Stub.asInterface( 71 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE)); 74 .asInterface(ServiceManager.getService("permissionmgr")); 77 .asInterface(ServiceManager.getService("activity")); 441 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in registerUiTestAutomationServiceLocked() 464 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in unregisterUiTestAutomationServiceLocked()
|
/frameworks/base/wifi/java/android/net/wifi/ |
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()
|
/frameworks/base/core/java/android/net/ |
D | CaptivePortal.java | 128 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_DISMISSED); in reportCaptivePortalDismissed() 142 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_UNWANTED); in ignoreNetwork() 160 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_WANTED_AS_IS); in useNetwork() 174 ICaptivePortal.Stub.asInterface(mBinder).appRequest(APP_REQUEST_REEVALUATION_REQUIRED); in reevaluateNetwork() 189 ICaptivePortal.Stub.asInterface(mBinder).logEvent(eventId, packageName); in logEvent()
|
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
D | JobSchedulerFrameworkInitializer.java | 47 (b) -> new JobSchedulerImpl(IJobScheduler.Stub.asInterface(b))); in registerServiceWrappers() 51 context, IDeviceIdleController.Stub.asInterface(b))); in registerServiceWrappers()
|
/frameworks/base/core/java/android/os/ |
D | SystemClock.java | 155 .asInterface(ServiceManager.getService(Context.ALARM_SERVICE)); in setCurrentTimeMillis() 275 .asInterface(ServiceManager.getService(Context.ALARM_SERVICE)); 325 .asInterface(ServiceManager.getService(Context.LOCATION_SERVICE));
|
D | ServiceManagerNative.java | 38 public static IServiceManager asInterface(IBinder obj) { in asInterface() method in ServiceManagerNative 53 mServiceManager = IServiceManager.Stub.asInterface(remote); in ServiceManagerProxy()
|
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/ |
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()
|
/frameworks/base/core/java/com/android/server/backup/ |
D | NotificationBackupHelper.java | 47 INotificationManager nm = INotificationManager.Stub.asInterface( in getBackupPayload() 67 INotificationManager nm = INotificationManager.Stub.asInterface( in applyRestoredPayload()
|
D | SliceBackupHelper.java | 45 ISliceManager sm = ISliceManager.Stub.asInterface( in getBackupPayload() 64 ISliceManager sm = ISliceManager.Stub.asInterface( in applyRestoredPayload()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
D | SystemServicesModule.java | 151 return IBatteryStats.Stub.asInterface( in provideIBatteryStats() 158 return IDreamManager.Stub.asInterface( in provideIDreamManager() 165 return IPackageManager.Stub.asInterface(ServiceManager.getService("package")); in provideIPackageManager() 171 return IStatusBarService.Stub.asInterface( in provideIStatusBarService() 178 return IWallpaperManager.Stub.asInterface( in provideIWallPaperManager()
|
/frameworks/base/mms/java/android/telephony/ |
D | MmsManager.java | 66 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in sendMultimediaMessage() 98 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in downloadMultimediaMessage()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeocoderProxy.java | 69 IGeocodeProvider provider = IGeocodeProvider.Stub.asInterface(binder); in getFromLocation() 79 IGeocodeProvider provider = IGeocodeProvider.Stub.asInterface(binder); in getFromLocationName()
|
D | LocationProviderProxy.java | 164 ILocationProvider provider = ILocationProvider.Stub.asInterface(binder); in onBind() 194 ILocationProvider service = ILocationProvider.Stub.asInterface(binder); in onSetRequest() 202 ILocationProvider service = ILocationProvider.Stub.asInterface(binder); in onExtraCommand()
|
D | GeofenceProxy.java | 71 IGeofenceProvider.Stub.asInterface(binder).setGeofenceHardware(mGeofenceHardware); in updateGeofenceHardware() 91 IGeofenceHardware geofenceHardware = IGeofenceHardware.Stub.asInterface(service); in onServiceConnected()
|
/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/ |
D | SuggestionServiceTest.java | 70 ISuggestionService serviceBinder = ISuggestionService.Stub.asInterface(binder); in dismissSuggestion_shouldCallImplementation() 81 ISuggestionService serviceBinder = ISuggestionService.Stub.asInterface(binder); in launchSuggestion_shouldCallImplementation()
|
/frameworks/native/include/binder/ |
D | IInterface.h | 52 return INTERFACE::asInterface(obj); in interface_cast() 101 static ::android::sp<I##INTERFACE> asInterface( \ 143 ::android::sp<I##INTERFACE> I##INTERFACE::asInterface( \
|
/frameworks/native/libs/binder/include/binder/ |
D | IInterface.h | 52 return INTERFACE::asInterface(obj); in interface_cast() 101 static ::android::sp<I##INTERFACE> asInterface( \ 143 ::android::sp<I##INTERFACE> I##INTERFACE::asInterface( \
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | AuthService.java | 83 return IBiometricService.Stub.asInterface( in getBiometricService() 110 return IFingerprintService.Stub.asInterface( in getFingerprintService() 119 return IFaceService.Stub.asInterface( in getFaceService() 128 return IIrisService.Stub.asInterface( in getIrisService()
|
/frameworks/base/services/core/java/com/android/server/appbinding/finders/ |
D | CarrierMessagingClientServiceFinder.java | 73 public ICarrierMessagingClientService asInterface(IBinder obj) { in asInterface() method in CarrierMessagingClientServiceFinder 74 return ICarrierMessagingClientService.Stub.asInterface(obj); in asInterface()
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
D | ShellUiAutomatorBridge.java | 102 IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE)); in getRotation() 116 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE)); in isScreenOn()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/ |
D | UninstallAppProgress.java | 120 .asInterface(mCallback); in handleMessage() 153 IDevicePolicyManager dpm = IDevicePolicyManager.Stub.asInterface( in handleMessage() 191 IPackageManager packageManager = IPackageManager.Stub.asInterface( in handleMessage() 265 .asInterface(mCallback); in onCreate()
|