Searched refs:isBatteryPresent (Results 1 – 7 of 7) sorted by relevance
164 protected static boolean isBatteryPresent(Context context) { in isBatteryPresent() method in ShadowUtils168 public static void setIsBatteryPresent(boolean isBatteryPresent) { in setIsBatteryPresent() argument169 sIsBatteryPresent = isBatteryPresent; in setIsBatteryPresent()
51 if (!Utils.isBatteryPresent(mContext)) { in displayPreference()59 if (!Utils.isBatteryPresent(mContext)) { in getAvailabilityStatus()
118 if (!Utils.isBatteryPresent(intent)) { in updateBatteryStatus()
93 if (com.android.settings.Utils.isBatteryPresent(mContext)) { in displayPreference()
166 if (Utils.isBatteryPresent(getContext())) { in onCreate()
288 public static boolean isBatteryPresent(Intent batteryChangedIntent) { in isBatteryPresent() method in Utils295 public static boolean isBatteryPresent(Context context) { in isBatteryPresent() method in Utils298 return isBatteryPresent(batteryBroadcast); in isBatteryPresent()
165 boolean batteryPresent = Utils.isBatteryPresent(intent);