HomeSort by relevance Sort by last modified time
    Searched refs:nextBroadcastIntent (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/
BroadcastInterceptingContext.java 84 public Future<Intent> nextBroadcastIntent(String action) {
85 return nextBroadcastIntent(new IntentFilter(action));
88 public Future<Intent> nextBroadcastIntent(IntentFilter filter) {
ConnectivityServiceTest.java 161 nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE);
182 nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE);
198 nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE);
215 nextConnBroadcast = mServiceContext.nextBroadcastIntent(CONNECTIVITY_ACTION_IMMEDIATE);
NetworkPolicyManagerServiceTest.java 258 final Future<Intent> backgroundChanged = mServiceContext.nextBroadcastIntent(
    [all...]

Completed in 43 milliseconds