/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/ |
H A D | OptionalInjectWithHiltTest.java | 119 TestView testView = new TestView(testActivity); in testViewInjection() local 128 TestView testView = new TestView(testActivity); in testViewInjectionWithNonHiltActivityWithHiltRoot() local 143 TestWithFragmentBindingsView testView = new TestWithFragmentBindingsView( in testViewWithFragmentBindingsInjection() local 160 TestWithFragmentBindingsView testView = new TestWithFragmentBindingsView( in testViewWithFragmentBindingsInjectionWithNonHiltFragmentWithHiltRoot() local
|
H A D | OptionalInjectWithoutHiltTest.java | 82 TestView testView = new TestView(testActivity); in testViewInjection() local 97 TestWithFragmentBindingsView testView = new TestWithFragmentBindingsView( in testViewWithFragmentBindingsInjection() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/window/ |
H A D | WindowContextTest.java | 152 final View testView = new View(mWindowContext); in testCreateWindowContextNewTokenFromClient() local 203 final View testView = new View(windowContext); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease() local 238 final View testView = new View(windowContext); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowViewTest.java | 776 TestView testView = new TestView(buildActivity(Activity.class).create().get()); in setScrolls_firesOnScrollChanged() local 929 TestView testView = new TestView(buildActivity(Activity.class).create().get()); in capturesOnSystemUiVisibilityChangeListener() local 943 TestView testView = new TestView(buildActivity(Activity.class).create().get()); in capturesOnCreateContextMenuListener() local 962 TestView testView = new TestView(buildActivity(Activity.class).create().get()); in capturesOnAttachStateChangeListeners() local
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/ |
D | LauncherWidgetHolderTest.kt | 60 val testView = mock(PendingAppWidgetHostView::class.java) in widget_holder_start_listening() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/ |
H A D | SystemEventChipAnimationControllerTest.kt | 58 private var testView = TestView(mContext) variable in com.android.systemui.statusbar.events.SystemEventChipAnimationControllerTest
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/ |
H A D | ExpandableListActivityTest.java | 33 public void testView() { in testView() method in ExpandableListActivityTest
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | AdapterView_AdapterContextMenuInfoTest.java | 37 View testView = new View(InstrumentationRegistry.getTargetContext()); in testConstructor() local
|
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
H A D | OwnerAttributeProviderTest.java | 64 public void testView() throws IOException { in testView() method in OwnerAttributeProviderTest
|
H A D | UserDefinedAttributeProviderTest.java | 82 public void testView() throws IOException { in testView() method in UserDefinedAttributeProviderTest
|
H A D | AclAttributeProviderTest.java | 99 public void testView() throws IOException { in testView() method in AclAttributeProviderTest
|
H A D | DosAttributeProviderTest.java | 72 public void testView() throws IOException { in testView() method in DosAttributeProviderTest
|
H A D | PosixAttributeProviderTest.java | 82 public void testView() throws IOException { in testView() method in PosixAttributeProviderTest
|
H A D | BasicAttributeProviderTest.java | 115 public void testView() throws IOException { in testView() method in BasicAttributeProviderTest
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | Views.java | 54 public static void setBackground(View testView, Drawable background) { in setBackground()
|
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/referenceui/ |
D | BackgroundAdjustingTemperatureControlViewTest.java | 64 View testView = LayoutInflater.from(getContext()).inflate( in setUp() local
|
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/ |
D | SeatTemperatureLevelButtonTest.java | 67 View testView = LayoutInflater.from(getContext()).inflate( in setUp() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
H A D | HandwritingInitiatorTest.java | 415 final View testView = createEditText(rect, true /* autoHandwritingEnabled */, in onTouchEvent_notStartHandwriting_whenHandwritingNotAvailable() local 939 private void onEditorFocusedOrConnectionCreated(View testView) { in onEditorFocusedOrConnectionCreated()
|
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
H A D | AccessibilityEndToEndTest.java | 1925 final View testView = mActivity.findViewById(R.id.buttonLayout); in testSetMinDurationBetweenContentChanges() local 1938 final View testView = mActivity.findViewById(R.id.buttonLayout); in testSetRequestInitialAccessibilityFocus() local 2043 View testView = mActivity.findViewById(R.id.buttonLayout); in testSetContainerTitle() local
|
/aosp_15_r20/cts/tests/app/app/src/android/app/stubs/ |
H A D | ExpandableListTestActivity.java | 104 private int testView() { in testView() method in ExpandableListTestActivity
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/ |
D | BubbleTextViewTest.java | 130 BubbleTextView testView = new BubbleTextView(mContext); in setUp() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
H A D | NotificationOptimizedLinearLayoutComparisonTest.java | 294 private void assertLayoutsEqual(String testCase, View controlView, View testView) { in assertLayoutsEqual()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/shared/animation/ |
H A D | PhysicsAnimatorTest.kt | 59 private lateinit var testView: View in <lambda>() variable in com.android.wm.shell.shared.animation.PhysicsAnimatorTest
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
H A D | KeepClearRectsTests.java | 455 final View testView = new View(activity); in testKeepClearRectsOnDisplayTwoWindows() local
|