MCPcopy Create free account
hub / github.com/afkT/DevUtils / getTime

Method getTime

lib/DevApp/src/main/java/dev/utils/app/DeviceUtils.java:432–434  ·  view source on GitHub ↗

获取设备时间 @return 设备时间

()

Source from the content-addressed store, hash-verified

430 * @return 设备时间
431 */
432 public static long getTime() {
433 return Build.TIME;
434 }
435
436 /**
437 * 获取设备版本类型 主要为 "user""eng".

Callers 15

isBetterLocationMethod · 0.45
getCurrentTimeMethod · 0.45
getCurrentTimeMillisMethod · 0.45
getDateTimeMethod · 0.45
parseLongMethod · 0.45
getEndTimeDiffMethod · 0.45
compareMethod · 0.45
compareMethod · 0.45
getCurrentTimeMethod · 0.45
getCurrentTimeMillisMethod · 0.45
getDateTimeMethod · 0.45
parseLongMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected