Searched refs:sendCompleteNotification (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/media/src/main/java/androidx/media/
H A DMediaPlayer2Impl.java1548 mCurrentTask.sendCompleteNotification(CALL_STATUS_NO_ERROR);
1626 mCurrentTask.sendCompleteNotification(CALL_STATUS_NO_ERROR);
1944 sendCompleteNotification(status);
1953 private void sendCompleteNotification(final int status) { method in class:MediaPlayer2Impl.Task
/frameworks/base/media/java/android/media/
H A DMediaPlayer2Impl.java2834 mCurrentTask.sendCompleteNotification(CALL_STATUS_NO_ERROR);
2943 mCurrentTask.sendCompleteNotification(CALL_STATUS_NO_ERROR);
4773 sendCompleteNotification(status);
4782 private void sendCompleteNotification(int status) { method in class:MediaPlayer2Impl.Task

Completed in 36 milliseconds