Searched refs:getService (Results 126 - 150 of 367) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DAppIdleController.java104 mUsageStatsInternal = LocalServices.getService(UsageStatsManagerInternal.class);
H A DDeviceIdleJobsController.java103 LocalServices.getService(DeviceIdleController.LocalService.class);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsAccess.java107 final DevicePolicyManagerInternal dpmi = LocalServices.getService(
/frameworks/base/services/core/java/com/android/server/policy/
H A DStatusBarController.java94 StatusBarManagerInternal statusbar = LocalServices.getService(
/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java138 mActivityManagerInternal = LocalServices.getService(ActivityManagerInternal.class);
139 mInputManagerInternal = LocalServices.getService(InputManagerInternal.class);
140 mInputMethodManagerInternal = LocalServices.getService(InputMethodManagerInternal.class);
141 mRetailDemoModeServiceInternal = LocalServices.getService(RetailDemoModeServiceInternal.class);
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsAccessTest.java54 mSystemDpmi = LocalServices.getService(DevicePolicyManagerInternal.class);
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java39 ServiceManager.getService("window"));
/frameworks/native/libs/binder/
H A DIServiceManager.cpp139 virtual sp<IBinder> getService(const String16& name) const function in class:android::BpServiceManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiCertManager.java147 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java400 ServiceManager.getService("simphonebook"));
442 ServiceManager.getService("simphonebook"));
468 ServiceManager.getService("simphonebook"));
494 ServiceManager.getService("simphonebook"));
H A DTelephonyComponentFactory.java135 ServiceManager.getService(Context.DEVICE_IDLE_CONTROLLER));
H A DUiccPhoneBookController.java37 if (ServiceManager.getService("simphonebook") == null) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimPhoneBookTest.java34 IIccPhoneBook.Stub.asInterface(ServiceManager.getService("simphonebook"));
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp372 // WORKAROUND: We don't know if camera exists here and getService might block for 5 seconds.
377 ? sm->getService(String16("media.camera")) : sm->checkService(String16("media.camera"));
387 binder = sm->getService(String16("media.codec"));
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java160 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/
H A DSettingsHelper.java264 ServiceManager.getService(Context.BACKUP_SERVICE));
297 ServiceManager.getService("power"));
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java356 mMountService = IMountService.Stub.asInterface(ServiceManager.getService("mount"));
961 ServiceManager.getService("mount"));
1118 .asInterface(ServiceManager.getService("mount"));
1208 ServiceManager.getService("mount"));
1264 ServiceManager.getService("mount"));
/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java211 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE));
212 mBatteryStatsService = IBatteryStats.Stub.asInterface(ServiceManager.getService(
230 mPowerManagerInternal = LocalServices.getService(PowerManagerInternal.class);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java404 ServiceManager.getService(Context.PRINT_SERVICE));
441 ServiceManager.getService(Context.PRINT_SERVICE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java297 mPower = IPowerManager.Stub.asInterface(ServiceManager.getService("power"));
298 mVrManager = IVrManager.Stub.asInterface(ServiceManager.getService("vrmanager"));
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java271 assertEquals("Different components.", first.getService(), second.getService());
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java144 ServiceManager.getService(Context.WINDOW_SERVICE));
160 activityTokens = LocalServices.getService(ActivityManagerInternal.class)
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java1109 contentPending = PendingIntent.getService(context, mContentIntentData.mRequestCode,
1126 dismissPending = PendingIntent.getService(context, mDismissIntentData.mRequestCode,
/frameworks/av/camera/
H A DCameraBase.cpp103 binder = sm->getService(String16(kCameraServiceName));
/frameworks/av/media/libstagefright/
H A DMediaExtractor.cpp177 sp<IBinder> binder = defaultServiceManager()->getService(String16("media.extractor"));

Completed in 654 milliseconds

1234567891011>>