Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/credentials/selection/
DRequestInfo.java126 @NonNull List<String> defaultProviderIds, boolean isShowAllOptionsRequested) { in newCreateRequestInfo() argument
129 hasPermissionToOverrideDefault, defaultProviderIds, isShowAllOptionsRequested); in newCreateRequestInfo()
143 boolean isShowAllOptionsRequested) { in newGetRequestInfo() argument
147 /*defaultProviderIds=*/ new ArrayList<>(), isShowAllOptionsRequested); in newGetRequestInfo()
238 public boolean isShowAllOptionsRequested() { in isShowAllOptionsRequested() method in RequestInfo
248 boolean isShowAllOptionsRequested) { in RequestInfo() argument
257 mIsShowAllOptionsRequested = isShowAllOptionsRequested; in RequestInfo()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialManagerRepo.kt107 isReqForAllOptions = requestInfo?.isShowAllOptionsRequested ?: false
/frameworks/base/core/api/
Dsystem-current.txt4730 method public boolean isShowAllOptionsRequested();