Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsBgVsFgActions.java436 Context context, boolean shouldBeBg, String actionCode, String requestCode) { in checkAppState() argument
437 final String errMsg = "App is " + (shouldBeBg ? "not " : "") + "a background process!"; in checkAppState()
440 if (shouldBeBg == isAppInBackground(context)) { in checkAppState()