OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_TRY_SETUP_DATA
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java
63
public static final int
EVENT_TRY_SETUP_DATA
= BASE + 3;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java
521
// TODO: IF already associated should we send the
EVENT_TRY_SETUP_DATA
???
522
sendMessage(obtainMessage(DctConstants.
EVENT_TRY_SETUP_DATA
, apnContext));
536
sendMessage(obtainMessage(DctConstants.
EVENT_TRY_SETUP_DATA
, apnContext));
786
case DctConstants.
EVENT_TRY_SETUP_DATA
:
[
all
...]
DcTracker.java
[
all
...]
Completed in 31 milliseconds