Home
last modified time | relevance | path

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

/cts/tests/tests/net/util/java/android/net/cts/util/
DCtsNetUtils.java189 if (cellConnectAttempted()) { in connectToCell()
205 if (!cellConnectAttempted()) { in disconnectFromCell()
212 public boolean cellConnectAttempted() { in cellConnectAttempted() method in CtsNetUtils
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java185 if (mCtsNetUtils.cellConnectAttempted()) { in tearDown()