HomeSort by relevance Sort by last modified time
    Searched refs:ServiceManager (Results 301 - 325 of 350) sorted by null

<<11121314

  /frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java 38 import android.os.ServiceManager;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 49 import android.os.ServiceManager;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 44 import android.os.ServiceManager;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 36 import android.os.ServiceManager;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 31 import android.os.ServiceManager;
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 148 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 183 import android.os.ServiceManager;
    [all...]
ActivityStackSupervisor.java 66 import android.os.ServiceManager;
507 // This function returns a IStatusBarService. The value is from ServiceManager.
513 ServiceManager.checkService(Context.STATUS_BAR_SERVICE));
526 ServiceManager.checkService(Context.DEVICE_POLICY_SERVICE));
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 35 import android.os.ServiceManager;
529 final IBinder expected = ServiceManager.getService("activity");
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 61 import android.os.ServiceManager;
    [all...]
ActivityThread.java 76 import android.os.ServiceManager;
    [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 45 import android.os.ServiceManager;
104 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)),
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 37 import android.os.ServiceManager;
235 onlyCore = IPackageManager.Stub.asInterface(ServiceManager.getService(
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 53 import android.os.ServiceManager;
247 ServiceManager.addService(Context.APP_OPS_SERVICE, asBinder());
    [all...]
InputMethodManagerService.java 91 import android.os.ServiceManager;
815 StatusBarManagerService statusBarService = (StatusBarManagerService) ServiceManager
    [all...]
MountService.java 65 import android.os.ServiceManager;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 68 import android.os.ServiceManager;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 85 import android.os.ServiceManager;
520 mBatteryStats = IBatteryStats.Stub.asInterface(ServiceManager.getService(
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 38 import android.os.ServiceManager;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 27 import android.os.ServiceManager;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 45 import android.os.ServiceManager;
211 ServiceManager.getService("package"));
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 99 import android.os.ServiceManager;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 46 import android.os.ServiceManager;
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java 54 import android.os.ServiceManager;
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 83 import android.os.ServiceManager;
292 ServiceManager.getService("window"));
    [all...]

Completed in 834 milliseconds

<<11121314