Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCard.java298 public boolean isEmptyProfile() { in isEmptyProfile() method in IccCard
H A DSubscriptionInfoUpdater.java443 if (iccCard.isEmptyProfile() || uiccAppsDisabled) { in handleSimNotReady()
1169 boolean emptyProfile = iccCard != null && iccCard.isEmptyProfile(); in broadcastSimApplicationStateChanged()
H A DPhoneSwitcher.java578 if (!iccCard.isEmptyProfile() && uiccAppsEnabled) { in isSimApplicationReady()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccProfileTest.java606 assertFalse(mUiccProfile.isEmptyProfile()); in testIsEmptyProfile()
610 assertFalse(mUiccProfile.isEmptyProfile()); in testIsEmptyProfile()
614 assertTrue(mUiccProfile.isEmptyProfile()); in testIsEmptyProfile()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java257 doReturn(true).when(mIccCard).isEmptyProfile(); in testSimNotReadyEmptyProfile()
281 doReturn(false).when(mIccCard).isEmptyProfile(); in testSimNotReadyDisabledUiccApps()
H A DPhoneSwitcherTest.java1201 doReturn(true).when(mIccCard).isEmptyProfile(); in testRetry_DDS_switch_Failure()
1210 doReturn(false).when(mIccCard).isEmptyProfile(); in testRetry_DDS_switch_Failure()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccProfile.java982 public boolean isEmptyProfile() { in isEmptyProfile() method in UiccProfile