Home
last modified time | relevance | path

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

/cts/tests/tests/tethering/src/android/tethering/cts/
DTetheringManagerTest.java371 ON_ERROR, enumConstant
428 mHistory.add(new CallbackValue(CallbackType.ON_ERROR, ifName, error)); in onError()
468 final int expectedBitMap = 0xff ^ (1 << CallbackType.ON_ERROR.ordinal()); in expectCallbackStarted()
495 if (cv.callbackType == CallbackType.ON_ERROR in expectErrorOrTethered()
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java808 public enum CallbackType { ON_STARTED, ON_STOPPED, ON_ERROR }; enumConstant
828 OnErrorCallback(final int error) { super(CallbackType.ON_ERROR, error); } in OnErrorCallback()
1109 if (cv.callbackType == TestSocketKeepaliveCallback.CallbackType.ON_ERROR) { in createConcurrentKeepalivesOfType()