Searched defs:REQ_GET_RECONNECT_INTENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionAc.java82 public static final int REQ_GET_RECONNECT_INTENT = BASE + 26; field in class:DataConnectionAc
118 sCmdToString[REQ_GET_RECONNECT_INTENT - BASE] = "REQ_GET_RECONNECT_INTENT";
552 Message response = sendMessageSynchronously(REQ_GET_RECONNECT_INTENT);
573 Message response = sendMessageSynchronously(REQ_GET_RECONNECT_INTENT);

Completed in 44 milliseconds