Searched refs:OVERRIDABLE_COMPONENT_CALLBACKS (Results 1 – 5 of 5) sorted by relevance
20 import static android.content.Context.OVERRIDABLE_COMPONENT_CALLBACKS;91 @DisableCompatChanges(OVERRIDABLE_COMPONENT_CALLBACKS)
19 import static android.content.Context.OVERRIDABLE_COMPONENT_CALLBACKS;64 @DisableCompatChanges(OVERRIDABLE_COMPONENT_CALLBACKS)
1445 } else if (!CompatChanges.isChangeEnabled(OVERRIDABLE_COMPONENT_CALLBACKS)) { in registerComponentCallbacks()1488 } else if (CompatChanges.isChangeEnabled(OVERRIDABLE_COMPONENT_CALLBACKS)) { in unregisterComponentCallbacks()
141 public static final long OVERRIDABLE_COMPONENT_CALLBACKS = 193247900L; field in Context
1507 if (CompatChanges.isChangeEnabled(OVERRIDABLE_COMPONENT_CALLBACKS) in registerComponentCallbacks()