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 83 public Future<Intent> nextBroadcastIntent(String action) {
84 return nextBroadcastIntent(new IntentFilter(action));
87 public Future<Intent> nextBroadcastIntent(IntentFilter filter) {
ThrottleServiceTest.java 194 mWatchingContext.nextBroadcastIntent(ThrottleManager.POLICY_CHANGED_ACTION).get();
313 final Future<Intent> policyChanged = mWatchingContext.nextBroadcastIntent(
315 final Future<Intent> pollAction = mWatchingContext.nextBroadcastIntent(
331 final Future<Intent> pollAction = mWatchingContext.nextBroadcastIntent(
345 final Future<Intent> pollAction = mWatchingContext.nextBroadcastIntent(
NetworkPolicyManagerServiceTest.java 250 final Future<Intent> backgroundChanged = mServiceContext.nextBroadcastIntent(
    [all...]

Completed in 31 milliseconds