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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DataConnectionTest.java 640 Message kaStarted = mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STARTED, slotId, 0);
719 Message kaStarted = mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STARTED, slotId, 0);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 218 static final int EVENT_KEEPALIVE_STARTED = BASE + 19;
251 sCmdToString[EVENT_KEEPALIVE_STARTED - BASE] = "EVENT_KEEPALIVE_STARTED";
    [all...]

Completed in 60 milliseconds