OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alreadySent
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java
533
private void notifyAllWithEvent(ApnContext
alreadySent
, int event, String reason) {
538
if (apnContext ==
alreadySent
) continue;
568
ApnContext
alreadySent
= null;
574
alreadySent
= cp.mApnContext;
599
log("Send to all. " +
alreadySent
+ " " + cause.toString());
600
notifyAllWithEvent(
alreadySent
, DctConstants.EVENT_DATA_SETUP_COMPLETE_ERROR,
613
ApnContext
alreadySent
= null;
621
alreadySent
= (ApnContext)msg.obj;
635
notifyAllWithEvent(
alreadySent
, DctConstants.EVENT_DISCONNECT_DONE, reason);
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 711 milliseconds