Searched defs:UNAVAILABLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java115 public static final int UNAVAILABLE = 4; field in class:WifiP2pDevice
118 public int status = UNAVAILABLE;
/frameworks/base/tests/net/java/com/android/server/
H A DConnectivityServiceTest.java1423 UNAVAILABLE enum constant in enum:ConnectivityServiceTest.CallbackState
1485 setLastCallback(CallbackState.UNAVAILABLE, null, null);
3207 // pass timeout and validate that UNAVAILABLE is not called
3230 // Validate that UNAVAILABLE is not called
3247 // pass timeout and validate that UNAVAILABLE is called
3248 networkCallback.expectCallback(CallbackState.UNAVAILABLE, null);

Completed in 274 milliseconds