Searched refs:ID_TIME_IN_SEC (Results 1 – 3 of 3) sorted by relevance
257 public static final int ID_TIME_IN_SEC = 2; field in RemoteContext267 public static final float FLOAT_TIME_IN_SEC = Utils.asNan(ID_TIME_IN_SEC);
20 import static com.android.internal.widget.remotecompose.core.RemoteContext.ID_TIME_IN_SEC;229 if (mVarListeners.get(ID_TIME_IN_SEC) != null) { in getOpsToUpdate()
45 context.loadFloat(RemoteContext.ID_TIME_IN_SEC, currentSeconds); in updateTime()