Searched refs:FutureIntent (Results 1 – 2 of 2) sorted by relevance
46 public abstract class FutureIntent extends FutureTask<Intent> { class in BroadcastInterceptingContext47 public FutureIntent() { in FutureIntent() method in BroadcastInterceptingContext.FutureIntent62 public class BroadcastInterceptor extends FutureIntent {115 public FutureIntent nextBroadcastIntent(String action) { in nextBroadcastIntent()119 public FutureIntent nextBroadcastIntent(IntentFilter filter) { in nextBroadcastIntent()
133 import com.android.internal.util.test.BroadcastInterceptingContext.FutureIntent;253 private FutureIntent mFutureIntent;453 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testTurnRestrictBackgroundOn()463 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testTurnRestrictBackgroundOff()493 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in addRestrictBackgroundWhitelist()613 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in removeRestrictBackgroundWhitelist()650 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in addRestrictBackgroundBlacklist()688 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in removeRestrictBackgroundBlacklist()711 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testBlacklistedAppIsNotNotifiedWhenRestrictBackgroundIsOn()724 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testWhitelistedAppIsNotNotifiedWhenRestrictBackgroundIsOn()[all …]