HomeSort by relevance Sort by last modified time
    Searched full:servicemanager (Results 151 - 175 of 263) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 36 import android.os.ServiceManager;
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
CreateInfo.java 189 "android.os.ServiceManager", "android.os._Original_ServiceManager",
  /frameworks/native/cmds/servicemanager/
service_manager.c 17 #define LOG_TAG "ServiceManager"
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 45 import android.os.ServiceManager;
90 ServiceManager.getService("package"));
    [all...]
InstalledAppDetails.java 57 import android.os.ServiceManager;
385 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
411 IBinder b = ServiceManager.getService(Context.USB_SERVICE);
415 mSmsManager = ISms.Stub.asInterface(ServiceManager.getService("isms"));
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 33 import android.os.ServiceManager;
610 final IBinder service = ServiceManager.getService("mount");
724 final ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 29 import android.os.ServiceManager;
178 (IBinder) ServiceManager.getService("lock_settings"));
584 IBinder service = ServiceManager.getService("mount");
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 28 import android.os.ServiceManager;
643 ServiceManager.addService(SERVICE_NAME, asBinder());
675 IBinder b = ServiceManager.getService(SERVICE_NAME);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 27 import android.os.ServiceManager;
BluetoothPbap.java 25 import android.os.ServiceManager;
BluetoothTetheringDataTracker.java 20 import android.os.ServiceManager;
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 24 import android.os.ServiceManager;
75 sRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
    [all...]
  /ndk/tests/awk/extract-pid/
test-1.in 74 system 109 1 832 276 ffffffff 00000000 S /system/bin/servicemanager
  /development/apps/Development/src/com/android/development/
Connectivity.java 43 import android.os.ServiceManager;
255 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 21 import android.os.ServiceManager;
438 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE));
  /frameworks/base/core/java/android/app/
WallpaperManager.java 41 import android.os.ServiceManager;
210 IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 30 import android.os.ServiceManager;
187 IBinder b = ServiceManager.getService(Context.INPUT_SERVICE);
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 30 import android.os.ServiceManager;
317 mPhoneService = ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
TrafficStats.java 24 import android.os.ServiceManager;
96 ServiceManager.getService(Context.NETWORK_STATS_SERVICE));
  /frameworks/base/core/java/android/os/
Environment.java 66 IMountService mountService = IMountService.Stub.asInterface(ServiceManager
595 IMountService mountService = IMountService.Stub.asInterface(ServiceManager
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 29 import android.os.ServiceManager;
561 mSandman = IDreamManager.Stub.asInterface(ServiceManager.getService(DREAM_SERVICE));
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 25 import android.os.ServiceManager;
458 return IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 40 import android.os.ServiceManager;
291 ServiceManager.getService("package"));
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 42 import android.os.ServiceManager;
115 ServiceManager.getService(DreamService.DREAM_SERVICE));
    [all...]
  /frameworks/base/services/java/com/android/server/
AppOpsService.java 42 import android.os.ServiceManager;
151 ServiceManager.addService(Context.APP_OPS_SERVICE, asBinder());
    [all...]

Completed in 531 milliseconds

1 2 3 4 5 67 8 91011