Home
last modified time | relevance | path

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

12345678910>>...16

/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java484 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in addOnSubscriptionsChangedListener()
510 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in removeOnSubscriptionsChangedListener()
538 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfo()
566 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoForIccIndex()
592 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoForSimSlotIndex()
615 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getAllSubscriptionInfoList()
653 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoList()
694 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getAvailableSubscriptionInfoList()
735 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getAccessibleSubscriptionInfoList()
760 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in requestEmbeddedSubscriptionInfoListRefresh()
[all …]
DSmsManager.java413 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in injectSmsPdu()
718 return ISms.Stub.asInterface(ServiceManager.getService("isms")); in getISmsService()
1080 iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in getDefaultSmsSubscriptionId()
1098 iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in isSMSPromptEnabled()
1163 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in sendMultimediaMessage()
1197 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in downloadMultimediaMessage()
1241 IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in importTextMessage()
1278 IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in importMultimediaMessage()
1304 IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in deleteStoredMessage()
1325 IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in deleteStoredConversation()
[all …]
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java194 IAccountManager service = IAccountManager.Stub.asInterface(b); in registerService()
210 IAlarmManager service = IAlarmManager.Stub.asInterface(b); in registerService()
240 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b)); in registerService()
268 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b); in registerService()
277 IIpSecService service = IIpSecService.Stub.asInterface(b); in registerService()
286 return new CountryDetector(ICountryDetector.Stub.asInterface(b)); in registerService()
294 return new DevicePolicyManager(ctx, IDevicePolicyManager.Stub.asInterface(b)); in registerService()
308 IBatteryStats stats = IBatteryStats.Stub.asInterface( in registerService()
311 .asInterface(ServiceManager.getServiceOrThrow("batteryproperties")); in registerService()
327 IDropBoxManagerService service = IDropBoxManagerService.Stub.asInterface(b); in registerService()
[all …]
DActivityManagerNative.java33 static public IActivityManager asInterface(IBinder obj) { in asInterface() method in ActivityManagerNative
34 return IActivityManager.Stub.asInterface(obj); in asInterface()
DUiAutomationConnection.java64 private final IWindowManager mWindowManager = IWindowManager.Stub.asInterface(
68 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE));
71 .asInterface(ServiceManager.getService("package"));
381 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in registerUiTestAutomationServiceLocked()
404 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in unregisterUiTestAutomationServiceLocked()
/frameworks/base/core/java/android/net/
DCaptivePortal.java74 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_DISMISSED); in reportCaptivePortalDismissed()
88 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_UNWANTED); in ignoreNetwork()
104 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_WANTED_AS_IS); in useNetwork()
DPacProxySelector.java49 mProxyService = IProxyService.Stub.asInterface( in PacProxySelector()
61 mProxyService = IProxyService.Stub.asInterface( in select()
/frameworks/base/services/tests/servicestests/test-apps/ConnTestApp/src/com/android/servicestests/apps/conntestapp/
DConnTestActivity.java110 final INetworkStateObserver observer = INetworkStateObserver.Stub.asInterface( in notifyNetworkStateObserver()
129 final INetworkManagementService nms = INetworkManagementService.Stub.asInterface( in checkNetworkStatus()
131 final INetworkPolicyManager npms = INetworkPolicyManager.Stub.asInterface( in checkNetworkStatus()
/frameworks/native/libs/binder/include/binder/
DIInterface.h44 return INTERFACE::asInterface(obj); in interface_cast()
76 static ::android::sp<I##INTERFACE> asInterface( \
89 ::android::sp<I##INTERFACE> I##INTERFACE::asInterface( \
/frameworks/base/core/java/com/android/server/backup/
DNotificationBackupHelper.java47 INotificationManager nm = INotificationManager.Stub.asInterface( in getBackupPayload()
68 INotificationManager nm = INotificationManager.Stub.asInterface( in applyRestoredPayload()
/frameworks/base/core/java/android/os/
DSystemVibrator.java35 mService = IVibratorService.Stub.asInterface(ServiceManager.getService("vibrator")); in SystemVibrator()
40 mService = IVibratorService.Stub.asInterface(ServiceManager.getService("vibrator")); in SystemVibrator()
DIncidentManager.java57 final IIncidentManager service = IIncidentManager.Stub.asInterface( in reportIncident()
109 final IIncidentManager service = IIncidentManager.Stub.asInterface( in reportIncident()
DBatteryManager.java226 mBatteryStats = IBatteryStats.Stub.asInterface( in BatteryManager()
228 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface( in BatteryManager()
/frameworks/support/customtabs/src/android/support/customtabs/
DPostMessageServiceConnection.java37 mSessionBinder = ICustomTabsCallback.Stub.asInterface(session.getCallbackBinder()); in PostMessageServiceConnection()
64 mService = IPostMessageService.Stub.asInterface(service); in onServiceConnected()
DCustomTabsServiceConnection.java33 ICustomTabsService.Stub.asInterface(service), name) { in onServiceConnected()
/frameworks/base/services/core/java/com/android/server/location/
DActivityRecognitionProxy.java121 IActivityRecognitionHardwareWatcher.Stub.asInterface(binder); in bindProvider()
139 IActivityRecognitionHardwareClient.Stub.asInterface(binder); in bindProvider()
DGeofenceProxy.java104 mGeofenceHardware = IGeofenceHardware.Stub.asInterface(service);
120 IGeofenceProvider provider = IGeofenceProvider.Stub.asInterface( in setGeofenceHardwareInProviderLocked()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
DShellUiAutomatorBridge.java101 IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE)); in getRotation()
115 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE)); in isScreenOn()
/frameworks/base/location/java/android/location/
DGeocoder.java61 ILocationManager lm = ILocationManager.Stub.asInterface(b); in isPresent()
85 mService = ILocationManager.Stub.asInterface(b); in Geocoder()
/frameworks/base/media/java/android/media/projection/
DMediaProjectionManager.java62 mService = IMediaProjectionManager.Stub.asInterface(b); in MediaProjectionManager()
97 return new MediaProjection(mContext, IMediaProjection.Stub.asInterface(projection)); in getMediaProjection()
/frameworks/base/core/java/android/service/notification/
DConditionProviderService.java123 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface()
135 INotificationManager noMan = INotificationManager.Stub.asInterface( in requestRebind()
/frameworks/base/core/java/android/content/
DContentProviderNative.java53 static public IContentProvider asInterface(IBinder obj) in asInterface() method in ContentProviderNative
97 IContentObserver observer = IContentObserver.Stub.asInterface( in onTransact()
99 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface( in onTransact()
224 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( in onTransact()
247 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( in onTransact()
298 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( in onTransact()
353 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( in onTransact()
720 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface( in createCancellationSignal()
/frameworks/base/cmds/media/src/com/android/commands/media/
DMedia.java81 mSessionService = ISessionManager.Stub.asInterface(ServiceManager.checkService( in onRun()
123 ISessionController controller = ISessionController.Stub.asInterface(session); in runMonitor()
305 ISessionController controller = ISessionController.Stub.asInterface(session); in runListSessions()
/frameworks/base/keystore/java/android/security/
DGateKeeper.java37 IGateKeeperService service = IGateKeeperService.Stub.asInterface( in getService()
/frameworks/base/core/java/com/android/internal/app/
DDisableCarModeActivity.java34 IUiModeManager uiModeManager = IUiModeManager.Stub.asInterface( in onCreate()

12345678910>>...16