Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/compat/
H A DIPlatformCompat.aidl291 CompatibilityChangeInfo[] listAllChanges(); in listAllChanges() method
/aosp12/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()
/aosp12/frameworks/base/services/core/java/com/android/server/compat/
H A DPlatformCompat.java299 public CompatibilityChangeInfo[] listAllChanges() { in listAllChanges() method in PlatformCompat
306 return Arrays.stream(listAllChanges()).filter(this::isShownInUI).toArray( in listUIChanges()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/compat/
H A DPlatformCompatTest.java104 assertThat(mPlatformCompat.listAllChanges()).asList().containsExactly( in testListAllChanges()
/aosp12/frameworks/base/services/
H A Dart-profile15075 PLcom/android/server/compat/PlatformCompat;->listAllChanges()[Lcom/android/internal/compat/Compatib…