Searched refs:DYNAMIC_RECEIVER (Results 1 – 3 of 3) sorted by relevance
21 import static com.android.cts.net.hostside.app2.Common.DYNAMIC_RECEIVER;64 mReceiver = new MyBroadcastReceiver(DYNAMIC_RECEIVER);
35 static final String DYNAMIC_RECEIVER = "DynamicReceiver"; field in Common
87 private static final String DYNAMIC_RECEIVER = "DynamicReceiver"; field in AbstractRestrictBackgroundNetworkTestCase180 assertRestrictBackgroundChangedReceived(DYNAMIC_RECEIVER, expectedCount); in assertRestrictBackgroundChangedReceived()