Searched refs:PARAM_LOOP (Results 1 - 1 of 1) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java125 private static final String PARAM_LOOP = "loop"; field in class:ApiService
1181 intent.putExtra(PARAM_LOOP, loop);
1237 intent.putExtra(PARAM_LOOP, loop);
2718 if (intent.getBooleanExtra(PARAM_LOOP, false)) {
2775 if (intent.getBooleanExtra(PARAM_LOOP, false)) {
3872 audioTrack.enableLoop(intent.getBooleanExtra(PARAM_LOOP, false));

Completed in 14 milliseconds