Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java212 public UiccCardApplication getApplicationIndex(int index) { in getApplicationIndex() method in UiccCard
215 return mUiccProfile.getApplicationIndex(index); in getApplicationIndex()
H A DUiccProfile.java1509 public UiccCardApplication getApplicationIndex(int index) { in getApplicationIndex() method in UiccProfile
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccProfileTest.java564 mUiccProfile.getApplicationIndex(0).getIccRecords().mIccId = fakeIccId; in testSetOperatorBrandOverride()
588 mUiccProfile.getApplicationIndex(0).getIccRecords().mIccId = fakeIccId1; in testSetOperatorBrandOverrideIccNotMatch()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java210 ca = uiccProfile.getApplicationIndex(0); in getInstance()
1127 ca = uiccProfile.getApplicationIndex(0); in update()