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

1 2 34 5 6 7 8 91011

  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 32 import android.os.ServiceManager;
115 IBinder b = ServiceManager.getService(USB_SERVICE);
UsbPermissionActivity.java 34 import android.os.ServiceManager;
121 IBinder b = ServiceManager.getService(USB_SERVICE);
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ManageDialog.java 27 import android.os.ServiceManager;
71 ServiceManager.getService(Context.CONNECTIVITY_SERVICE));
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSimPinView.java 26 import android.os.ServiceManager;
139 final boolean result = ITelephony.Stub.asInterface(ServiceManager
KeyguardSimPukView.java 23 import android.os.ServiceManager;
194 final boolean result = ITelephony.Stub.asInterface(ServiceManager
  /frameworks/base/services/java/com/android/server/
LightsService.java 23 import android.os.ServiceManager;
180 ServiceManager.addService("hardware", mLegacyFlashlightHack);
CommonTimeManagementService.java 39 import android.os.ServiceManager;
157 if (ServiceManager.checkService(CommonTimeConfig.SERVICE_NAME) == null) {
165 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 23 import android.os.ServiceManager;
41 mRegistry = ITelephonyRegistry.Stub.asInterface(ServiceManager.getService(
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 25 import android.os.ServiceManager;
195 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
  /packages/apps/Settings/src/com/android/settings/
PrivacySettings.java 28 import android.os.ServiceManager;
62 ServiceManager.getService(Context.BACKUP_SERVICE));
DevelopmentSettings.java 46 import android.os.ServiceManager;
213 mWindowManager = IWindowManager.Stub.asInterface(ServiceManager.getService("window"));
215 ServiceManager.getService(Context.BACKUP_SERVICE));
675 IBinder flinger = ServiceManager.getService("SurfaceFlinger");
700 IBinder flinger = ServiceManager.getService("SurfaceFlinger");
717 IBinder flinger = ServiceManager.getService("SurfaceFlinger");
    [all...]
  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 27 import android.os.ServiceManager;
153 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
214 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_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/java/com/android/server/am/
BatteryStatsService.java 29 import android.os.ServiceManager;
61 ServiceManager.addService("batteryinfo", asBinder());
79 IBinder b = ServiceManager.getService("batteryinfo");
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 126 ALOGI("ServiceManager: %p", sm.get());
  /frameworks/base/core/java/android/app/
ContextImpl.java 88 import android.os.ServiceManager;
293 IBinder b = ServiceManager.getService(ACCOUNT_SERVICE);
305 IBinder b = ServiceManager.getService(ALARM_SERVICE);
333 IBinder b = ServiceManager.getService(CONNECTIVITY_SERVICE);
339 IBinder b = ServiceManager.getService(COUNTRY_DETECTOR);
400 IBinder b = ServiceManager.getService(LOCATION_SERVICE);
408 ServiceManager.getService(NETWORK_POLICY_SERVICE)));
428 IBinder b = ServiceManager.getService(NSD_SERVICE);
438 IBinder b = ServiceManager.getService(POWER_SERVICE);
484 IBinder b = ServiceManager.getService(USB_SERVICE)
    [all...]
NotificationManager.java 23 import android.os.ServiceManager;
82 IBinder b = ServiceManager.getService("notification");
UiModeManager.java 22 import android.os.ServiceManager;
115 ServiceManager.getService(Context.UI_MODE_SERVICE));
  /frameworks/base/core/java/android/os/
UpdateLock.java 37 ServiceManager.getService(Context.UPDATE_LOCK_SERVICE));
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java 31 import android.os.ServiceManager;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java 31 import android.os.ServiceManager;
  /frameworks/native/include/binder/
IServiceManager.h 33 DECLARE_META_INTERFACE(ServiceManager);
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 33 import android.os.ServiceManager;
140 IBinder b = ServiceManager.getService(POWER_SERVICE);
  /external/sepolicy/
te_macros 155 # Call the servicemanager and transfer references to it.
156 allow $1 servicemanager:binder { call transfer };
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerGlobal.java 26 import android.os.ServiceManager;
85 IBinder b = ServiceManager.getService(Context.DISPLAY_SERVICE);

Completed in 403 milliseconds

1 2 34 5 6 7 8 91011