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

1 2 3 4 5 6 7 891011

  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 52 import android.os.ServiceManager;
455 mAppOpsService = IAppOpsService.Stub.asInterface(ServiceManager.getService(
459 mBatteryStats = IBatteryStats.Stub.asInterface(ServiceManager.getService("batteryinfo"));
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 86 import android.os.ServiceManager;
268 ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE));
270 ServiceManager.getService(Context.NETWORK_STATS_SERVICE));
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 40 import android.os.ServiceManager;
531 final IBinder expected = ServiceManager.getService("activity");
    [all...]
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 38 import android.os.ServiceManager;
370 IBinder b = ServiceManager.getService("nfc");
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 59 import android.os.ServiceManager;
210 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 34 import android.os.ServiceManager;
766 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone"));
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 50 import android.os.ServiceManager;
356 ServiceManager.getService("package"));
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 33 import android.os.ServiceManager;
BluetoothHealth.java 26 import android.os.ServiceManager;
BluetoothSocket.java 23 import android.os.ServiceManager;
BluetoothAdapter.java 27 import android.os.ServiceManager;
379 IBinder b = ServiceManager.getService(BLUETOOTH_MANAGER_SERVICE);
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 31 import android.os.ServiceManager;
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestActivity.java 37 import android.os.ServiceManager;
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 27 import android.os.ServiceManager;
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 65 import android.os.ServiceManager;
547 mBatteryStats = IBatteryStats.Stub.asInterface(ServiceManager.getService("batteryinfo"));
549 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 47 import android.os.ServiceManager;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 36 import android.os.ServiceManager;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 55 import android.os.ServiceManager;
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0-sources.jar 
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 57 import android.os.ServiceManager;
561 ServiceManager.getService("statusbar"));
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 120 import android.os.ServiceManager;
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 35 import android.os.ServiceManager;
305 ServiceManager.getService("window")).setInTouchMode(inTouch);
    [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 31 import android.os.ServiceManager;
61 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE));
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 41 import android.os.ServiceManager;
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 36 import android.os.ServiceManager;
563 IBinder b = ServiceManager.getService(Context.INPUT_METHOD_SERVICE);
    [all...]

Completed in 934 milliseconds

1 2 3 4 5 6 7 891011