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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 134 DataConnection.EVENT_RIL_CONNECTED, null);
159 case DataConnection.EVENT_RIL_CONNECTED:
163 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
167 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED");
DataConnection.java 201 static final int EVENT_RIL_CONNECTED = BASE + 5;
220 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java 68 private static final int EVENT_RIL_CONNECTED = 4;
85 mCommandsInterface.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
112 case EVENT_RIL_CONNECTED:
116 logd("Unexpected exception on EVENT_RIL_CONNECTED");
    [all...]

Completed in 46 milliseconds