Searched refs:BATTERY_PLUGGED_NONE (Results 1 – 6 of 6) sorted by relevance
47 OsProtoEnums.BATTERY_PLUGGED_NONE)48 != OsProtoEnums.BATTERY_PLUGGED_NONE);91 return batteryManager.getPlugType() != OsProtoEnums.BATTERY_PLUGGED_NONE; in queryIsCharging()
136 private static final int BATTERY_PLUGGED_NONE = OsProtoEnums.BATTERY_PLUGGED_NONE; // = 0 field in BatteryService345 final boolean plugged = mPlugType != BATTERY_PLUGGED_NONE; in shouldSendBatteryLowLocked()346 final boolean oldPlugged = mLastPlugType != BATTERY_PLUGGED_NONE; in shouldSendBatteryLowLocked()472 mPlugType = BATTERY_PLUGGED_NONE; in processValuesLocked()508 if (mLastPlugType == BATTERY_PLUGGED_NONE) { in processValuesLocked()530 } else if (mPlugType == BATTERY_PLUGGED_NONE) { in processValuesLocked()566 mPlugType == BATTERY_PLUGGED_NONE) { in processValuesLocked()575 if (mPlugType == BATTERY_PLUGGED_NONE in processValuesLocked()583 if (mPlugType != BATTERY_PLUGGED_NONE) { in processValuesLocked()1033 int batteryPluggedValue = OsProtoEnums.BATTERY_PLUGGED_NONE; in dumpProto()
76 when(mBatteryManager.getPlugType()).thenReturn(OsProtoEnums.BATTERY_PLUGGED_NONE); in setUp()115 when(mBatteryManager.getPlugType()).thenReturn(OsProtoEnums.BATTERY_PLUGGED_NONE); in correctlyReportsCharging()134 intentUnplugged.putExtra(BatteryManager.EXTRA_PLUGGED, OsProtoEnums.BATTERY_PLUGGED_NONE); in correctlyReportsCharging()142 when(mBatteryManager.getPlugType()).thenReturn(OsProtoEnums.BATTERY_PLUGGED_NONE); in correctlyTracksTimeOnBattery()
39 BATTERY_PLUGGED_NONE = 0; enumerator
12213 public static final int BATTERY_PLUGGED_NONE = OsProtoEnums.BATTERY_PLUGGED_NONE; // = 0 field in BatteryStatsImpl12424 return plugType == BATTERY_PLUGGED_NONE && status != BatteryManager.BATTERY_STATUS_UNKNOWN; in isOnBattery()
55392 Landroid/os/OsProtoEnums;->BATTERY_PLUGGED_NONE:I94851 Lcom/android/internal/os/BatteryStatsImpl;->BATTERY_PLUGGED_NONE:I