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

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionAc.java 53 public static final int RSP_GET_LINK_PROPERTIES = BASE + 7;
257 * Evaluate RSP_GET_LINK_PROPERTIES
275 if ((response != null) && (response.what == RSP_GET_LINK_PROPERTIES)) {
DataConnection.java 621 mAc.replyToMessage(msg, DataConnectionAc.RSP_GET_LINK_PROPERTIES, lp);
    [all...]

Completed in 14 milliseconds