Home
last modified time | relevance | path

Searched refs:isChangeEnabled (Results 1 – 6 of 6) sorted by relevance

/libcore/test-rules/src/test/java/android/compat/testing/
DFakeApi.java37 if (Compatibility.isChangeEnabled(CHANGE_ID)) { in fakeFunc()
51 if (!Compatibility.isChangeEnabled(CHANGE_ID_1) in fakeCombinedFunc()
52 && !Compatibility.isChangeEnabled(CHANGE_ID_2)) { in fakeCombinedFunc()
54 } else if (!Compatibility.isChangeEnabled(CHANGE_ID_1) in fakeCombinedFunc()
55 && Compatibility.isChangeEnabled(CHANGE_ID_2)) { in fakeCombinedFunc()
57 } else if (Compatibility.isChangeEnabled(CHANGE_ID_1) in fakeCombinedFunc()
58 && !Compatibility.isChangeEnabled(CHANGE_ID_2)) { in fakeCombinedFunc()
/libcore/luni/src/main/java/android/compat/
DCompatibility.java90 public static boolean isChangeEnabled(@ChangeId long changeId) { in isChangeEnabled() method in Compatibility
91 return sCallbacks.isChangeEnabled(changeId); in isChangeEnabled()
187 default boolean isChangeEnabled(long changeId) { in isChangeEnabled() method
353 public boolean isChangeEnabled(long changeId) { in isChangeEnabled() method in Compatibility.OverrideCallbacks
360 return delegate.isChangeEnabled(changeId); in isChangeEnabled()
/libcore/mmodules/intracoreapi/api/intra/
Dcurrent.txt5 …rePlatformApi.Status.STABLE) @libcore.api.IntraCoreApi public static boolean isChangeEnabled(long);
/libcore/mmodules/core_platform_api/api/legacy_platform/
Dcurrent.txt7 method public static boolean isChangeEnabled(long);
14 method public default boolean isChangeEnabled(long);
/libcore/mmodules/core_platform_api/api/stable_platform/
Dcurrent.txt7 method public static boolean isChangeEnabled(long);
14 method public default boolean isChangeEnabled(long);
/libcore/api/
Dmodule-lib-current.txt7 method public static boolean isChangeEnabled(long);
14 method public default boolean isChangeEnabled(long);