HomeSort by relevance Sort by last modified time
    Searched refs:ServiceManager (Results 26 - 50 of 216) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
AutoRotateController.java 23 import android.os.ServiceManager;
66 ServiceManager.getService(Context.WINDOW_SERVICE));
  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 21 import android.os.ServiceManager;
43 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
  /system/core/libsysutils/
Android.mk 14 src/ServiceManager.cpp \
  /system/core/nexus/
Supplicant.h 22 class ServiceManager;
36 ServiceManager *mServiceManager;
  /frameworks/base/core/java/android/net/
TrafficStats.java 24 import android.os.ServiceManager;
225 ServiceManager.getService(Context.NETWORK_STATS_SERVICE));
499 ServiceManager.getService(Context.NETWORK_STATS_SERVICE));
  /frameworks/base/location/java/android/location/
Geocoder.java 23 import android.os.ServiceManager;
60 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
84 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 33 import android.os.ServiceManager;
55 ServiceManager.getService("power"));
84 ServiceManager.getService(Context.BACKUP_SERVICE));
113 ServiceManager.getService("power"));
  /frameworks/base/services/java/com/android/server/
SystemBackupAgent.java 28 import android.os.ServiceManager;
58 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
100 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
141 (WallpaperManagerService)ServiceManager.getService(
  /frameworks/base/test-runner/src/android/test/
SingleLaunchActivityTestCase.java 21 import android.os.ServiceManager;
  /frameworks/base/core/java/android/app/
NotificationManager.java 24 import android.os.ServiceManager;
81 IBinder b = ServiceManager.getService("notification");
StatusBarManager.java 24 import android.os.ServiceManager;
70 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 24 import android.os.ServiceManager;
67 ServiceManager.getService(Context.BACKUP_SERVICE));
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 25 import android.os.ServiceManager;
47 ServiceManager.getService(Context.NETWORK_STATS_SERVICE));
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 23 import android.os.ServiceManager;
88 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
  /packages/apps/Contacts/src/com/android/contacts/activities/
CallLogActivity.java 29 import android.os.ServiceManager;
87 ServiceManager.checkService("phone"));
  /packages/experimental/UiAutomation/service/src/com/android/testing/uiautomation/
InteractionProvider.java 5 import android.os.ServiceManager;
20 mWm = IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE));
  /packages/apps/Phone/tests/src/com/android/phone/tests/
CallDialTest.java 25 import android.os.ServiceManager;
158 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
176 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
  /system/extras/bugmailer/src/com/android/commands/sendbug/
SendBug.java 28 import android.os.ServiceManager;
86 ServiceManager.getService("package"));
133 final IAccountManager accountManager = IAccountManager.Stub.asInterface(ServiceManager
  /frameworks/base/cmds/bu/src/com/android/commands/bu/
Backup.java 22 import android.os.ServiceManager;
46 mBackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
  /frameworks/base/core/java/android/content/
ClipboardManager.java 24 import android.os.ServiceManager;
82 IBinder b = ServiceManager.getService("clipboard");
  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 27 import android.os.ServiceManager;
95 ServiceManager.getService(Context.SEARCH_SERVICE));
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 23 import android.os.ServiceManager;
37 IBinder service = ServiceManager.getService("mount");
  /frameworks/base/libs/usb/src/com/android/future/usb/
UsbManager.java 27 import android.os.ServiceManager;
81 IBinder b = ServiceManager.getService(Context.USB_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 31 import android.os.ServiceManager;
70 ServiceManager.getService(Context.WINDOW_SERVICE));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/net/
NetworkOverLimitActivity.java 34 import android.os.ServiceManager;
78 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE));

Completed in 402 milliseconds

12 3 4 5 6 7 8 9