Home
last modified time | relevance | path

Searched refs:TestComponentCallbacks2 (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DComponentCallbacksControllerTest.java76 final TestComponentCallbacks2 callback = new TestComponentCallbacks2(); in testDispatchConfigurationChanged()
94 final TestComponentCallbacks2 callback = new TestComponentCallbacks2(); in testDispatchLowMemory()
104 final TestComponentCallbacks2 callback = new TestComponentCallbacks2(); in testDispatchTrimMemory()
H A DContextWrapperTest.java68 final ComponentCallbacks callbacks = new TestComponentCallbacks2(); in testRegisterComponentCallbacksWithoutBaseContextBeforeT()
90 final ComponentCallbacks callbacks = new TestComponentCallbacks2(); in testRegisterComponentCallbacksWithoutBaseContextAfterT()
122 final TestComponentCallbacks2 callbacks = new TestComponentCallbacks2(); in testRegisterComponentCallbacks()
H A DTestComponentCallbacks2.java23 public class TestComponentCallbacks2 implements ComponentCallbacks2 { class
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRegisterComponentCallbacksTest.java32 import android.content.TestComponentCallbacks2;
64 final TestComponentCallbacks2 callbacks = new TestComponentCallbacks2(); in testRegisterComponentCallbacks()
95 final TestComponentCallbacks2 callbacks = new TestComponentCallbacks2(); in testRegisterComponentCallbacksBeforeT()