OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asInterface
(Results
151 - 175
of
459
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/services/core/java/com/android/server/pm/
EphemeralResolverConnection.java
147
mRemoteInstance = IEphemeralResolver.Stub.
asInterface
(service);
/frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java
200
mService = (IRecommendationService)IRecommendationService.Stub.
asInterface
(service);
/frameworks/base/telecomm/java/android/telecom/
ParcelableConference.java
142
IVideoProvider.Stub.
asInterface
(source.readStrongBinder());
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java
38
mWm = IWindowManager.Stub.
asInterface
(
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
FrameworkFacade.java
82
return new WifiScanner(context, IWifiScanner.Stub.
asInterface
(
WifiCertManager.java
146
IDevicePolicyManager pm = IDevicePolicyManager.Stub.
asInterface
(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccProvider.java
399
IIccPhoneBook iccIpb = IIccPhoneBook.Stub.
asInterface
(
441
IIccPhoneBook iccIpb = IIccPhoneBook.Stub.
asInterface
(
467
IIccPhoneBook iccIpb = IIccPhoneBook.Stub.
asInterface
(
493
IIccPhoneBook iccIpb = IIccPhoneBook.Stub.
asInterface
(
TelephonyComponentFactory.java
133
return IDeviceIdleController.Stub.
asInterface
(
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java
34
IIccPhoneBook.Stub.
asInterface
(ServiceManager.getService("simphonebook"));
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
PolicyServiceProxy.java
40
mService = IPolicyService.Stub.
asInterface
(binder);
/packages/apps/Settings/src/com/android/settings/dashboard/
SuggestionsChecks.java
104
IWallpaperManager service = Stub.
asInterface
(b);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
MigrateEstimateTask.java
122
mService = IMediaContainerService.Stub.
asInterface
(service);
/packages/apps/Settings/src/com/android/settings/notification/
NotificationBackend.java
37
static INotificationManager sINM = INotificationManager.Stub.
asInterface
(
/packages/services/Car/car-lib/src/android/car/
CarAppContextManager.java
90
mService = IAppContext.Stub.
asInterface
(service);
/packages/services/Car/car-lib/src/android/car/hardware/radio/
CarRadioManager.java
116
mService = ICarRadio.Stub.
asInterface
(service);
/packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationManager.java
114
mService = ICarNavigation.Stub.
asInterface
(service);
/packages/services/Car/car-systemtest-lib/src/android/car/test/
CarTestManager.java
61
mService = ICarTest.Stub.
asInterface
(wrapper.binder);
/packages/services/Car/service/src/com/android/car/pm/
AppBlockingPolicyProxy.java
111
mPolicyService = ICarAppBlockingPolicy.Stub.
asInterface
(service);
/packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomService.java
138
return IAudioService.Stub.
asInterface
(
/platform_testing/utils/crashcollector/src/android/test/crashcollector/
Collector.java
87
IActivityManager iam = ActivityManagerNative.
asInterface
(am);
/frameworks/base/core/java/android/net/
VpnService.java
130
return IConnectivityManager.Stub.
asInterface
(
603
IPackageManager pm = IPackageManager.Stub.
asInterface
(
[
all
...]
/frameworks/base/media/java/android/media/
SoundPool.java
166
mAppOps = IAppOpsService.Stub.
asInterface
(b);
503
sService = IAudioService.Stub.
asInterface
(b);
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java
160
mBackupManager = IBackupManager.Stub.
asInterface
(ServiceManager.getService(Context.BACKUP_SERVICE));
161
mMountService = IMountService.Stub.
asInterface
(ServiceManager.getService("mount"));
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java
263
IBackupManager bm = IBackupManager.Stub.
asInterface
(
296
IPowerManager power = IPowerManager.Stub.
asInterface
(
/frameworks/base/services/core/java/com/android/server/connectivity/
PacManager.java
291
mProxyService = IProxyService.Stub.
asInterface
(binder);
317
IProxyCallback callbackService = IProxyCallback.Stub.
asInterface
(binder);
Completed in 951 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>