Searched refs:mLastText (Results 1 – 2 of 2) sorted by relevance
42 private String mLastText; field in DateView114 if (!text.equals(mLastText)) { in updateClock()116 mLastText = text; in updateClock()
114 private String mLastText; field in KeyguardSliceProvider220 builder.addRow(new RowBuilder(mDateUri).setTitle(mLastText)); in onBindSlice()265 ListBuilder.ICON_IMAGE, mLastText); in addPrimaryActionLocked()411 if (!text.equals(mLastText)) { in updateClockLocked()412 mLastText = text; in updateClockLocked()