Searched refs:changeId (Results 1 – 1 of 1) sorted by relevance
58 public static void reportChange(@ChangeId long changeId) { in reportChange() argument59 sCallbacks.reportChange(changeId); in reportChange()78 public static boolean isChangeEnabled(@ChangeId long changeId) { in isChangeEnabled() argument79 return sCallbacks.isChangeEnabled(changeId); in isChangeEnabled()123 protected void reportChange(long changeId) { in reportChange() argument125 System.logW("No Compatibility callbacks set! Reporting change " + changeId); in reportChange()128 protected boolean isChangeEnabled(long changeId) { in isChangeEnabled() argument130 System.logW("No Compatibility callbacks set! Querying change " + changeId); in isChangeEnabled()187 public boolean isForceEnabled(long changeId) { in isForceEnabled() argument188 return enabled.contains(changeId); in isForceEnabled()[all …]