Searched refs:ACTION_RECEIVER_READY (Results 1 – 4 of 4) sorted by relevance
20 import static com.android.cts.net.hostside.app2.Common.ACTION_RECEIVER_READY;65 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()
89 private static final String ACTION_RECEIVER_READY = field in AbstractRestrictBackgroundNetworkTestCase693 final Intent intent = new Intent(ACTION_RECEIVER_READY) in registerBroadcastReceiver()