Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/
DParentalConsentHelper.java92 public boolean launchNext(@NonNull Activity activity, int requestCode, int resultCode, in launchNext() method in ParentalConsentHelper
104 return launchNext(activity, requestCode); in launchNext()
119 public boolean launchNext(@NonNull Activity activity, int requestCode) { in launchNext() method in ParentalConsentHelper
DBiometricEnrollActivity.java344 if (!mParentalConsentHelper.launchNext(this, REQUEST_CHOOSE_OPTIONS)) {
356 final boolean isStillPrompting = mParentalConsentHelper.launchNext(
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/
DParentalConsentHelperTest.java181 ? helper.launchNext(mRootActivity, REQUEST_CODE) in testLaunchNext()
182 : helper.launchNext(mRootActivity, REQUEST_CODE, in testLaunchNext()