/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 430 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in addOnSubscriptionsChangedListener() 456 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService( in removeOnSubscriptionsChangedListener() 484 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfo() 512 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoForIccIndex() 538 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoForSimSlotIndex() 561 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getAllSubscriptionInfoList() 599 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoList() 620 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getAllSubscriptionInfoCount() 640 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoCount() 660 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub")); in getActiveSubscriptionInfoCountMax() [all …]
|
/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 171 IAccountManager service = IAccountManager.Stub.asInterface(b); in registerService() 187 IAlarmManager service = IAlarmManager.Stub.asInterface(b); in registerService() 217 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b)); in registerService() 238 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b); in registerService() 247 return new CountryDetector(ICountryDetector.Stub.asInterface(b)); in registerService() 283 IDropBoxManagerService service = IDropBoxManagerService.Stub.asInterface(b); in registerService() 341 return new LocationManager(ctx, ILocationManager.Stub.asInterface(b)); in registerService() 348 return new NetworkPolicyManager(ctx, INetworkPolicyManager.Stub.asInterface( in registerService() 373 INsdManager service = INsdManager.Stub.asInterface(b); in registerService() 382 IPowerManager service = IPowerManager.Stub.asInterface(b); in registerService() [all …]
|
D | UiAutomationConnection.java | 60 private final IWindowManager mWindowManager = IWindowManager.Stub.asInterface( 64 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE)); 67 .asInterface(ServiceManager.getService("package")); 329 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in registerUiTestAutomationServiceLocked() 352 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface( in unregisterUiTestAutomationServiceLocked()
|
D | KeyguardManager.java | 213 mTrustManager = ITrustManager.Stub.asInterface( in KeyguardManager() 215 mUserManager = IUserManager.Stub.asInterface( in KeyguardManager() 339 mTrustManager = ITrustManager.Stub.asInterface( in getTrustManager()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BordeauxManagerService.java | 82 mAggregatorManager = IAggregatorManager.Stub.asInterface( in getAggregatorManager() 96 mPredictor = IPredictor.Stub.asInterface(mService.getPredictor(name)); in getPredictor() 111 ILearning_StochasticLinearRanker.Stub.asInterface( in getRanker() 127 ILearning_MulticlassPA.Stub.asInterface(mService.getClassifier(name)); in getClassifier() 142 mService = IBordeauxService.Stub.asInterface(service);
|
/frameworks/base/core/java/android/net/ |
D | CaptivePortal.java | 74 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()
|
D | ConnectivityMetricsLogger.java | 55 this(IConnectivityMetricsLogger.Stub.asInterface( in ConnectivityMetricsLogger() 72 mService = IConnectivityMetricsLogger.Stub.asInterface( in checkLoggerService()
|
D | PacProxySelector.java | 49 mProxyService = IProxyService.Stub.asInterface( in PacProxySelector() 61 mProxyService = IProxyService.Stub.asInterface( in select()
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | SmsManager.java | 397 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in injectSmsPdu() 697 return ISms.Stub.asInterface(ServiceManager.getService("isms")); in getISmsService() 1059 iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in getDefaultSmsSubscriptionId() 1077 iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in isSMSPromptEnabled() 1138 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in sendMultimediaMessage() 1172 final IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in downloadMultimediaMessage() 1216 IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in importTextMessage() 1253 IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in importMultimediaMessage() 1279 IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in deleteStoredMessage() 1300 IMms iMms = IMms.Stub.asInterface(ServiceManager.getService("imms")); in deleteStoredConversation() [all …]
|
/frameworks/native/include/binder/ |
D | IInterface.h | 44 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/ |
D | NotificationBackupHelper.java | 47 INotificationManager nm = INotificationManager.Stub.asInterface( in getBackupPayload() 68 INotificationManager nm = INotificationManager.Stub.asInterface( in applyRestoredPayload()
|
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
D | NfcCommand.java | 58 IPackageManager pm = IPackageManager.Stub.asInterface( in run() 64 .asInterface(ServiceManager.getService(Context.NFC_SERVICE)); in run()
|
/frameworks/base/core/java/android/os/ |
D | SystemVibrator.java | 35 mService = IVibratorService.Stub.asInterface( in SystemVibrator() 41 mService = IVibratorService.Stub.asInterface( in SystemVibrator()
|
D | BatteryManager.java | 215 mBatteryStats = IBatteryStats.Stub.asInterface( in BatteryManager() 217 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface( in BatteryManager()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | ActivityRecognitionProxy.java | 121 IActivityRecognitionHardwareWatcher.Stub.asInterface(binder); in bindProvider() 139 IActivityRecognitionHardwareClient.Stub.asInterface(binder); in bindProvider()
|
D | GeofenceProxy.java | 104 mGeofenceHardware = IGeofenceHardware.Stub.asInterface(service); 120 IGeofenceProvider provider = IGeofenceProvider.Stub.asInterface( in setGeofenceHardwareInProviderLocked()
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
D | ShellUiAutomatorBridge.java | 98 IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE)); in getRotation() 112 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE)); in isScreenOn()
|
/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 61 ILocationManager lm = ILocationManager.Stub.asInterface(b); in isPresent() 85 mService = ILocationManager.Stub.asInterface(b); in Geocoder()
|
/frameworks/base/media/java/android/media/projection/ |
D | MediaProjectionManager.java | 67 mService = IMediaProjectionManager.Stub.asInterface(b); in MediaProjectionManager() 102 return new MediaProjection(mContext, IMediaProjection.Stub.asInterface(projection)); in getMediaProjection()
|
/frameworks/base/cmds/media/src/com/android/commands/media/ |
D | Media.java | 77 mSessionService = ISessionManager.Stub.asInterface(ServiceManager.checkService( in onRun() 117 ISessionController controller = ISessionController.Stub.asInterface(session); in runMonitor() 299 ISessionController controller = ISessionController.Stub.asInterface(session); in runListSessions()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | EnableAccessibilityController.java | 87 .Stub.asInterface(ServiceManager.getService("accessibility")); 228 .Stub.asInterface(ServiceManager.getService("accessibility")); in enableAccessibility() 257 .Stub.asInterface(ServiceManager.getService("accessibility")); in disableAccessibility()
|
/frameworks/support/customtabs/src/android/support/customtabs/ |
D | CustomTabsServiceConnection.java | 33 ICustomTabsService.Stub.asInterface(service), name) { in onServiceConnected()
|
/frameworks/base/services/net/java/android/net/util/ |
D | NetdService.java | 39 final INetd netdInstance = INetd.Stub.asInterface( in getInstance()
|
/frameworks/base/core/java/android/content/ |
D | ContentProviderNative.java | 52 static public IContentProvider asInterface(IBinder obj) in asInterface() method in ContentProviderNative 107 IContentObserver observer = IContentObserver.Stub.asInterface( in onTransact() 109 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface( in onTransact() 235 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( in onTransact() 258 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( in onTransact() 309 ICancellationSignal signal = ICancellationSignal.Stub.asInterface( in onTransact() 713 ICancellationSignal cancellationSignal = ICancellationSignal.Stub.asInterface( in createCancellationSignal()
|
/frameworks/base/keystore/java/android/security/ |
D | GateKeeper.java | 35 IGateKeeperService service = IGateKeeperService.Stub.asInterface( in getService()
|