Searched refs:asInterface (Results 1 - 25 of 370) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java455 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
481 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
509 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
537 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
563 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
586 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
624 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
645 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
665 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
685 ISub iSub = ISub.Stub.asInterface(ServiceManage
[all...]
H A DCellLocation.java40 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsServiceConnection.java33 ICustomTabsService.Stub.asInterface(service), name) {
H A DPostMessageServiceConnection.java37 mSessionBinder = ICustomTabsCallback.Stub.asInterface(session.getCallbackBinder());
64 mService = IPostMessageService.Stub.asInterface(service);
/frameworks/base/core/java/android/net/
H A DCaptivePortal.java74 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_DISMISSED);
88 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_UNWANTED);
104 ICaptivePortal.Stub.asInterface(mBinder).appResponse(APP_RETURN_WANTED_AS_IS);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxManagerService.java82 mAggregatorManager = IAggregatorManager.Stub.asInterface(
96 mPredictor = IPredictor.Stub.asInterface(mService.getPredictor(name));
111 ILearning_StochasticLinearRanker.Stub.asInterface(
127 ILearning_MulticlassPA.Stub.asInterface(mService.getClassifier(name));
142 mService = IBordeauxService.Stub.asInterface(service);
/frameworks/base/core/java/com/android/internal/app/
H A DDisableCarModeActivity.java34 IUiModeManager uiModeManager = IUiModeManager.Stub.asInterface(
/frameworks/base/keystore/java/android/security/
H A DGateKeeper.java37 IGateKeeperService service = IGateKeeperService.Stub.asInterface(
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java189 IAccountManager service = IAccountManager.Stub.asInterface(b);
205 IAlarmManager service = IAlarmManager.Stub.asInterface(b);
235 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b));
263 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b);
272 IIpSecService service = IIpSecService.Stub.asInterface(b);
281 return new CountryDetector(ICountryDetector.Stub.asInterface(b));
289 return new DevicePolicyManager(ctx, IDevicePolicyManager.Stub.asInterface(b));
303 IBatteryStats stats = IBatteryStats.Stub.asInterface(
306 .asInterface(ServiceManager.getServiceOrThrow("batteryproperties"));
322 IDropBoxManagerService service = IDropBoxManagerService.Stub.asInterface(
[all...]
H A DActivityManagerNative.java31 * @deprecated use IActivityManager.Stub.asInterface instead.
33 static public IActivityManager asInterface(IBinder obj) { method in class:ActivityManagerNative
34 return IActivityManager.Stub.asInterface(obj);
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DNfcCommand.java58 IPackageManager pm = IPackageManager.Stub.asInterface(
64 .asInterface(ServiceManager.getService(Context.NFC_SERVICE));
H A DDataCommand.java53 = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
H A DUsbCommand.java50 IUsbManager usbMgr = IUsbManager.Stub.asInterface(ServiceManager.getService(
H A DWifiCommand.java53 = IWifiManager.Stub.asInterface(ServiceManager.getService(Context.WIFI_SERVICE));
/frameworks/base/core/java/android/os/
H A DSystemVibrator.java35 mService = IVibratorService.Stub.asInterface(ServiceManager.getService("vibrator"));
40 mService = IVibratorService.Stub.asInterface(ServiceManager.getService("vibrator"));
H A DIncidentManager.java57 final IIncidentManager service = IIncidentManager.Stub.asInterface(
109 final IIncidentManager service = IIncidentManager.Stub.asInterface(
/frameworks/base/core/java/com/android/server/backup/
H A DNotificationBackupHelper.java47 INotificationManager nm = INotificationManager.Stub.asInterface(
68 INotificationManager nm = INotificationManager.Stub.asInterface(
/frameworks/base/cmds/locksettings/src/com/android/commands/locksettings/
H A DLockSettingsCmd.java60 ILockSettings lockSettings = ILockSettings.Stub.asInterface(
/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java39 IAccountManagerResponse.Stub.asInterface(parcel.readStrongBinder());
/frameworks/base/core/java/android/service/carrier/
H A DCarrierService.java60 sRegistry = ITelephonyRegistry.Stub.asInterface(
/frameworks/base/core/tests/coretests/src/android/os/
H A DBrightnessLimit.java48 IPowerManager power = IPowerManager.Stub.asInterface(
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyService.java61 IProxyPortListener portListener = IProxyPortListener.Stub.asInterface(callback);
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DServiceManagerPermissionTests.java66 ServiceManagerNative.asInterface(BinderInternal.getContextObject())
H A DVibratorServicePermissionTest.java40 mVibratorService = IVibratorService.Stub.asInterface(
/frameworks/native/include/binder/
H A DIInterface.h44 return INTERFACE::asInterface(obj);
76 static ::android::sp<I##INTERFACE> asInterface( \
89 ::android::sp<I##INTERFACE> I##INTERFACE::asInterface( \

Completed in 484 milliseconds

1234567891011>>