Searched refs:shouldBeBg (Results 1 – 1 of 1) sorted by relevance
436 Context context, boolean shouldBeBg, String actionCode, String requestCode) { in checkAppState() argument437 final String errMsg = "App is " + (shouldBeBg ? "not " : "") + "a background process!"; in checkAppState()440 if (shouldBeBg == isAppInBackground(context)) { in checkAppState()