Home
last modified time | relevance | path

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

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