Searched refs:NEW_USER_DISCLAIMER_REQUEST (Results 1 – 2 of 2) sorted by relevance
49 public static final int NEW_USER_DISCLAIMER_REQUEST = 1; field in AddAccountPreferenceController109 if (requestCode == NEW_USER_DISCLAIMER_REQUEST && resultCode == RESULT_OK) { in processActivityResult()151 NEW_USER_DISCLAIMER_REQUEST, /* callback= */ this); in startNewUserDisclaimerActivityForResult()
21 …tatic com.android.car.settings.accounts.AddAccountPreferenceController.NEW_USER_DISCLAIMER_REQUEST;471 mController.processActivityResult(NEW_USER_DISCLAIMER_REQUEST, RESULT_OK, in processActivityResult_newUserDisclaimer_resultOk_chooseAccountActivity()484 eq(NEW_USER_DISCLAIMER_REQUEST), any(ActivityResultCallback.class)); in assertShowingNewUserDisclaimerActivity()