Searched refs:NETWORK_CALLBACK_ACTION (Results 1 – 2 of 2) sorted by relevance
98 public static final String NETWORK_CALLBACK_ACTION = field in CtsNetUtils629 } else if (NETWORK_CALLBACK_ACTION.equals(action)) { in onReceive()
60 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()