Home
last modified time | relevance | path

Searched refs:ID_CALENDAR_MONTH (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DRemoteContext.java264 public static final int ID_CALENDAR_MONTH = 9; field in RemoteContext
270 public static final float FLOAT_CALENDAR_MONTH = Utils.asNan(ID_CALENDAR_MONTH);
DTimeVariables.java48 context.loadFloat(RemoteContext.ID_CALENDAR_MONTH, month); in updateTime()