mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
10 lines
158 B
Java
Generated
10 lines
158 B
Java
Generated
// Generated automatically from androidx.slice.Clock for testing purposes
|
|
|
|
package androidx.slice;
|
|
|
|
|
|
public interface Clock
|
|
{
|
|
long currentTimeMillis();
|
|
}
|