Home
last modified time | relevance | path

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

12345678910>>...14

/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java430 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/
DSystemServiceRegistry.java171 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 …]
DUiAutomationConnection.java60 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()
DKeyguardManager.java213 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/
DBordeauxManagerService.java82 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/
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()
DConnectivityMetricsLogger.java55 this(IConnectivityMetricsLogger.Stub.asInterface( in ConnectivityMetricsLogger()
72 mService = IConnectivityMetricsLogger.Stub.asInterface( in checkLoggerService()
DPacProxySelector.java49 mProxyService = IProxyService.Stub.asInterface( in PacProxySelector()
61 mProxyService = IProxyService.Stub.asInterface( in select()
/frameworks/opt/telephony/src/java/android/telephony/
DSmsManager.java397 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/
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/cmds/svc/src/com/android/commands/svc/
DNfcCommand.java58 IPackageManager pm = IPackageManager.Stub.asInterface( in run()
64 .asInterface(ServiceManager.getService(Context.NFC_SERVICE)); in run()
/frameworks/base/core/java/android/os/
DSystemVibrator.java35 mService = IVibratorService.Stub.asInterface( in SystemVibrator()
41 mService = IVibratorService.Stub.asInterface( in SystemVibrator()
DBatteryManager.java215 mBatteryStats = IBatteryStats.Stub.asInterface( in BatteryManager()
217 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface( in BatteryManager()
/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.java98 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/
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.java67 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/
DMedia.java77 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/
DEnableAccessibilityController.java87 .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/
DCustomTabsServiceConnection.java33 ICustomTabsService.Stub.asInterface(service), name) { in onServiceConnected()
/frameworks/base/services/net/java/android/net/util/
DNetdService.java39 final INetd netdInstance = INetd.Stub.asInterface( in getInstance()
/frameworks/base/core/java/android/content/
DContentProviderNative.java52 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/
DGateKeeper.java35 IGateKeeperService service = IGateKeeperService.Stub.asInterface( in getService()

12345678910>>...14