Home
last modified time | relevance | path

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

12345678910>>...21

/frameworks/base/config/
Dhiddenapi-greylist.txt1 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 …]
Dhiddenapi-greylist-max-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;
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/
DSystemServiceRegistry.java265 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 …]
DActivityManagerNative.java40 static public IActivityManager asInterface(IBinder obj) { in asInterface() method in ActivityManagerNative
41 return IActivityManager.Stub.asInterface(obj); in asInterface()
DUiAutomationConnection.java67 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/
DWifiFrameworkInitializer.java76 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/
DCaptivePortal.java128 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/
DJobSchedulerFrameworkInitializer.java47 (b) -> new JobSchedulerImpl(IJobScheduler.Stub.asInterface(b))); in registerServiceWrappers()
51 context, IDeviceIdleController.Stub.asInterface(b))); in registerServiceWrappers()
/frameworks/base/core/java/android/os/
DSystemClock.java155 .asInterface(ServiceManager.getService(Context.ALARM_SERVICE)); in setCurrentTimeMillis()
275 .asInterface(ServiceManager.getService(Context.ALARM_SERVICE));
325 .asInterface(ServiceManager.getService(Context.LOCATION_SERVICE));
DServiceManagerNative.java38 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/
DConnTestActivity.java111 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/
DNotificationBackupHelper.java47 INotificationManager nm = INotificationManager.Stub.asInterface( in getBackupPayload()
67 INotificationManager nm = INotificationManager.Stub.asInterface( in applyRestoredPayload()
DSliceBackupHelper.java45 ISliceManager sm = ISliceManager.Stub.asInterface( in getBackupPayload()
64 ISliceManager sm = ISliceManager.Stub.asInterface( in applyRestoredPayload()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemServicesModule.java151 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/
DMmsManager.java66 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/
DGeocoderProxy.java69 IGeocodeProvider provider = IGeocodeProvider.Stub.asInterface(binder); in getFromLocation()
79 IGeocodeProvider provider = IGeocodeProvider.Stub.asInterface(binder); in getFromLocationName()
DLocationProviderProxy.java164 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()
DGeofenceProxy.java71 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/
DSuggestionServiceTest.java70 ISuggestionService serviceBinder = ISuggestionService.Stub.asInterface(binder); in dismissSuggestion_shouldCallImplementation()
81 ISuggestionService serviceBinder = ISuggestionService.Stub.asInterface(binder); in launchSuggestion_shouldCallImplementation()
/frameworks/native/include/binder/
DIInterface.h52 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/
DIInterface.h52 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/
DAuthService.java83 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/
DCarrierMessagingClientServiceFinder.java73 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/
DShellUiAutomatorBridge.java102 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/
DUninstallAppProgress.java120 .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()

12345678910>>...21