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

/frameworks/base/telephony/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";
625 phone.mCM.registerForRilConnected(getHandler(), EVENT_RIL_CONNECTED, null);
773 case EVENT_RIL_CONNECTED:
778 log("DcDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
782 log("Unexpected exception on EVENT_RIL_CONNECTED");
H A DPhoneProxy.java59 private static final int EVENT_RIL_CONNECTED = 4; field in class:PhoneProxy
75 mCommandsInterface.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
91 case EVENT_RIL_CONNECTED:
95 logd("Unexpected exception on EVENT_RIL_CONNECTED");

Completed in 146 milliseconds