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

1234567891011>>

/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java421 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
447 ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
474 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
502 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
528 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
551 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
589 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
610 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
630 ISub iSub = ISub.Stub.asInterface(ServiceManager.getService("isub"));
650 ISub iSub = ISub.Stub.asInterface(ServiceManage
[all...]
H A DCellLocation.java40 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
/frameworks/base/keystore/java/android/security/
H A DGateKeeper.java34 IGateKeeperService service = IGateKeeperService.Stub.asInterface(
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsServiceConnection.java33 ICustomTabsService.Stub.asInterface(service), name) {
/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/cmds/svc/src/com/android/commands/svc/
H A DNfcCommand.java58 IPackageManager pm = IPackageManager.Stub.asInterface(
63 .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/com/android/server/backup/
H A DNotificationBackupHelper.java47 INotificationManager nm = INotificationManager.Stub.asInterface(
67 INotificationManager nm = INotificationManager.Stub.asInterface(
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java160 IAccountManager service = IAccountManager.Stub.asInterface(b);
176 IAlarmManager service = IAlarmManager.Stub.asInterface(b);
206 return new HdmiControlManager(IHdmiControlService.Stub.asInterface(b));
227 IConnectivityManager service = IConnectivityManager.Stub.asInterface(b);
236 return new CountryDetector(ICountryDetector.Stub.asInterface(b));
272 IDropBoxManagerService service = IDropBoxManagerService.Stub.asInterface(b);
330 return new LocationManager(ctx, ILocationManager.Stub.asInterface(b));
337 return new NetworkPolicyManager(ctx, INetworkPolicyManager.Stub.asInterface(
362 INsdManager service = INsdManager.Stub.asInterface(b);
371 IPowerManager service = IPowerManager.Stub.asInterface(
[all...]
/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( \
/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java39 IAccountManagerResponse.Stub.asInterface(parcel.readStrongBinder());
/frameworks/base/core/java/android/os/
H A DSystemClock.java144 IAlarmManager mgr = IAlarmManager.Stub.asInterface(b);
H A DBatteryManager.java201 mBatteryStats = IBatteryStats.Stub.asInterface(
203 mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface(
H A DSystemVibrator.java35 mService = IVibratorService.Stub.asInterface(
41 mService = IVibratorService.Stub.asInterface(
/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.java39 mVibratorService = IVibratorService.Stub.asInterface(
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java98 IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE));
112 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE));
/frameworks/base/location/java/android/location/
H A DGeocoder.java61 ILocationManager lm = ILocationManager.Stub.asInterface(b);
85 mService = ILocationManager.Stub.asInterface(b);

Completed in 552 milliseconds

1234567891011>>