Searched defs:timestampMs (Results 1 – 6 of 6) sorted by relevance
235 long timestampMs = hours != null ? Long.parseLong(hours) * 60 * 60 * 1000 : 0; in parseTimecode() local
94 public final long timestampMs; field in ExoPlaybackException
543 final float timestampMs = Integer.parseInt(arr[0]) / 1000f; in drawBrightnessChart() local
145 final float timestampMs = Integer.parseInt(arr[0]) / 1000f; in getEntriesFromString() local
69 "timestampMs": { object
1441 long timestampMs = format.parse(timestampWithoutTimezone).getTime(); in parse() local