mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00
Replaced full reference with import
This CL removes a warning by adding the import, and removes a qualified reference in the process. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119618343
This commit is contained in:
parent
efe76def89
commit
def59ebb26
@ -15,6 +15,8 @@
|
||||
*/
|
||||
package com.google.android.exoplayer.util;
|
||||
|
||||
import android.os.SystemClock;
|
||||
|
||||
/**
|
||||
* An interface through which system clocks can be read. The {@link SystemClock} implementation
|
||||
* must be used for all non-test cases.
|
||||
@ -22,7 +24,7 @@ package com.google.android.exoplayer.util;
|
||||
public interface Clock {
|
||||
|
||||
/**
|
||||
* Returns {@link android.os.SystemClock#elapsedRealtime}.
|
||||
* Returns {@link SystemClock#elapsedRealtime}.
|
||||
*
|
||||
* @return Elapsed milliseconds since boot.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user