HomeSort by relevance Sort by last modified time
    Searched defs:alreadySent (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 529 private void notifyAllWithEvent(ApnContext alreadySent, int event, String reason) {
534 if (apnContext == alreadySent) continue;
564 ApnContext alreadySent = null;
570 alreadySent = cp.mApnContext;
595 log("Send to all. " + alreadySent + " " + cause.toString());
596 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DATA_SETUP_COMPLETE_ERROR,
609 ApnContext alreadySent = null;
617 alreadySent = (ApnContext)msg.obj;
631 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 87 milliseconds