Home
last modified time | relevance | path

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

/cts/tests/tests/net/appForApi23/src/android/net/cts/appForApi23/
DConnectivityReceiver.java24 public static String GET_WIFI_CONNECTIVITY_ACTION_COUNT = field in ConnectivityReceiver
37 if (GET_WIFI_CONNECTIVITY_ACTION_COUNT.equals(intent.getAction())) { in onReceive()
/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java81 public static final String GET_WIFI_CONNECTIVITY_ACTION_COUNT = field in ConnectivityManagerTest
426 Intent getConnectivityCount = new Intent(GET_WIFI_CONNECTIVITY_ACTION_COUNT); in testConnectivityChanged_manifestRequestOnlyPreN_shouldReceiveIntent()