Home
last modified time | relevance | path

Searched refs:ACTION_RECEIVER_READY (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyService.java19 import static com.android.cts.net.hostside.app2.Common.ACTION_RECEIVER_READY;
58 context.registerReceiver(mReceiver, new IntentFilter(ACTION_RECEIVER_READY));
DCommon.java37 static final String ACTION_RECEIVER_READY = field in Common
DMyBroadcastReceiver.java21 import static com.android.cts.net.hostside.app2.Common.ACTION_RECEIVER_READY;
82 case ACTION_RECEIVER_READY: in onReceive()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java71 private static final String ACTION_RECEIVER_READY = field in AbstractRestrictBackgroundNetworkTestCase
857 final Intent intent = new Intent(ACTION_RECEIVER_READY) in registerBroadcastReceiver()