Home
last modified time | relevance | path

Searched refs:notifyFailed (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DExponentialBackoffTest.java95 mBackoffUnderTest.notifyFailed(); in testDelayIncreasedExponentially()
109 mBackoffUnderTest.notifyFailed(); in testDelayShouldNotExceededTheMaximumLimit()
/frameworks/base/telephony/java/com/android/internal/telephony/
DExponentialBackoff.java96 public void notifyFailed() { in notifyFailed() method in ExponentialBackoff
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java347 mBackoff.notifyFailed(); in bind()
351 mBackoff.notifyFailed(); in bind()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java2650 proxy.notifyFailed(returnCode);
3356 public void notifyFailed(int reason) throws RemoteException { in notifyFailed() method in LocalOnlyHotspotCallbackProxy