OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asInterface
(Results
1 - 25
of
459
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java
430
ITelephonyRegistry tr = ITelephonyRegistry.Stub.
asInterface
(ServiceManager.getService(
456
ITelephonyRegistry tr = ITelephonyRegistry.Stub.
asInterface
(ServiceManager.getService(
484
ISub iSub = ISub.Stub.
asInterface
(ServiceManager.getService("isub"));
512
ISub iSub = ISub.Stub.
asInterface
(ServiceManager.getService("isub"));
538
ISub iSub = ISub.Stub.
asInterface
(ServiceManager.getService("isub"));
561
ISub iSub = ISub.Stub.
asInterface
(ServiceManager.getService("isub"));
599
ISub iSub = ISub.Stub.
asInterface
(ServiceManager.getService("isub"));
620
ISub iSub = ISub.Stub.
asInterface
(ServiceManager.getService("isub"));
640
ISub iSub = ISub.Stub.
asInterface
(ServiceManager.getService("isub"));
660
ISub iSub = ISub.Stub.
asInterface
(ServiceManager.getService("isub"))
[
all
...]
CellLocation.java
40
ITelephony phone = ITelephony.Stub.
asInterface
(ServiceManager.getService("phone"));
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DreamsFeatureTest.java
28
IDreamManager service = IDreamManager.Stub.
asInterface
(
/frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsServiceConnection.java
33
ICustomTabsService.Stub.
asInterface
(service), name) {
/frameworks/base/core/java/android/net/
CaptivePortal.java
74
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/
BordeauxManagerService.java
82
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/
DisableCarModeActivity.java
34
IUiModeManager uiModeManager = IUiModeManager.Stub.
asInterface
(
/frameworks/base/keystore/java/android/security/
GateKeeper.java
35
IGateKeeperService service = IGateKeeperService.Stub.
asInterface
(
/frameworks/base/cmds/svc/src/com/android/commands/svc/
NfcCommand.java
58
IPackageManager pm = IPackageManager.Stub.
asInterface
(
63
.
asInterface
(ServiceManager.getService(Context.NFC_SERVICE));
DataCommand.java
53
= ITelephony.Stub.
asInterface
(ServiceManager.getService(Context.TELEPHONY_SERVICE));
UsbCommand.java
50
IUsbManager usbMgr = IUsbManager.Stub.
asInterface
(ServiceManager.getService(
WifiCommand.java
53
= IWifiManager.Stub.
asInterface
(ServiceManager.getService(Context.WIFI_SERVICE));
/frameworks/base/core/java/android/app/
SystemServiceRegistry.java
171
IAccountManager service = IAccountManager.Stub.
asInterface
(b);
187
IAlarmManager service = IAlarmManager.Stub.
asInterface
(b);
217
return new HdmiControlManager(IHdmiControlService.Stub.
asInterface
(b));
238
IConnectivityManager service = IConnectivityManager.Stub.
asInterface
(b);
247
return new CountryDetector(ICountryDetector.Stub.
asInterface
(b));
283
IDropBoxManagerService service = IDropBoxManagerService.Stub.
asInterface
(b);
341
return new LocationManager(ctx, ILocationManager.Stub.
asInterface
(b));
348
return new NetworkPolicyManager(ctx, INetworkPolicyManager.Stub.
asInterface
(
373
INsdManager service = INsdManager.Stub.
asInterface
(b);
382
IPowerManager service = IPowerManager.Stub.
asInterface
(b)
[
all
...]
/frameworks/base/core/java/com/android/server/backup/
NotificationBackupHelper.java
47
INotificationManager nm = INotificationManager.Stub.
asInterface
(
68
INotificationManager nm = INotificationManager.Stub.
asInterface
(
/frameworks/native/include/binder/
IInterface.h
44
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/
AccountManagerResponse.java
39
IAccountManagerResponse.Stub.
asInterface
(parcel.readStrongBinder());
/frameworks/base/core/java/android/os/
SystemClock.java
144
IAlarmManager mgr = IAlarmManager.Stub.
asInterface
(b);
BatteryManager.java
215
mBatteryStats = IBatteryStats.Stub.
asInterface
(
217
mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.
asInterface
(
SystemVibrator.java
35
mService = IVibratorService.Stub.
asInterface
(
41
mService = IVibratorService.Stub.
asInterface
(
/frameworks/base/core/java/android/service/carrier/
CarrierService.java
60
sRegistry = ITelephonyRegistry.Stub.
asInterface
(
/frameworks/base/core/tests/coretests/src/android/os/
BrightnessLimit.java
48
IPowerManager power = IPowerManager.Stub.
asInterface
(
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java
61
IProxyPortListener portListener = IProxyPortListener.Stub.
asInterface
(callback);
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java
66
ServiceManagerNative.
asInterface
(BinderInternal.getContextObject())
VibratorServicePermissionTest.java
39
mVibratorService = IVibratorService.Stub.
asInterface
(
/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
TestInputControlConnection.java
41
mControl = ITestInputControl.Stub.
asInterface
(service);
Completed in 584 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>