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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DataConnection.java 210 protected static final int EVENT_RIL_CONNECTED = BASE + 5;
222 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";
645 phone.mCM.registerForRilConnected(getHandler(), EVENT_RIL_CONNECTED, null);
790 case EVENT_RIL_CONNECTED:
795 log("DcDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
799 log("Unexpected exception on EVENT_RIL_CONNECTED");
    [all...]
PhoneProxy.java 62 private static final int EVENT_RIL_CONNECTED = 4;
78 mCommandsInterface.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
101 case EVENT_RIL_CONNECTED:
105 logd("Unexpected exception on EVENT_RIL_CONNECTED");

Completed in 4258 milliseconds