Searched refs:listAllChanges (Results 1 – 4 of 4) sorted by relevance
353 CompatibilityChangeInfo[] listAllChanges(); in listAllChanges() method
317 mPlatformCompat.listAllChanges(); in listAllChanges_noReadCompatConfigPermission_throwsSecurityException()324 mPlatformCompat.listAllChanges(); in listAllChanges_readCompatConfigPermission_noThrow()
407 public CompatibilityChangeInfo[] listAllChanges() { in listAllChanges() method in PlatformCompat416 return Arrays.stream(listAllChanges()).filter(this::isShownInUI).toArray( in listUIChanges()
104 assertThat(mPlatformCompat.listAllChanges()).asList().containsExactly( in testListAllChanges()