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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
SystemVibrator.java 36 ServiceManager.getService("vibrator"));
42 ServiceManager.getService("vibrator"));
  /frameworks/base/core/java/android/service/dreams/
Sandman.java 24 import android.os.ServiceManager;
83 ServiceManager.getService(DreamService.DREAM_SERVICE));
  /frameworks/base/media/java/android/media/midi/
MidiDeviceService.java 24 import android.os.ServiceManager;
72 ServiceManager.getService(Context.MIDI_SERVICE));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 22 import android.os.ServiceManager;
41 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
  /frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
SoundTriggerUtil.java 25 import android.os.ServiceManager;
46 ServiceManager.getService(Context.SOUND_TRIGGER_SERVICE));
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
PowerTest.java 25 import android.os.ServiceManager;
45 mPowerManager = IPowerManager.Stub.asInterface(ServiceManager.getService("power"));
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
LocationUtils.java 28 import android.os.ServiceManager;
65 ServiceManager.getService(Context.LOCATION_SERVICE));
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateSmsPremBridge.java 18 import android.os.ServiceManager;
38 mSmsManager = ISms.Stub.asInterface(ServiceManager.getService("isms"));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
AdbKeysDialog.java 24 import android.os.ServiceManager;
63 IBinder b = ServiceManager.getService(Context.USB_SERVICE);
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java 20 import android.os.ServiceManager;
37 mRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
  /system/core/init/
keychords.cpp 79 Service* svc = ServiceManager::GetInstance().FindServiceByKeychord(id);
92 ServiceManager::GetInstance().ForEachService(add_service_keycodes);
service.cpp 622 int ServiceManager::exec_count_ = 0;
624 ServiceManager::ServiceManager() {
627 ServiceManager& ServiceManager::GetInstance() {
628 static ServiceManager instance;
632 void ServiceManager::AddService(std::unique_ptr<Service> service) {
642 Service* ServiceManager::MakeExecOneshotService(const std::vector<std::string>& args) {
698 Service* ServiceManager::FindServiceByName(const std::string& name) const {
709 Service* ServiceManager::FindServiceByPid(pid_t pid) const
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 39 import android.os.ServiceManager;
561 ServiceManager.addService("scheduling_policy", new SchedulingPolicyService());
568 ServiceManager.addService("telephony.registry", telephonyRegistry);
595 ServiceManager.addService("vibrator", vibrator);
600 ServiceManager.addService(Context.CONSUMER_IR_SERVICE, consumerIr);
620 ServiceManager.addService(Context.WINDOW_SERVICE, wm);
621 ServiceManager.addService(Context.INPUT_SERVICE, inputManager);
678 ServiceManager.addService(Context.ACCESSIBILITY_SERVICE,
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java 29 import android.os.ServiceManager;
397 ISms iccISms = ISms.Stub.asInterface(ServiceManager.getService("isms"));
697 return ISms.Stub.asInterface(ServiceManager.getService("isms"));
    [all...]
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsManager.java 36 import android.os.ServiceManager;
349 IBinder binder = ServiceManager.checkService(getRcsServiceName(mSubId));
356 IBinder b = ServiceManager.getService(getRcsServiceName(mSubId));
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 25 import android.os.ServiceManager;
90 ServiceManager.getService(Context.TELECOM_SERVICE));
96 .asInterface(ServiceManager.getService(Context.USER_SERVICE));
  /frameworks/base/core/java/android/net/
PacProxySelector.java 19 import android.os.ServiceManager;
50 ServiceManager.getService(PROXY_SERVICE));
62 ServiceManager.getService(PROXY_SERVICE));
NetworkScoreManager.java 28 import android.os.ServiceManager;
132 IBinder iBinder = ServiceManager.getService(Context.NETWORK_SCORE_SERVICE);
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 30 import android.os.ServiceManager;
118 IWallpaperManager wallpaper = (IWallpaperManager) ServiceManager.getService(
165 (IWallpaperManager)ServiceManager.getService(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UiccPhoneBookController.java 21 import android.os.ServiceManager;
37 if (ServiceManager.getService("simphonebook") == null) {
38 ServiceManager.addService("simphonebook", this);
  /packages/apps/Settings/src/com/android/settings/
CryptKeeperConfirm.java 26 import android.os.ServiceManager;
78 IBinder service = ServiceManager.getService("mount");
141 IBinder service = ServiceManager.getService("mount");
  /packages/services/Telephony/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"));
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 30 import android.os.ServiceManager;
61 ServiceManager.getService(Service.WINDOW_SERVICE));
64 .asInterface(ServiceManager.getService(Service.ACCESSIBILITY_SERVICE));
67 .asInterface(ServiceManager.getService("package"));
330 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
353 ServiceManager.getService(Context.ACCESSIBILITY_SERVICE));
  /frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
AppWidget.java 22 import android.os.ServiceManager;
150 IBinder binder = ServiceManager.getService(Context.APPWIDGET_SERVICE);
  /frameworks/base/core/java/android/content/
ClipboardManager.java 24 import android.os.ServiceManager;
101 IBinder b = ServiceManager.getService("clipboard");

Completed in 814 milliseconds

1 23 4 5 6 7 8 91011>>