Loading src/java/com/android/internal/telephony/uicc/UiccProfile.java +5 −0 Original line number Diff line number Diff line Loading @@ -1290,6 +1290,11 @@ public class UiccProfile extends IccCard { return -1; } if (mUiccApplications[index] == null) { loge("App index " + index + " is invalid"); return -1; } if (mUiccApplications[index].getType() != expectedAppType && mUiccApplications[index].getType() != altExpectedAppType) { loge("App index " + index + " is invalid since it's not " Loading Loading
src/java/com/android/internal/telephony/uicc/UiccProfile.java +5 −0 Original line number Diff line number Diff line Loading @@ -1290,6 +1290,11 @@ public class UiccProfile extends IccCard { return -1; } if (mUiccApplications[index] == null) { loge("App index " + index + " is invalid"); return -1; } if (mUiccApplications[index].getType() != expectedAppType && mUiccApplications[index].getType() != altExpectedAppType) { loge("App index " + index + " is invalid since it's not " Loading