Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/credentials/
DPrepareGetCredentialResponseInternal.java45 private final boolean mHasQueryApiPermission; field in PrepareGetCredentialResponseInternal
68 if (!mHasQueryApiPermission) { in hasCredentialResults()
84 if (!mHasQueryApiPermission) { in hasAuthenticationResults()
96 if (!mHasQueryApiPermission) { in hasRemoteResults()
105 dest.writeBoolean(mHasQueryApiPermission); in writeToParcel()
140 mHasQueryApiPermission = hasQueryApiPermission; in PrepareGetCredentialResponseInternal()
148 mHasQueryApiPermission = in.readBoolean(); in PrepareGetCredentialResponseInternal()