Home
last modified time | relevance | path

Searched refs:mOnPeriodicNotificationCalled (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrack_ListenerTest.java268 mOnPeriodicNotificationCalled.add(mAudioTrack.getPlaybackHeadPosition()); in onPeriodicNotification()
283 return mOnPeriodicNotificationCalled; in getPeriodicList()
294 private ArrayList<Integer> mOnPeriodicNotificationCalled = new ArrayList<Integer>(); field in AudioTrack_ListenerTest.MockOnPlaybackPositionUpdateListener
DAudioRecordTest.java1519 mOnPeriodicNotificationCalled.add(position); in onPeriodicNotification()
1546 return mOnPeriodicNotificationCalled; in getPeriodicList()
1568 private ArrayList<Integer> mOnPeriodicNotificationCalled = new ArrayList<Integer>(); field in AudioRecordTest.MockOnRecordPositionUpdateListener