Home
last modified time | relevance | path

Searched refs:OVERRIDABLE_COMPONENT_CALLBACKS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DRegisterComponentCallbacksTest.java20 import static android.content.Context.OVERRIDABLE_COMPONENT_CALLBACKS;
91 @DisableCompatChanges(OVERRIDABLE_COMPONENT_CALLBACKS)
/frameworks/base/core/tests/coretests/src/android/content/
DContextWrapperTest.java19 import static android.content.Context.OVERRIDABLE_COMPONENT_CALLBACKS;
64 @DisableCompatChanges(OVERRIDABLE_COMPONENT_CALLBACKS)
/frameworks/base/core/java/android/content/
DContextWrapper.java1445 } else if (!CompatChanges.isChangeEnabled(OVERRIDABLE_COMPONENT_CALLBACKS)) { in registerComponentCallbacks()
1488 } else if (CompatChanges.isChangeEnabled(OVERRIDABLE_COMPONENT_CALLBACKS)) { in unregisterComponentCallbacks()
DContext.java141 public static final long OVERRIDABLE_COMPONENT_CALLBACKS = 193247900L; field in Context
/frameworks/base/core/java/android/app/
DActivity.java1507 if (CompatChanges.isChangeEnabled(OVERRIDABLE_COMPONENT_CALLBACKS) in registerComponentCallbacks()