HomeSort by relevance Sort by last modified time
    Searched defs:IccFileTypeMismatch (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccFileTypeMismatch.java 22 public class IccFileTypeMismatch extends IccException {
23 public IccFileTypeMismatch() {
27 public IccFileTypeMismatch(String s) {
IccFileHandler.java 346 throw new IccFileTypeMismatch();
380 throw new IccFileTypeMismatch();
384 throw new IccFileTypeMismatch();
426 throw new IccFileTypeMismatch();
430 throw new IccFileTypeMismatch();

Completed in 444 milliseconds