OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_DISCONNECT_DC_RETRYING
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java
94
public static final int
EVENT_DISCONNECT_DC_RETRYING
= BASE + 34;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java
505
notifyAllWithEvent(null, DctConstants.
EVENT_DISCONNECT_DC_RETRYING
, reason);
[
all
...]
DcTrackerBase.java
744
case DctConstants.
EVENT_DISCONNECT_DC_RETRYING
:
745
log("DataConnectionTracker.handleMessage:
EVENT_DISCONNECT_DC_RETRYING
msg=" + msg);
[
all
...]
Completed in 981 milliseconds