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