Searched refs:EVENT_RIL_CONNECTED (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnection.java210 protected static final int EVENT_RIL_CONNECTED = BASE + 5; field in class:DataConnection
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");
H A DPhoneProxy.java62 private static final int EVENT_RIL_CONNECTED = 4; field in class:PhoneProxy
78 mCommandsInterface.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
101 case EVENT_RIL_CONNECTED:
105 logd("Unexpected exception on EVENT_RIL_CONNECTED");

Completed in 510 milliseconds