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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DeviceStateMonitor.java 61 private static final int EVENT_RIL_CONNECTED = 0;
202 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
346 case EVENT_RIL_CONNECTED:
Phone.java 196 protected static final int EVENT_RIL_CONNECTED = 41;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 206 DataConnection.EVENT_RIL_CONNECTED, null);
238 case DataConnection.EVENT_RIL_CONNECTED:
242 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
246 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED");
DataConnection.java 205 static final int EVENT_RIL_CONNECTED = BASE + 5;
234 sCmdToString[EVENT_RIL_CONNECTED - BASE] = "EVENT_RIL_CONNECTED";
    [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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 68 milliseconds