Searched refs:stale (Results 1 – 6 of 6) sorted by relevance
54 private val stale = mutableListOf<Stale>() regex87 stale += Stale(dataClass.toString(), file = null, lastGenerated = 0L)91 if (!stale.isEmpty()) {94 stale.joinToString("") { "\n" + it.refreshCmd })178 stale += Stale(clazz, source, lastGenerated)182 stale += Stale(clazz, source, lastGenerated)
32 deletion to ensure that there is no stale data.
76 "# ERROR: ProtoLog viewer config is stale. To update it, run:\\n#\\n" +
384 public void onActionMoveTouch_whenCanDismissLockScreen_entersDevice(boolean stale) in onActionMoveTouch_whenCanDismissLockScreen_entersDevice() argument399 if (stale) { in onActionMoveTouch_whenCanDismissLockScreen_entersDevice()408 verify(mStatusBarKeyguardViewManager, stale ? never() : times(1)) in onActionMoveTouch_whenCanDismissLockScreen_entersDevice()
659 // It may contain a few stale entries since cleanup won't happen exactly every670 // ConstantsProto.QuotaController.rate_limiting_window_ms. It may contain a few stale
852 # Delete any stale files owned by the old virtualizationservice uid (b/230056726).