Searched refs:getFutureForIntent (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.media.mediatestutils.TestUtils.getFutureForIntent;54 final var future = getFutureForIntent(mContext, INTENT_ACTION, mPred); in futureCompletes_afterBroadcastFiresPredicatePasses()63 final var future = getFutureForIntent(mContext, INTENT_ACTION, mPred); in futureDoesNotComplete_afterBroadcastFiresPredicateFails()80 getFutureForIntent( in futureCompletesExceptionally_afterBroadcastFiresPredicateThrows()98 final var future = getFutureForIntent(mContext, INTENT_ACTION, mPred); in doesNotThrow_whenDoubleSet()
46 public static ListenableFuture<Intent> getFutureForIntent( in getFutureForIntent() method in TestUtils81 public static ListenableFuture<Intent> getFutureForIntent(Context context, String action) {82 return getFutureForIntent(context, action, i -> true);