Searched refs:mCredentialManagerUi (Results 1 – 5 of 5) sorted by relevance
75 protected final CredentialManagerUi mCredentialManagerUi; field in RequestSession141 mCredentialManagerUi = new CredentialManagerUi(mContext, in RequestSession()180 if (mCredentialManagerUi.getStatus() in maybeCancelUi()184 mContext.startActivityAsUser(mCredentialManagerUi.createCancelIntent( in maybeCancelUi()203 return mCredentialManagerUi.getStatus() == CredentialManagerUi.UiStatus.IN_PROGRESS; in isUiWaitingForData()
98 mCredentialManagerUi.setStatus(CredentialManagerUi.UiStatus.USER_INTERACTION); in launchUiWithProviderData()106 mPendingIntent = mCredentialManagerUi.createPendingIntent( in launchUiWithProviderData()119 mCredentialManagerUi.setStatus(CredentialManagerUi.UiStatus.TERMINATED); in launchUiWithProviderData()
102 mCredentialManagerUi.setStatus(CredentialManagerUi.UiStatus.USER_INTERACTION); in launchUiWithProviderData()106 mPendingIntent = mCredentialManagerUi.createPendingIntent( in launchUiWithProviderData()119 mCredentialManagerUi.setStatus(CredentialManagerUi.UiStatus.TERMINATED); in launchUiWithProviderData()
191 return mCredentialManagerUi.createPendingIntent( in getUiIntent()
133 Intent intent = mCredentialManagerUi.createIntentForAutofill( in launchUiWithProviderData()