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.java211 public UiccCardApplication getApplicationIndex(int index) { in getApplicationIndex() method in UiccCard
214 return mUiccProfile.getApplicationIndex(index); in getApplicationIndex()
DUiccProfile.java1424 public UiccCardApplication getApplicationIndex(int index) { in getApplicationIndex() method in UiccProfile
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java562 mUiccProfile.getApplicationIndex(0).getIccRecords().mIccId = fakeIccId; in testSetOperatorBrandOverride()
580 mUiccProfile.getApplicationIndex(0).getIccRecords().mIccId = fakeIccId1; in testSetOperatorBrandOverrideIccNotMatch()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java209 ca = uiccProfile.getApplicationIndex(0); in getInstance()
1126 ca = uiccProfile.getApplicationIndex(0); in update()