Searched refs:isPlugWired (Results 1 – 3 of 3) sorted by relevance
571 public static boolean isPlugWired(int plugType) { in isPlugWired() method in BatteryManager
2666 if (mIsPowered && !BatteryManager.isPlugWired(oldPlugType)2667 && BatteryManager.isPlugWired(mPlugType)) {
34102 Landroid/os/BatteryManager;->isPlugWired(I)Z