Searched refs:PLAYER_COMMAND_WAIT_FOR_CALLBACK (Results 1 – 2 of 2) sorted by relevance
63 PLAYER_COMMAND_WAIT_FOR_CALLBACK,70 public static final int PLAYER_COMMAND_WAIT_FOR_CALLBACK = 0; field in AudioFocusManager366 executePlayerCommand(PLAYER_COMMAND_WAIT_FOR_CALLBACK); in handlePlatformAudioFocusChange()
20 import static com.google.android.exoplayer2.AudioFocusManager.PLAYER_COMMAND_WAIT_FOR_CALLBACK;47 private static final int NO_COMMAND_RECEIVED = ~PLAYER_COMMAND_WAIT_FOR_CALLBACK;402 assertThat(testPlayerControl.lastPlayerCommand).isEqualTo(PLAYER_COMMAND_WAIT_FOR_CALLBACK); in onAudioFocusChange_withPausedWhenDucked_sendsCommandWaitForCallback()419 assertThat(testPlayerControl.lastPlayerCommand).isEqualTo(PLAYER_COMMAND_WAIT_FOR_CALLBACK); in onAudioFocusChange_withTransientLoss_sendsCommandWaitForCallback()