Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DConnectivityManagerTest.java77 private static final String NETWORK_CALLBACK_ACTION = field in ConnectivityManagerTest
345 filter.addAction(NETWORK_CALLBACK_ACTION); in testRegisterNetworkCallback_withPendingIntent()
352 Intent intent = new Intent(NETWORK_CALLBACK_ACTION); in testRegisterNetworkCallback_withPendingIntent()
592 } else if (NETWORK_CALLBACK_ACTION.equals(action)) { in onReceive()