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()
145 import com.android.internal.util.test.BroadcastInterceptingContext.FutureIntent;260 private FutureIntent mFutureIntent;466 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testTurnRestrictBackgroundOn()476 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testTurnRestrictBackgroundOff()506 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in addRestrictBackgroundWhitelist()696 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in removeRestrictBackgroundWhitelist()733 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in addRestrictBackgroundBlacklist()771 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in removeRestrictBackgroundBlacklist()794 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testBlacklistedAppIsNotNotifiedWhenRestrictBackgroundIsOn()807 final FutureIntent futureIntent = newRestrictBackgroundChangedFuture(); in testWhitelistedAppIsNotNotifiedWhenRestrictBackgroundIsOn()[all …]