Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/processors/staledataclass/src/android/processor/staledataclass/
H A DStaleDataclassProcessor.kt54 private val stale = mutableListOf<Stale>() regex
87 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)
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Duser-file-manager.md32 deletion to ensure that there is no stale data.
/aosp14/frameworks/base/services/core/
H A DAndroid.bp76 "# ERROR: ProtoLog viewer config is stale. To update it, run:\\n#\\n" +
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsControllerTest.java384 public void onActionMoveTouch_whenCanDismissLockScreen_entersDevice(boolean stale) in onActionMoveTouch_whenCanDismissLockScreen_entersDevice() argument
399 if (stale) { in onActionMoveTouch_whenCanDismissLockScreen_entersDevice()
408 verify(mStatusBarKeyguardViewManager, stale ? never() : times(1)) in onActionMoveTouch_whenCanDismissLockScreen_entersDevice()
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto659 // It may contain a few stale entries since cleanup won't happen exactly every
670 // ConstantsProto.QuotaController.rate_limiting_window_ms. It may contain a few stale
/aosp14/system/core/rootdir/
H A Dinit.rc852 # Delete any stale files owned by the old virtualizationservice uid (b/230056726).