HomeSort by relevance Sort by last modified time
    Searched defs:addService (Results 1 - 12 of 12) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/os/
ServiceManager.java 40 public static void addService(String name, IBinder service) {
  /frameworks/base/core/java/android/os/
IServiceManager.java 48 public void addService(String name, IBinder service) throws RemoteException;
ServiceManager.java 70 public static void addService(String name, IBinder service) {
72 getIServiceManager().addService(name, service);
74 Log.e(TAG, "error in addService", e);
ServiceManagerNative.java 74 addService(name, service);
139 public void addService(String name, IBinder service)
  /frameworks/base/libs/binder/
IServiceManager.cpp 154 virtual status_t addService(const String16& name, const sp<IBinder>& service)
209 status_t err = addService(which, b);
  /frameworks/base/core/java/android/content/
ContentService.java 495 ServiceManager.addService(ContentResolver.CONTENT_SERVICE_NAME, service);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 137 ServiceManager.addService("entropy", new EntropyService());
141 ServiceManager.addService(Context.POWER_SERVICE, power);
147 ServiceManager.addService("telephony.registry", new TelephonyRegistry(context));
179 ServiceManager.addService(Context.ACCOUNT_SERVICE,
197 ServiceManager.addService("battery", battery);
200 ServiceManager.addService("vibrator", new VibratorService(context));
208 ServiceManager.addService(Context.ALARM_SERVICE, alarm);
218 ServiceManager.addService(Context.WINDOW_SERVICE, wm);
232 ServiceManager.addService(BluetoothAdapter.BLUETOOTH_SERVICE, bluetooth);
235 ServiceManager.addService(BluetoothA2dpService.BLUETOOTH_A2DP_SERVICE
    [all...]
UiModeManagerService.java 329 ServiceManager.addService(Context.UI_MODE_SERVICE, this);
    [all...]
ConnectivityService.java 611 ServiceManager.addService(WimaxManagerConstants.WIMAX_SERVICE, svcInvoker);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 643 ServiceManager.addService(SERVICE_NAME, asBinder());
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 337 ServiceManager.addService(SERVICE_NAME, mNfcAdapter);
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 336 milliseconds