Home
last modified time | relevance | path

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

12345678

/frameworks/base/telephony/java/android/telephony/
DSmsManager.java85 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in sendTextMessage()
150 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in sendMultipartTextMessage()
211 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in sendDataMessage()
251 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in copyMessageToIcc()
279 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in deleteMessageFromIcc()
308 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in updateMessageOnIcc()
332 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in getAllMessagesFromIcc()
362 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in enableCellBroadcast()
392 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in disableCellBroadcast()
423 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in enableCellBroadcastRange()
[all …]
DCellLocation.java43 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone")); in requestLocationUpdate()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxManagerService.java83 ILearning_StochasticLinearRanker.Stub.asInterface( in getRanker()
99 ILearning_MulticlassPA.Stub.asInterface(mService.getClassifier(name)); in getClassifier()
114 mService = IBordeauxService.Stub.asInterface(service);
/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/cmds/svc/src/com/android/commands/svc/
DDataCommand.java56 … IConnectivityManager.Stub.asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in run()
66 … = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE)); in run()
DWifiCommand.java56 … IConnectivityManager.Stub.asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE)); in run()
66 … = IWifiManager.Stub.asInterface(ServiceManager.getService(Context.WIFI_SERVICE)); in run()
DUsbCommand.java50 IUsbManager usbMgr = IUsbManager.Stub.asInterface(ServiceManager.getService( in run()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java51 mPowerManager = IPowerManager.Stub.asInterface( in SettingsHelper()
80 IBackupManager bm = IBackupManager.Stub.asInterface( in setAutoRestore()
109 IPowerManager power = IPowerManager.Stub.asInterface( in setBrightness()
/frameworks/base/services/java/com/android/server/pm/
DShutdownThread.java316 ActivityManagerNative.asInterface(ServiceManager.checkService("activity")); in run()
342 final IMountService mount = IMountService.Stub.asInterface( in run()
380 INfcAdapter.Stub.asInterface(ServiceManager.checkService("nfc")); in shutdownRadios()
382 ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); in shutdownRadios()
384 IBluetooth.Stub.asInterface(ServiceManager.checkService( in shutdownRadios()
/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java82 IWindowManager wm = IWindowManager.Stub.asInterface( in setRotationLock()
110 IWindowManager wm = IWindowManager.Stub.asInterface( in setRotationLockForAccessibility()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIccProvider.java293 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface( in loadFromEf()
333 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface( in addIccRecordToEf()
357 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface( in updateIccRecordInEf()
381 IIccPhoneBook iccIpb = IIccPhoneBook.Stub.asInterface( in deleteIccRecordFromEf()
/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/core/java/android/os/
DEnvironment.java46 IMountService mountService = IMountService.Stub.asInterface(ServiceManager in getPrimaryVolume()
431 IMountService mountService = IMountService.Stub.asInterface(ServiceManager in getExternalStorageState()
DServiceManagerNative.java33 static public IServiceManager asInterface(IBinder obj) in asInterface() method in ServiceManagerNative
91 = IPermissionController.Stub.asInterface( in onTransact()
DSystemVibrator.java33 mService = IVibratorService.Stub.asInterface( in SystemVibrator()
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
DUiDevice.java287 IWindowManager wm = IWindowManager.Stub.asInterface( in getDisplayWidth()
305 final IStatusBarService statusBar = IStatusBarService.Stub.asInterface( in pressRecentApps()
321 IWindowManager wm = IWindowManager.Stub.asInterface( in getDisplayHeight()
/frameworks/base/core/java/android/app/
DContextImpl.java271 IAccountManager service = IAccountManager.Stub.asInterface(b); in registerService()
283 IAlarmManager service = IAlarmManager.Stub.asInterface(b); in registerService()
306 return new ConnectivityManager(IConnectivityManager.Stub.asInterface(b)); in registerService()
312 return new CountryDetector(ICountryDetector.Stub.asInterface(b)); in registerService()
367 return new LocationManager(ILocationManager.Stub.asInterface(b)); in registerService()
373 return new NetworkPolicyManager(INetworkPolicyManager.Stub.asInterface( in registerService()
395 INsdManager service = INsdManager.Stub.asInterface(b); in registerService()
405 IPowerManager service = IPowerManager.Stub.asInterface(b); in registerService()
443 return new ThrottleManager(IThrottleManager.Stub.asInterface(b)); in registerService()
454 return new UsbManager(ctx, IUsbManager.Stub.asInterface(b)); in registerService()
[all …]
DActivityManagerNative.java56 static public IActivityManager asInterface(IBinder obj) { in asInterface() method in ActivityManagerNative
118 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
142 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
166 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
187 IApplicationThread app = ApplicationThreadNative.asInterface(b); in onTransact()
269 b != null ? ApplicationThreadNative.asInterface(b) : null; in onTransact()
273 = b != null ? IIntentReceiver.Stub.asInterface(b) : null; in onTransact()
294 IIntentReceiver rec = IIntentReceiver.Stub.asInterface(b); in onTransact()
305 b != null ? ApplicationThreadNative.asInterface(b) : null; in onTransact()
310 b != null ? IIntentReceiver.Stub.asInterface(b) : null; in onTransact()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DDisableCarModeActivity.java34 IUiModeManager uiModeManager = IUiModeManager.Stub.asInterface( in onCreate()
/frameworks/base/core/java/android/service/dreams/
DDreamManagerService.java51 mIWindowManager = IWindowManager.Stub.asInterface( in DreamManagerService()
154 mCurrentDream = IDreamService.Stub.asInterface(service); in onServiceConnected()
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
DVibratorServicePermissionTest.java37 mVibratorService = IVibratorService.Stub.asInterface( in setUp()
DServiceManagerPermissionTests.java56 ServiceManagerNative.asInterface(BinderInternal.getContextObject()) in testSetPermissionController()
/frameworks/base/core/java/android/accounts/
DAccountManagerResponse.java39 IAccountManagerResponse.Stub.asInterface(parcel.readStrongBinder()); in AccountManagerResponse()
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimSmsTest.java33 ISms sms = ISms.Stub.asInterface(ServiceManager.getService("isms")); in testBasic()
/frameworks/base/core/tests/coretests/src/android/os/
DBrightnessLimit.java48 IPowerManager power = IPowerManager.Stub.asInterface( in onClick()

12345678