Searched refs:recordings (Results 1 – 6 of 6) sorted by relevance
27 private val recordings: MutableList<UnfoldTransitionRecording> = arrayListOf() constant in com.android.systemui.unfold.progress.TestUnfoldProgressListener62 recordings += currentRecording!! in onTransitionFinished()67 waitForCondition { recordings.size == 1 } in ensureTransitionFinished()68 return recordings.first() in ensureTransitionFinished()85 recordings.clear() in clear()
3 This tool converts recordings generated by record_binder tool to fuzzer seeds for fuzzService.17 Recordings are present on device at /data/local/recordings/<service_name>. Use adb pull.
574 ArrayList<AudioRecordingConfiguration> recordings = mRecordingsByUid.get(576 if (recordings == null) {577 recordings = new ArrayList<>();578 mRecordingsByUid.put(recording.getClientUid(), recordings);580 recordings.add(recording);
291 * Track information about recordings (e.g. camcorder)
171 prevents scheduling delays from building up over time and slowing down the playback of recordings.
11756 * Track information about recordings (e.g. camcorder)