HomeSort by relevance Sort by last modified time
    Searched refs:uidObj (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
BatterySipper.java 25 public Uid uidObj;
97 uidObj = uid;
129 if (uidObj == null) {
132 return uidObj.getUid();
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 192 if ((name == null || iconId == 0) && this.sipper.uidObj != null) {
193 getQuickNameIconForUid(this.sipper.uidObj.getUid());
243 if (sipper.uidObj == null) {
248 final int uid = sipper.uidObj.getUid();
PowerUsageSummary.java 362 if (sipper.uidObj != null) {
363 pref.setKey(Integer.toString(sipper.uidObj.getUid()));
365 if ((sipper.drainType != DrainType.APP || sipper.uidObj.getUid() == 0)
429 Integer.toString(entry.sipper.uidObj.getUid()));
PowerUsageDetail.java 101 if (entry.sipper.uidObj != null) {
102 args.putInt(PowerUsageDetail.EXTRA_UID, entry.sipper.uidObj.getUid());
115 BatteryStats.Uid uid = entry.sipper.uidObj;
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 472 jobject uidObj = callbackEnv->NewObject(android_bluetooth_UidTraffic.clazz,
476 callbackEnv->SetObjectArrayElement(array, i++, uidObj);
477 callbackEnv->DeleteLocalRef(uidObj);
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 233 milliseconds