Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DRadioOnStateListenerTest.java75 mListener.setMaxNumRetries(5); in tearDown()
199 mListener.setMaxNumRetries(2); in testTimeout_RetryFailure()
219 mListener.setMaxNumRetries(2); in testTimeout_RetryFailure_ForEmergency()
240 mListener.setMaxNumRetries(2); in testTimeout_RetryFailure_WithSatellite()
263 mListener.setMaxNumRetries(1); in testTimeout_OnTimeoutForEmergency()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DRadioOnStateListener.java551 public void setMaxNumRetries(int retries) { in setMaxNumRetries() method in RadioOnStateListener