Searched refs:listAllChanges (Results 1 – 4 of 4) sorted by relevance
222 CompatibilityChangeInfo[] listAllChanges(); in listAllChanges() method
310 mPlatformCompat.listAllChanges(); in listAllChanges_noReadCompatConfigPermission_throwsSecurityException()317 mPlatformCompat.listAllChanges(); in listAllChanges_readCompatConfigPermission_noThrow()
223 public CompatibilityChangeInfo[] listAllChanges() { in listAllChanges() method in PlatformCompat230 return Arrays.stream(listAllChanges()).filter( in listUIChanges()
84 assertThat(mPlatformCompat.listAllChanges()).asList().containsExactly( in testListAllChanges()