Searched refs:mOnPeriodicNotificationCalled (Results 1 – 2 of 2) sorted by relevance
256 mOnPeriodicNotificationCalled.add(mAudioTrack.getPlaybackHeadPosition()); in onPeriodicNotification()271 return mOnPeriodicNotificationCalled; in getPeriodicList()282 private ArrayList<Integer> mOnPeriodicNotificationCalled = new ArrayList<Integer>(); field in AudioTrack_ListenerTest.MockOnPlaybackPositionUpdateListener
1175 mOnPeriodicNotificationCalled.add(position); in onPeriodicNotification()1202 return mOnPeriodicNotificationCalled; in getPeriodicList()1224 private ArrayList<Integer> mOnPeriodicNotificationCalled = new ArrayList<Integer>(); field in AudioRecordTest.MockOnRecordPositionUpdateListener