Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/
H A DPlatformCompatPermissionsTest.java317 mPlatformCompat.listAllChanges(); in listAllChanges_noReadCompatConfigPermission_throwsSecurityException()
324 mPlatformCompat.listAllChanges(); in listAllChanges_readCompatConfigPermission_noThrow()
/aosp14/frameworks/base/core/java/com/android/internal/compat/
H A DIPlatformCompat.aidl353 CompatibilityChangeInfo[] listAllChanges(); in listAllChanges() method
/aosp14/frameworks/base/services/core/java/com/android/server/compat/
H A DPlatformCompat.java360 public CompatibilityChangeInfo[] listAllChanges() { in listAllChanges() method in PlatformCompat
369 return Arrays.stream(listAllChanges()).filter(this::isShownInUI).toArray( in listUIChanges()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/compat/
H A DPlatformCompatTest.java104 assertThat(mPlatformCompat.listAllChanges()).asList().containsExactly( in testListAllChanges()