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

/packages/apps/VideoEditor/src/com/android/videoeditor/service/
H A DApiService.java133 private static final String PARAM_INDICES = "indices";
664 long startMs, long endMs, int count, int token, int[] indices) {
675 intent.putExtra(PARAM_INDICES, indices);
662 getMediaItemThumbnails(Context context, String projectPath, String mediaItemId, int width, int height, long startMs, long endMs, int count, int token, int[] indices) argument

Completed in 274 milliseconds