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

1 2 3 45 6 7 8 91011

  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 25 import android.os.ServiceManager;
89 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 25 import android.os.ServiceManager;
73 IBinder b = ServiceManager.getService(Context.TEXT_SERVICES_MANAGER_SERVICE);
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 22 import android.os.ServiceManager;
62 IBinder service = ServiceManager.getService("mount");
  /frameworks/base/keystore/java/android/security/
KeyStore.java 20 import android.os.ServiceManager;
62 IKeystoreService keystore = IKeystoreService.Stub.asInterface(ServiceManager
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 31 import android.os.ServiceManager;
117 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 28 import android.os.ServiceManager;
292 ServiceManager.checkService(Context.AUDIO_SERVICE));
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardFaceUnlockView.java 22 import android.os.ServiceManager;
56 IWindowManager.Stub.asInterface(ServiceManager.getService("window"));
KeyguardViewBase.java 29 import android.os.ServiceManager;
238 ServiceManager.checkService(Context.AUDIO_SERVICE));
  /frameworks/base/services/java/com/android/server/
BootReceiver.java 30 import android.os.ServiceManager;
77 onlyCore = IPackageManager.Stub.asInterface(ServiceManager.getService(
DeviceStorageMonitorService.java 35 import android.os.ServiceManager;
127 * This string is used for ServiceManager access to this class.
217 IPackageManager.Stub.asInterface(ServiceManager.getService("package")).
VibratorService.java 34 import android.os.ServiceManager;
145 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(Context.APP_OPS_SERVICE));
146 mBatteryStatsService = IBatteryStats.Stub.asInterface(ServiceManager.getService("batteryinfo"));
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java 22 import android.os.ServiceManager;
40 ServiceManager.getService("window"));
  /packages/apps/Phone/src/com/android/phone/
Ringer.java 29 import android.os.ServiceManager;
87 mPowerManager = IPowerManager.Stub.asInterface(ServiceManager.getService(Context.POWER_SERVICE));
  /packages/apps/Settings/src/com/android/settings/
UsageStats.java 30 import android.os.ServiceManager;
221 mUsageStatsService = IUsageStats.Stub.asInterface(ServiceManager.getService("usagestats"));
DreamBackend.java 35 import android.os.ServiceManager;
85 ServiceManager.getService(DreamService.DREAM_SERVICE));
NotificationStation.java 38 import android.os.ServiceManager;
108 ServiceManager.getService(Context.NOTIFICATION_SERVICE));
  /packages/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 30 import android.os.ServiceManager;
131 mWindowManager = IWindowManager.Stub.asInterface(ServiceManager.getService("window"));
  /device/lge/mako/sepolicy/
compatibility.te 143 allow untrusted_app servicemanager:dir { getattr search };
144 allow untrusted_app servicemanager:file { read getattr open };
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 31 import android.os.ServiceManager;
143 IBinder b = ServiceManager.getService(Context.APPWIDGET_SERVICE);
  /frameworks/base/core/java/android/hardware/
LegacySensorManager.java 20 import android.os.ServiceManager;
50 ServiceManager.getService("window"));
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 28 import android.os.ServiceManager;
180 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 29 import android.os.ServiceManager;
80 mWm = IWindowManager.Stub.asInterface(ServiceManager.getService("window"));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 43 import android.os.ServiceManager;
205 IBinder service = ServiceManager.getService("mount");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 24 import android.os.ServiceManager;
131 ServiceManager.addService("simphonebook", this);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 33 import android.os.ServiceManager;
366 ServiceManager.checkService(Context.AUDIO_SERVICE));

Completed in 774 milliseconds

1 2 3 45 6 7 8 91011