Searched refs:hasContentToDisplay (Results 1 – 5 of 5) sorted by relevance
44 import com.android.credentialmanager.createflow.hasContentToDisplay46 import com.android.credentialmanager.getflow.hasContentToDisplay169 createCredentialUiState != null && hasContentToDisplay(createCredentialUiState)) { in CredentialManagerBottomSheet()175 } else if (getCredentialUiState != null && hasContentToDisplay(getCredentialUiState)) { in CredentialManagerBottomSheet()
128 internal fun hasContentToDisplay(state: CreateCredentialUiState): Boolean { in hasContentToDisplay() method
98 internal fun hasContentToDisplay(state: GetCredentialUiState): Boolean { in hasContentToDisplay() method
1301 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowContainer1304 if (wc.hasContentToDisplay()) { in hasContentToDisplay()
1762 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowState1769 return super.hasContentToDisplay(); in hasContentToDisplay()