Searched defs:PARAM_PROGRESS_VALUE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java98 private static final String PARAM_PROGRESS_VALUE = "prog_value"; field in class:ApiService
245 intent.putExtra(PARAM_PROGRESS_VALUE, progress);
3038 final int progress = intent.getIntExtra(PARAM_PROGRESS_VALUE, 0);
3095 intent.getIntExtra(PARAM_PROGRESS_VALUE, -1));
3461 final int progress = intent.getIntExtra(PARAM_PROGRESS_VALUE, 0);
3954 final int progress = intent.getIntExtra(PARAM_PROGRESS_VALUE, 0);
4178 progressIntent.putExtra(PARAM_PROGRESS_VALUE, progress);
4227 progressIntent.putExtra(PARAM_PROGRESS_VALUE, progress);
4254 progressIntent.putExtra(PARAM_PROGRESS_VALUE, progress);

Completed in 39 milliseconds