Searched refs:mLastText (Results 1 – 2 of 2) sorted by relevance
44 private String mLastText; field in DateView124 if (!text.equals(mLastText)) { in updateClock()126 mLastText = text; in updateClock()
121 private String mLastText; field in KeyguardSliceProvider208 builder.addRow(new RowBuilder(mDateUri).setTitle(mLastText)); in onBindSlice()256 ListBuilder.ICON_IMAGE, mLastText); in addPrimaryActionLocked()407 if (!text.equals(mLastText)) { in updateClockLocked()408 mLastText = text; in updateClockLocked()