Home
last modified time | relevance | path

Searched refs:getMaxRetryCountOverIms (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java215 int maxRetryCountOverIms = getMaxRetryCountOverIms();
510 public int getMaxRetryCountOverIms() { in getMaxRetryCountOverIms() method in ImsSmsDispatcher
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DImsSmsDispatcherTest.java430 assertEquals(2, mImsSmsDispatcher.getMaxRetryCountOverIms()); in testErrorImsRetrywithRetryConfig()