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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DeviceStateMonitor.java 57 private static final int EVENT_RIL_CONNECTED = 0;
192 mPhone.mCi.registerForRilConnected(this, EVENT_RIL_CONNECTED, null);
233 case EVENT_RIL_CONNECTED:
Phone.java 191 protected static final int EVENT_RIL_CONNECTED = 41;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 161 DataConnection.EVENT_RIL_CONNECTED, null);
186 case DataConnection.EVENT_RIL_CONNECTED:
190 log("DccDefaultState: msg.what=EVENT_RIL_CONNECTED mRilVersion=" +
194 log("DccDefaultState: Unexpected exception on EVENT_RIL_CONNECTED");
DataConnection.java 185 static final int EVENT_RIL_CONNECTED = BASE + 5;
208 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/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 62 milliseconds