Searched refs:foregroundOnly (Results 1 – 2 of 2) sorted by relevance
239 @NonNull public Builder setForegroundOnly(boolean foregroundOnly) { in setForegroundOnly() argument240 mForegroundOnly = foregroundOnly; in setForegroundOnly()310 boolean foregroundOnly, boolean requestGatekeeperPasswordHandle) { in launchConfirmationActivity() argument321 foregroundOnly, requestGatekeeperPasswordHandle); in launchConfirmationActivity()334 foregroundOnly, requestGatekeeperPasswordHandle); in launchConfirmationActivity()344 boolean foregroundOnly, boolean requestGatekeeperPasswordHandle) { in launchConfirmationActivity() argument358 intent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_FOREGROUND_ONLY, foregroundOnly); in launchConfirmationActivity()
158 final boolean foregroundOnly = getIntent().getBooleanExtra( in onStop()160 if (!isChangingConfigurations() && foregroundOnly) { in onStop()