Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHostView.java62 private static final long UPDATE_LOCK_TIMEOUT_MILLIS = 1000; field in LauncherAppWidgetHostView
180 mDeferUpdatesUntilMillis = SystemClock.uptimeMillis() + UPDATE_LOCK_TIMEOUT_MILLIS; in beginDeferringUpdates()