Home
last modified time | relevance | path

Searched refs:isAppInBackground (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsBgVsFgActions.java393 private static boolean isAppInBackground(Context context) throws ReflectiveOperationException { in isAppInBackground() method in BatteryStatsBgVsFgActions
440 if (shouldBeBg == isAppInBackground(context)) { in checkAppState()