Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DConnectivityDiagnosticsManagerTest.java586 private Exception mOnReceiveException; field in CarrierConfigReceiver
618 mOnReceiveException = exception; in onReceive()
640 mOnReceiveException = exception; in onReceive()
656 if (mOnReceiveException != null) { in waitForCarrierConfigChanged()
657 throw mOnReceiveException; in waitForCarrierConfigChanged()