Searched refs:ACTION_BATTERY_OKAY (Results 1 – 8 of 8) sorted by relevance
131 filter.addAction(Intent.ACTION_BATTERY_OKAY); in startTracking()199 } else if (Intent.ACTION_BATTERY_OKAY.equals(action)) { in onReceiveInternal()
64 mFilter.addAction(Intent.ACTION_BATTERY_OKAY); in onCreate()
647 final Intent statusIntent = new Intent(Intent.ACTION_BATTERY_OKAY); in processValuesLocked()
48 BroadcastBehavior: android.content.Intent#ACTION_BATTERY_OKAY:
10218 field public static final String ACTION_BATTERY_OKAY = "android.intent.action.BATTERY_OKAY";
2926 public static final String ACTION_BATTERY_OKAY = "android.intent.action.BATTERY_OKAY"; field in Intent
7595 …field public static final java.lang.String ACTION_BATTERY_OKAY = "android.intent.action.BATTERY_OK…