Searched refs:ACTION_RECEIVER_READY (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.cts.net.hostside.app2.Common.ACTION_RECEIVER_READY;58 context.registerReceiver(mReceiver, new IntentFilter(ACTION_RECEIVER_READY));
37 static final String ACTION_RECEIVER_READY = field in Common
21 import static com.android.cts.net.hostside.app2.Common.ACTION_RECEIVER_READY;82 case ACTION_RECEIVER_READY: in onReceive()
71 private static final String ACTION_RECEIVER_READY = field in AbstractRestrictBackgroundNetworkTestCase857 final Intent intent = new Intent(ACTION_RECEIVER_READY) in registerBroadcastReceiver()