OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
126
DataConnection.
EVENT_RIL_CONNECTED
, null);
151
case DataConnection.
EVENT_RIL_CONNECTED
:
155
log("DccDefaultState: msg.what=
EVENT_RIL_CONNECTED
mRilVersion=" +
159
log("DccDefaultState: Unexpected exception on
EVENT_RIL_CONNECTED
");
DataConnection.java
184
static final int
EVENT_RIL_CONNECTED
= BASE + 5;
201
sCmdToString[
EVENT_RIL_CONNECTED
- BASE] = "
EVENT_RIL_CONNECTED
";
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java
62
private static final int
EVENT_RIL_CONNECTED
= 4;
79
mCommandsInterface.registerForRilConnected(this,
EVENT_RIL_CONNECTED
, null);
102
case
EVENT_RIL_CONNECTED
:
106
logd("Unexpected exception on
EVENT_RIL_CONNECTED
");
[
all
...]
Completed in 385 milliseconds