Searched refs:isEmptyProfile (Results 1 – 7 of 7) sorted by relevance
298 public boolean isEmptyProfile() { in isEmptyProfile() method in IccCard
443 if (iccCard.isEmptyProfile() || uiccAppsDisabled) { in handleSimNotReady()1169 boolean emptyProfile = iccCard != null && iccCard.isEmptyProfile(); in broadcastSimApplicationStateChanged()
578 if (!iccCard.isEmptyProfile() && uiccAppsEnabled) { in isSimApplicationReady()
606 assertFalse(mUiccProfile.isEmptyProfile()); in testIsEmptyProfile()610 assertFalse(mUiccProfile.isEmptyProfile()); in testIsEmptyProfile()614 assertTrue(mUiccProfile.isEmptyProfile()); in testIsEmptyProfile()
257 doReturn(true).when(mIccCard).isEmptyProfile(); in testSimNotReadyEmptyProfile()281 doReturn(false).when(mIccCard).isEmptyProfile(); in testSimNotReadyDisabledUiccApps()
1201 doReturn(true).when(mIccCard).isEmptyProfile(); in testRetry_DDS_switch_Failure()1210 doReturn(false).when(mIccCard).isEmptyProfile(); in testRetry_DDS_switch_Failure()
982 public boolean isEmptyProfile() { in isEmptyProfile() method in UiccProfile