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

123456789

/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java99 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
179 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
244 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
289 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
318 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
348 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
373 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
404 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
435 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
472 ISms iccISms = ISms.Stub.asInterface(ServiceManage
[all...]
/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 DDataCommand.java56 IConnectivityManager.Stub.asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
66 = ITelephony.Stub.asInterface(ServiceManager.getService(Context.TELEPHONY_SERVICE));
H A DWifiCommand.java56 IConnectivityManager.Stub.asInterface(ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
66 = IWifiManager.Stub.asInterface(ServiceManager.getService(Context.WIFI_SERVICE));
H A DUsbCommand.java50 IUsbManager usbMgr = IUsbManager.Stub.asInterface(ServiceManager.getService(
H A DPowerCommand.java49 IPowerManager pm = IPowerManager.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( \
/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java39 IAccountManagerResponse.Stub.asInterface(parcel.readStrongBinder());
H A DAccountAuthenticatorResponse.java42 IAccountAuthenticatorResponse.Stub.asInterface(parcel.readStrongBinder());
/frameworks/base/core/tests/coretests/src/android/os/
H A DBrightnessLimit.java48 IPowerManager power = IPowerManager.Stub.asInterface(
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DServiceManagerPermissionTests.java56 ServiceManagerNative.asInterface(BinderInternal.getContextObject())
H A DVibratorServicePermissionTest.java38 mVibratorService = IVibratorService.Stub.asInterface(
/frameworks/base/core/java/android/os/
H A DSystemVibrator.java37 mService = IVibratorService.Stub.asInterface(
43 mService = IVibratorService.Stub.asInterface(
H A DMessenger.java139 mTarget = IMessenger.Stub.asInterface(target);
H A DRemoteCallback.java100 IRemoteCallback.Stub.asInterface(target)) : null;
H A DResultReceiver.java118 mReceiver = IResultReceiver.Stub.asInterface(in.readStrongBinder());
H A DUpdateLock.java36 sService = IUpdateLock.Stub.asInterface(
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java47 private final IWindowManager mWindowManager = IWindowManager.Stub.asInterface(
161 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface(
183 IAccessibilityManager manager = IAccessibilityManager.Stub.asInterface(
H A DUiModeManager.java114 mService = IUiModeManager.Stub.asInterface(
/frameworks/base/core/java/android/net/
H A DPacProxySelector.java46 mProxyService = IProxyService.Stub.asInterface(
58 mProxyService = IProxyService.Stub.asInterface(
/frameworks/base/location/java/android/location/
H A DGeocoder.java61 ILocationManager lm = ILocationManager.Stub.asInterface(b);
85 mService = ILocationManager.Stub.asInterface(b);
/frameworks/testing/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/core/java/android/database/
H A DBulkCursorDescriptor.java70 cursor = BulkCursorNative.asInterface(in.readStrongBinder());
/frameworks/base/core/java/android/hardware/
H A DConsumerIrManager.java45 mService = IConsumerIrService.Stub.asInterface(

Completed in 576 milliseconds

123456789