Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioTrack_ListenerTest.java256 mOnPeriodicNotificationCalled.add(mAudioTrack.getPlaybackHeadPosition()); in onPeriodicNotification()
271 return mOnPeriodicNotificationCalled; in getPeriodicList()
282 private ArrayList<Integer> mOnPeriodicNotificationCalled = new ArrayList<Integer>(); field in AudioTrack_ListenerTest.MockOnPlaybackPositionUpdateListener
DAudioRecordTest.java1175 mOnPeriodicNotificationCalled.add(position); in onPeriodicNotification()
1202 return mOnPeriodicNotificationCalled; in getPeriodicList()
1224 private ArrayList<Integer> mOnPeriodicNotificationCalled = new ArrayList<Integer>(); field in AudioRecordTest.MockOnRecordPositionUpdateListener