Home
last modified time | relevance | path

Searched refs:KEY_TIME (Results 1 – 1 of 1) sorted by relevance

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/videothumbnails/
H A DVideoThumbnailsModule.java35 private static final String KEY_TIME = "time"; field in VideoThumbnailsModule
68 long time = mVideoOptions.getInt(KEY_TIME, 0) * 1000; in doInBackground()