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

12 3 4 5 6 7 8 91011

  /build/target/product/
embedded.mk 62 servicemanager \
  /cts/tests/tests/dreams/
Android.mk 34 # Need access to ServiceManager
  /frameworks/av/drm/drmserver/
main_drmserver.cpp 33 ALOGV("ServiceManager: %p", sm.get());
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 27 import android.os.ServiceManager;
48 ServiceManager.getService(Service.WINDOW_SERVICE));
160 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
182 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
  /frameworks/base/services/java/com/android/server/
SystemBackupAgent.java 29 import android.os.ServiceManager;
66 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
112 WallpaperManagerService wallpaper = (WallpaperManagerService)ServiceManager.getService(
153 (WallpaperManagerService)ServiceManager.getService(
  /frameworks/base/test-runner/src/android/test/
LaunchPerformanceBase.java 25 import android.os.ServiceManager;
  /frameworks/native/include/private/binder/
Static.h 34 // For ServiceManager.cpp
  /frameworks/native/libs/binder/
Static.cpp 47 // ------------ ServiceManager.cpp
  /cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java 64 services = (String[]) Class.forName("android.os.ServiceManager")
83 serviceBinder = (IBinder) Class.forName("android.os.ServiceManager")
  /frameworks/base/cmds/bu/src/com/android/commands/bu/
Backup.java 22 import android.os.ServiceManager;
47 mBackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 23 import android.os.ServiceManager;
50 ServiceManager.getService(Context.POWER_SERVICE));
  /frameworks/base/core/java/android/os/
ServiceManager.java 27 public final class ServiceManager {
28 private static final String TAG = "ServiceManager";
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 24 import android.os.ServiceManager;
83 ServiceManager.getService(DreamService.DREAM_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/packages/SystemUI/src/com/android/systemui/net/
NetworkOverLimitActivity.java 34 import android.os.ServiceManager;
78 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbDebuggingActivity.java 32 import android.os.ServiceManager;
129 IBinder b = ServiceManager.getService(USB_SERVICE);
UsbResolverActivity.java 30 import android.os.ServiceManager;
98 IBinder b = ServiceManager.getService(USB_SERVICE);
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ConfirmDialog.java 25 import android.os.ServiceManager;
52 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 27 import android.os.ServiceManager;
48 ServiceManager.getService(Context.NETWORK_STATS_SERVICE));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java 19 import android.os.ServiceManager;
34 IIccPhoneBook.Stub.asInterface(ServiceManager.getService("simphonebook"));
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 22 import android.os.ServiceManager;
125 IInputMethodManager im = IInputMethodManager.Stub.asInterface(ServiceManager
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java 27 import android.os.ServiceManager;
64 IBinder service = ServiceManager.getService("mount");
SetFullBackupPassword.java 23 import android.os.ServiceManager;
83 mBackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DoNotDisturb.java 24 import android.os.ServiceManager;
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
ServiceManager.java 21 public final class ServiceManager {

Completed in 4687 milliseconds

12 3 4 5 6 7 8 91011