HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_KEEPALIVE_STOP_REQUEST (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DataConnectionTest.java 668 mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slotId).sendToTarget();
679 mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slotId).sendToTarget();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 221 static final int EVENT_KEEPALIVE_STOP_REQUEST = BASE + 22;
254 sCmdToString[EVENT_KEEPALIVE_STOP_REQUEST - BASE] = "EVENT_KEEPALIVE_STOP_REQUEST";
    [all...]

Completed in 244 milliseconds