Searched refs:mOnPeriodicNotificationCalled (Results 1 – 2 of 2) sorted by relevance
268 mOnPeriodicNotificationCalled.add(mAudioTrack.getPlaybackHeadPosition()); in onPeriodicNotification()283 return mOnPeriodicNotificationCalled; in getPeriodicList()294 private ArrayList<Integer> mOnPeriodicNotificationCalled = new ArrayList<Integer>(); field in AudioTrack_ListenerTest.MockOnPlaybackPositionUpdateListener
1519 mOnPeriodicNotificationCalled.add(position); in onPeriodicNotification()1546 return mOnPeriodicNotificationCalled; in getPeriodicList()1568 private ArrayList<Integer> mOnPeriodicNotificationCalled = new ArrayList<Integer>(); field in AudioRecordTest.MockOnRecordPositionUpdateListener