Searched refs:shouldShowOwnershipDisclaimerScreen (Results 1 – 3 of 3) sorted by relevance
173 assertThat(mUtils.shouldShowOwnershipDisclaimerScreen(params)).isTrue(); in shouldShowOwnershipDisclaimerScreen_skipOwnershipDisclaimerFalse_returnsTrue()182 assertThat(mUtils.shouldShowOwnershipDisclaimerScreen(params)).isFalse(); in shouldShowOwnershipDisclaimerScreen_showOwnershipDisclaimerTrue_returnsFalse()
899 public boolean shouldShowOwnershipDisclaimerScreen(ProvisioningParams params) { in shouldShowOwnershipDisclaimerScreen() method in Utils
506 if (mUtils.shouldShowOwnershipDisclaimerScreen(params)) { in performPlatformProvidedProvisioning()