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