Searched refs:mLastText (Results 1 – 2 of 2) sorted by relevance
44 private String mLastText; field in DateView128 if (!text.equals(mLastText)) { in updateClock()130 mLastText = text; in updateClock()
127 private String mLastText; field in KeyguardSliceProvider225 builder.addRow(new RowBuilder(mDateUri).setTitle(mLastText)); in onBindSlice()277 ListBuilder.ICON_IMAGE, mLastText); in addPrimaryActionLocked()425 if (!text.equals(mLastText)) { in updateClockLocked()426 mLastText = text; in updateClockLocked()