Home
last modified time | relevance | path

Searched refs:hasAuthenticationResults (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/credentials/
DPrepareGetCredentialResponseInternal.java83 public boolean hasAuthenticationResults() { in hasAuthenticationResults() method in PrepareGetCredentialResponseInternal
138 boolean hasAuthenticationResults, boolean hasRemoteResults, in PrepareGetCredentialResponseInternal() argument
142 mHasAuthenticationResults = hasAuthenticationResults; in PrepareGetCredentialResponseInternal()
DPrepareGetCredentialResponse.java140 public boolean hasAuthenticationResults() { in hasAuthenticationResults() method in PrepareGetCredentialResponse
141 return mResponseInternal.hasAuthenticationResults(); in hasAuthenticationResults()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DPrepareGetRequestSession.java92 hasAuthenticationResults(providerData, in onProviderStatusChanged()
122 boolean hasAuthenticationResults, boolean hasRemoteResults, PendingIntent uiIntent) { in constructPendingResponseAndInvokeCallback() argument
127 credentialTypes, hasAuthenticationResults, hasRemoteResults, uiIntent)); in constructPendingResponseAndInvokeCallback()
159 private boolean hasAuthenticationResults(ArrayList<ProviderData> providerData, in hasAuthenticationResults() method in PrepareGetRequestSession
/frameworks/base/core/api/
Dcurrent.txt14218 …rmission.CREDENTIAL_MANAGER_QUERY_CANDIDATE_CREDENTIALS) public boolean hasAuthenticationResults();