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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 103 import android.os.ServiceManager;
170 IBinder b = ServiceManager.getService(Context.ACCOUNT_SERVICE);
186 IBinder b = ServiceManager.getService(Context.ALARM_SERVICE);
216 IBinder b = ServiceManager.getService(Context.HDMI_CONTROL_SERVICE);
237 IBinder b = ServiceManager.getService(Context.CONNECTIVITY_SERVICE);
246 IBinder b = ServiceManager.getService(Context.COUNTRY_DETECTOR);
282 IBinder b = ServiceManager.getService(Context.DROPBOX_SERVICE);
340 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
349 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE)));
372 IBinder b = ServiceManager.getService(Context.NSD_SERVICE)
    [all...]
KeyguardManager.java 29 import android.os.ServiceManager;
197 ServiceManager.getService(Context.TRUST_SERVICE));
199 ServiceManager.getService(Context.USER_SERVICE));
323 ServiceManager.getService(Context.TRUST_SERVICE));
UiModeManager.java 24 import android.os.ServiceManager;
128 ServiceManager.getService(Context.UI_MODE_SERVICE));
  /development/apps/SdkSetup/src/com/android/sdksetup/
DefaultActivity.java 27 import android.os.ServiceManager;
55 ServiceManager.getService(Context.BACKUP_SERVICE));
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionEvent.java 24 import android.os.ServiceManager;
40 IPackageManager pm = IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
MainComponent.java 26 import com.google.common.util.concurrent.ServiceManager;
59 ServiceManager getServiceManager();
  /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/hardware/
ConsumerIrManager.java 21 import android.os.ServiceManager;
46 ServiceManager.getService(Context.CONSUMER_IR_SERVICE));
  /frameworks/base/core/java/android/os/health/
SystemHealthManager.java 23 import android.os.ServiceManager;
51 ServiceManager.getService(BatteryStats.SERVICE_NAME));
  /frameworks/base/core/java/com/android/internal/app/
ShutdownActivity.java 26 import android.os.ServiceManager;
50 ServiceManager.getService(Context.POWER_SERVICE));
  /frameworks/base/core/java/com/android/server/backup/
ShortcutBackupHelper.java 21 import android.os.ServiceManager;
37 ServiceManager.getService(Context.SHORTCUT_SERVICE));
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTestUtils.java 12 import android.os.ServiceManager;
30 IBinder cameraServiceBinder = ServiceManager
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimSmsTest.java 20 import android.os.ServiceManager;
34 ISms sms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerWhitelistBackend.java 20 import android.os.ServiceManager;
42 ServiceManager.getService(DEVICE_IDLE_SERVICE));
  /system/core/init/
signal_handler.cpp 45 ServiceManager::GetInstance().ReapAnyOutstandingChildren();
72 ServiceManager::GetInstance().ReapAnyOutstandingChildren();
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java 31 import android.os.ServiceManager;
98 IWindowManager.Stub.asInterface(ServiceManager.getService(Context.WINDOW_SERVICE));
112 IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE));
  /frameworks/base/core/java/android/net/
ConnectivityMetricsLogger.java 23 import android.os.ServiceManager;
56 ServiceManager.getService(CONNECTIVITY_METRICS_LOGGER_SERVICE)));
73 ServiceManager.getService(CONNECTIVITY_METRICS_LOGGER_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/services/core/java/com/android/server/display/
DisplayTransformManager.java 23 import android.os.ServiceManager;
162 final IBinder flinger = ServiceManager.getService("SurfaceFlinger");
188 final IBinder flinger = ServiceManager.getService("SurfaceFlinger");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ClearDefaultsPreference.java 25 import android.os.ServiceManager;
41 final IBinder usbBinder = ServiceManager.getService(Context.USB_SERVICE);
85 final IBinder usbBinder = ServiceManager.getService(Context.USB_SERVICE);
  /frameworks/base/core/java/android/os/
SystemClock.java 143 IBinder b = ServiceManager.getService(Context.ALARM_SERVICE);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityManagerTest.java 22 import android.os.ServiceManager;
  /packages/apps/Settings/src/com/android/settings/applications/
ResetAppsHelper.java 31 import android.os.ServiceManager;
60 mIPm = IPackageManager.Stub.asInterface(ServiceManager.getService("package"));
62 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
63 mWvus = IWebViewUpdateService.Stub.asInterface(ServiceManager.getService("webviewupdate"));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
SettingsHelper.java 25 import android.os.ServiceManager;
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestCase.java 22 import android.os.ServiceManager;
128 IInputMethodManager im = IInputMethodManager.Stub.asInterface(ServiceManager

Completed in 742 milliseconds

12 3 4 5 6 7 8 91011>>