HomeSort by relevance Sort by last modified time
    Searched refs:getService (Results 276 - 300 of 380) sorted by null

<<111213141516

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 89 mUm = IUserManager.Stub.asInterface(ServiceManager.getService("user"));
90 mPm = IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 468 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(
472 mBatteryStats = IBatteryStats.Stub.asInterface(ServiceManager.getService(
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 258 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 58 sp<IBinder> binder = sm->getService(String16("media.player"));
  /frameworks/base/core/java/android/app/
Instrumentation.java 305 ServiceManager.getService("window")).setInTouchMode(inTouch);
    [all...]
WallpaperManager.java 227 IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
    [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 68 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE));
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 379 IBinder b = ServiceManager.getService(BLUETOOTH_MANAGER_SERVICE);
    [all...]
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 374 mPhoneService = ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 458 return IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 726 sp<IBinder> binder = defaultServiceManager()->getService(String16("media.player"));
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 293 ServiceManager.getService("package"));
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 115 ServiceManager.getService(DreamService.DREAM_SERVICE));
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 651 IBinder b = ServiceManager.getService(Context.POWER_SERVICE);
659 IBinder b = ServiceManager.getService(Context.WINDOW_SERVICE);
    [all...]
SystemServer.java 294 BatteryStatsService.getService(),
    [all...]
TelephonyRegistry.java 177 mBatteryStats = BatteryStatsService.getService();
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java 195 ServiceManager.getService("window"));
    [all...]
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 56 while (getService(name, &mComposerService) != NO_ERROR) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 196 mService = ((VCardService.MyBinder) binder).getService();
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryStatsHelper.java 159 ServiceManager.getService(BatteryStats.SERVICE_NAME));
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java     [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 778 PendingIntent pendingIntent = PendingIntent.getService(mContext, 0,
    [all...]
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 477 IBinder binder = ServiceManager.getService(service);
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 440 ServiceManager.getService("power"));
    [all...]

Completed in 1454 milliseconds

<<111213141516