Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DConnectivityReceiver.java55 static final String FINAL_ACTION = "android.net.cts.action.FINAL"; field in ConnectivityReceiver
62 } else if (FINAL_ACTION.equals(intent.getAction())) { in onReceive()
DConnectivityManagerTest.java470 Intent finalIntent = new Intent(ConnectivityReceiver.FINAL_ACTION); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent()
488 Intent finalIntent = new Intent(ConnectivityReceiver.FINAL_ACTION); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()