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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java184 static final int EVENT_RIL_CONNECTED = BASE + 5; field in class:DataConnection
201 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneProxy.java62 private static final int EVENT_RIL_CONNECTED = 4; field in class:PhoneProxy
79 mCommandsInterface.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
102 case EVENT_RIL_CONNECTED:
106 logd("Unexpected exception on EVENT_RIL_CONNECTED");

Completed in 99 milliseconds