Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsNetUtils.java98 public static final String NETWORK_CALLBACK_ACTION = field in CtsNetUtils
629 } else if (NETWORK_CALLBACK_ACTION.equals(action)) { in onReceive()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DConnectivityManagerTest.java60 import static android.net.cts.util.CtsNetUtils.NETWORK_CALLBACK_ACTION;
828 filter.addAction(NETWORK_CALLBACK_ACTION); in testRegisterNetworkCallback_withPendingIntent()
835 final Intent intent = new Intent(NETWORK_CALLBACK_ACTION) in testRegisterNetworkCallback_withPendingIntent()
881 final String broadcastAction = NETWORK_CALLBACK_ACTION + System.currentTimeMillis(); in runIdenticalPendingIntentsRequestTest()