Searched refs:expectedAppType (Results 1 – 1 of 1) sorted by relevance
237 private int checkIndex(int index, AppType expectedAppType, AppType altExpectedAppType) { in checkIndex() argument248 if (mUiccApplications[index].getType() != expectedAppType && in checkIndex()251 expectedAppType + " and not " + altExpectedAppType); in checkIndex()