Searched refs:expectedAppType (Results 1 – 1 of 1) sorted by relevance
1167 private int checkIndexLocked(int index, AppType expectedAppType, AppType altExpectedAppType) { in checkIndexLocked() argument1178 if (mUiccApplications[index].getType() != expectedAppType in checkIndexLocked()1181 + expectedAppType + " and not " + altExpectedAppType); in checkIndexLocked()