Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java155 long nextShowTime = Math.max( in updateIndication() local
158 if (timeSinceLastIndicationSwitch >= nextShowTime) { in updateIndication()
162 nextShowTime - timeSinceLastIndicationSwitch); in updateIndication()
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DStorageManagerUpsellDialog.java97 long nextShowTime = noThanksDelay == NEVER ? NEVER : getCurrentTime() + noThanksDelay; in onClick() local
98 editor.putLong(NEXT_SHOW_TIME, nextShowTime); in onClick()