/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedTestCase.java | 28 import android.testing.TestableContext; 46 public TestableContext mTestContext = new TestableContext( 67 protected TestableContext getTestContext() { in getTestContext()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/ |
H A D | UiServiceTestCase.java | 24 import android.testing.TestableContext; 47 public final TestableContext mContext = 48 new TestableContext(InstrumentationRegistry.getContext(), null); 50 protected TestableContext getContext() { in getContext()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/ |
H A D | ShellTestCase.java | 23 import android.testing.TestableContext; 36 protected TestableContext mContext; 44 mContext = new TestableContext( in shellSetup()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/hidedisplaycutout/ |
H A D | HideDisplayCutoutControllerTest.java | 24 import android.testing.TestableContext; 43 private TestableContext mContext = new TestableContext(
|
H A D | HideDisplayCutoutOrganizerTest.java | 37 import android.testing.TestableContext; 69 private TestableContext mContext = new TestableContext(
|
/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/ |
H A D | CarLauncherTest.java | 24 import android.testing.TestableContext; 42 public TestableContext mContext = new TestableContext(InstrumentationRegistry.getContext());
|
/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/homescreen/assistive/ |
H A D | ProjectionModelTest.java | 27 import android.testing.TestableContext; 49 public TestableContext mContext = new TestableContext(InstrumentationRegistry.getContext());
|
/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A D | TestableContext.java | 59 public class TestableContext extends ContextWrapper implements TestRule { class 75 public TestableContext(Context base) { in TestableContext() method in TestableContext 79 public TestableContext(Context base, LeakCheck check) { in TestableContext() method in TestableContext 86 mSettingsProvider.clearValuesAndCheck(TestableContext.this); in TestableContext() 466 mSettingsProvider.clearValuesAndCheck(TestableContext.this); in apply() 471 mSettingsProvider.clearValuesAndCheck(TestableContext.this); in apply()
|
H A D | BaseFragmentTest.java | 61 public final TestableContext mContext = getContext(); 94 protected TestableContext getContext() { in getContext() 95 return new TestableContext(InstrumentationRegistry.getContext()); in getContext()
|
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/ |
H A D | AssistantSettingsTest.java | 32 import android.testing.TestableContext; 60 public final TestableContext mContext = 61 new TestableContext(InstrumentationRegistry.getContext(), null);
|
H A D | NotificationEntryTest.java | 44 import android.testing.TestableContext; 72 public final TestableContext mContext = 73 new TestableContext(InstrumentationRegistry.getContext(), null);
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/ |
H A D | GroupNotificationViewHolderTest.java | 26 import android.testing.TestableContext; 63 public final TestableContext mContext = new TestableContext(
|
/aosp12/frameworks/base/tests/testables/tests/src/android/testing/ |
H A D | TestableContentResolverTest.java | 21 public TestableContext mContext = new TestableContext(InstrumentationRegistry.getContext());
|
H A D | TestablePermissionsTest.java | 40 public TestableContext mContext = new TestableContext(InstrumentationRegistry.getContext());
|
H A D | TestableResourcesTest.java | 39 public TestableContext mContext = new TestableContext(InstrumentationRegistry.getContext());
|
H A D | TestableSettingsProviderTest.java | 41 public final TestableContext mContext = 42 new TestableContext(InstrumentationRegistry.getContext());
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/ |
H A D | PeopleServiceTest.java | 52 import android.testing.TestableContext; 93 public final TestableContext mContext = 94 new TestableContext(InstrumentationRegistry.getContext(), null); 96 protected TestableContext getContext() { in getContext()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | SysuiTestableContext.java | 24 import android.testing.TestableContext; 33 public class SysuiTestableContext extends TestableContext {
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | NotificationUtilsTest.java | 31 import android.testing.TestableContext; 49 public final TestableContext mContext = new TestableContext(
|
H A D | CarNotificationViewTest.java | 32 import android.testing.TestableContext; 71 public TestableContext mContext = new TestableContext(
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | CriticalNotificationExtractorTest.java | 31 import android.testing.TestableContext; 43 private TestableContext mContext = spy(getContext());
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/ |
H A D | FaceDownDetectorTest.java | 33 import android.testing.TestableContext; 55 public static final TestableContext sContext = new TestableContext(
|
H A D | ScreenUndimDetectorTest.java | 35 import android.testing.TestableContext; 65 public static final TestableContext sContext = new TestableContext(
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/ |
H A D | PinnerServiceTest.java | 36 import android.testing.TestableContext; 74 public TestableContext mContext = 75 new TestableContext(InstrumentationRegistry.getContext(), null);
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
H A D | MultiRateLimiterTest.java | 21 import android.testing.TestableContext; 40 public final TestableContext mContext = 41 new TestableContext(InstrumentationRegistry.getContext(), null);
|