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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 74 public static final int RSP_REMOVE_APNCONTEXT = BASE + 21;
419 * Response RSP_REMOVE_APNCONTEXT when complete.
433 if ((response != null) && (response.what == RSP_REMOVE_APNCONTEXT)) {
DataConnection.java 673 mAc.replyToMessage(msg, DataConnectionAc.RSP_REMOVE_APNCONTEXT);
    [all...]

Completed in 207 milliseconds