Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DPropertyInvalidatedCache.java591 public final void disableSystemWide() { in disableSystemWide() method in PropertyInvalidatedCache
592 disableSystemWide(mPropertyName); in disableSystemWide()
601 public static void disableSystemWide(@NonNull String name) { in disableSystemWide() method in PropertyInvalidatedCache
/aosp12/frameworks/base/core/tests/systemproperties/src/android/os/
H A DPropertyInvalidatedCacheTest.java101 cache.disableSystemWide(); in testCacheDisableState()