Loading telephony/java/com/android/internal/telephony/cat/CatService.java +3 −0 Original line number Diff line number Diff line Loading @@ -713,6 +713,9 @@ public class CatService extends Handler implements AppInterface { } } break; case MSG_ID_TIMEOUT: CatLog.d(this, "CAT Timeout"); break; default: throw new AssertionError("Unrecognized CAT command: " + msg.what); } Loading Loading
telephony/java/com/android/internal/telephony/cat/CatService.java +3 −0 Original line number Diff line number Diff line Loading @@ -713,6 +713,9 @@ public class CatService extends Handler implements AppInterface { } } break; case MSG_ID_TIMEOUT: CatLog.d(this, "CAT Timeout"); break; default: throw new AssertionError("Unrecognized CAT command: " + msg.what); } Loading