/cts/hostsidetests/devicepolicy/app/CrossProfileTestApps/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/ |
D | CrossProfileAppsStartActivityTest.java | 126 UiObject2 textView = mDevice.wait(Until.findObject(By.res(ID_USER_TEXTVIEW)), in testCanStartActivityByIntentWithInteractAcrossProfilesPermission() local 146 UiObject2 textView = mDevice.wait(Until.findObject(By.res(ID_USER_TEXTVIEW)), in testCanStartActivityByIntentWithInteractAcrossUsersPermission() local 166 UiObject2 textView = mDevice.wait(Until.findObject(By.res(ID_USER_TEXTVIEW)), in testCanStartActivityByIntentWithInteractAcrossUsersFullPermission() local 197 UiObject2 textView = mDevice.wait(Until.findObject(By.res(ID_USER_TEXTVIEW)), in testCanStartMainActivityByIntent() local 223 UiObject2 textView = mDevice.wait(Until.findObject(By.res(ID_USER_TEXTVIEW)), in testCanStartMainActivityByIntent_withOptionsBundle() local 245 UiObject2 textView = mDevice.wait(Until.findObject(By.res(ID_USER_TEXTVIEW_NONMAIN)), in testCanStartNonMainActivityByIntent() local 271 UiObject2 textView = mDevice.wait(Until.findObject(By.res(ID_USER_TEXTVIEW_NONMAIN)), in testStartActivityIntent_sameTaskByDefault() local 288 final UiObject2 textView = mDevice.wait( in testStartActivityIntent_crossProfile_returnsResult() local 321 UiObject2 textView = mDevice.wait(Until.findObject(By.res(ID_USER_TEXTVIEW)), in testCanStartMainActivityByComponent() local 339 UiObject2 textView = mDevice.wait(Until.findObject(By.res(ID_USER_TEXTVIEW_NONMAIN)), in testCanStartNonMainActivityByComponent() local [all …]
|
D | MainActivity.java | 43 TextView textView = findViewById(R.id.user_textview); in onStart() local
|
D | NonExportedActivity.java | 37 TextView textView = findViewById(R.id.user_textview_nonmain); in onStart() local
|
D | NonMainActivity.java | 46 TextView textView = findViewById(R.id.user_textview_nonmain); in onStart() local
|
D | CrossProfileResultCheckerActivity.java | 67 final TextView textView = findViewById(R.id.cross_profile_result_checker_result); in onActivityResult() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ArrayAdapterTest.java | 146 final TextView textView = new TextView(mContext); in testAccessView() local 172 final TextView textView = new TextView(mContext); in testGetViewOutOfBoundsLow() local 179 final TextView textView = new TextView(mContext); in testDropDownGetViewOutOfBoundsLow() local 186 final TextView textView = new TextView(mContext); in testGetViewOutOfBoundsHigh() local 187 mArrayAdapter.getView(mArrayAdapter.getCount(), textView, null); in testGetViewOutOfBoundsHigh() local 193 final TextView textView = new TextView(mContext); in testDropDownGetViewOutOfBoundsHigh() local 194 mArrayAdapter.getDropDownView(mArrayAdapter.getCount(), textView, null); in testDropDownGetViewOutOfBoundsHigh() local
|
D | TextViewIsHorizontallyScrollableTest.java | 53 final TextView textView = mViewGroup.findViewById( in testIsHorizontallyScrollingDefaultIsFalse() local 61 final TextView textView = mViewGroup.findViewById( in testIsHorizontallyScrollingSameAsGiven() local 70 final TextView textView = mViewGroup.findViewById( in testIsHorizontallyScrollingTrueToFalse() local
|
D | RemoteViewsTest.java | 244 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextViewText() local 262 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextViewTextSize() local 649 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetCharSequence() local 745 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextColor() local 761 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text); in testSetTextCompoundDrawables() local 1059 View textView = mResult.findViewById(R.id.remoteView_text); in testSetAccessibilityTraversalAfter() local 1072 View textView = mResult.findViewById(R.id.remoteView_text); in testSetAccessibilityTraversalBefore() local 1085 View textView = mResult.findViewById(R.id.remoteView_text); in testSetViewPadding() local 1104 View textView = mResult.findViewById(R.id.remoteView_text); in testSetViewLayoutMargin() local 1160 View textView = mResult.findViewById(R.id.remoteView_text); in testSetViewLayoutMarginDimen() local [all …]
|
D | CursorAdapterTest.java | 214 TextView textView = new TextView(mContext); in testGetView() local 251 TextView textView = (TextView) cursorAdapter.newDropDownView(mContext, mCursor, mParent); in testNewDropDownView() local 261 TextView textView = new TextView(mContext); in testGetDropDownView() local 435 TextView textView = (TextView) view; in bindView() local 448 TextView textView = new TextView(context); in newView() local
|
D | CursorTreeAdapterTest.java | 479 TextView textView = new TextView(mContext); in testGetGroupView() local 592 TextView textView = new TextView(mContext); in testGetChildView() local 664 TextView textView = (TextView) view; in bindChildView() local 678 TextView textView = (TextView) view; in bindGroupView() local 721 TextView textView = new TextView(context); in newChildView() local 734 TextView textView = new TextView(context); in newGroupView() local
|
D | TextViewTest.java | 568 private static void assertImeOptions(TextView textView, in assertImeOptions() 781 final TextView textView = (TextView) mActivity.findViewById(R.id.textview_text); in testAccessHighlightColor() local 1920 private InputConnection initTextViewForSimulatedIme(TextView textView) { in initTextViewForSimulatedIme() 2528 private static boolean hasSpansAtMiddleOfText(final TextView textView, final Class<?> type) { in hasSpansAtMiddleOfText() 4004 final TextView textView = new TextView(mActivity); in testIsTextSelectable_returnsFalseByDefault() local 4012 final TextView textView = new TextView(mActivity); in testIsTextSelectable_returnsTrueIfSetTextIsSelectableCalledWithTrue() local 4021 final TextView textView = new TextView(mActivity); in testSetIsTextSelectable() local 5268 MockTextView textView = new MockTextView(mActivity); in testGetDefaultMovementMethod() local 5277 MockTextView textView = new MockTextView(mActivity); in testSetFrame() local 5380 final TextView textView = new TextView(mActivity); in testGetMarqueeRepeatLimit() local [all …]
|
D | TextViewFadingEdgeTest.java | 148 MockTextView textView = createTextView(data.text, data.horizontalFadingEnabled, in testFadingEdge() local 160 final MockTextView textView = new MockTextView(mActivity); in createTextView() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityTextActionTest.java | 124 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testNotEditableTextView_shouldNotExposeOrRespondToSetTextAction() local 146 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testEditableTextView_shouldExposeAndRespondToSetTextAction() local 205 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testClickableSpan_shouldWorkFromAccessibilityService() local 226 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testUrlSpan_shouldWorkFromAccessibilityService() local 249 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testImageSpan_accessibilityServiceShouldSeeContentDescription() local 268 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testTextLocations_textViewShouldProvideWhenRequested() local 344 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady() local 401 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout() local 446 final TextView textView = (TextView) mActivity.findViewById(R.id.text); in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength() local 465 final TextView textView = (TextView) mActivity.findViewById(R.id.editText); in testEditableTextView_shouldExposeAndRespondToImeEnterAction() local [all …]
|
/cts/tests/tests/sensorprivacy/test-apps/CtsUseMicOrCameraAndOverlayForSensorPrivacy/src/android/sensorprivacy/cts/usemiccamera/overlay/ |
D | OverlayActivity.kt | 25 val textView = TextView(this) in onCreate() constant
|
/cts/tests/app/app/src/android/app/stubs/ |
D | MockApplicationActivity.java | 28 TextView textView = new TextView(this); in onCreate() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | WorkStatusTestActivity.java | 54 TextView textView = (TextView) findViewById(R.id.text); in onStart() local
|
D | CrossProfileTestActivity.java | 49 TextView textView = (TextView) findViewById(R.id.text); in onCreate() local
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | BaseMovementMethodTest.java | 182 final TextView textView = new TextViewNoIme(mActivityRule.getActivity()); in createTextView() local 189 private void setContentView(@NonNull TextView textView, int textWidth) throws Throwable { in setContentView()
|
/cts/hostsidetests/testharness/app/src/android/testharness/app/ |
D | TestHarnessActivity.java | 51 final TextView textView = findViewById(R.id.text_view); in onResume() local
|
/cts/hostsidetests/securitybulletin/test-apps/BUG-183613671/src/android/security/cts/BUG_183613671/ |
D | DeviceTest.java | 118 UiObject2 textView = waitForView(By.res("com.android.car.settings", "password_entry")); in launchTapjackedActivity() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | TestCrossProfileViewEventActivity.java | 47 TextView textView = findViewById(R.id.view_event_text); in onStart() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | FontResourceTest.java | 70 private int measureText(TextView textView) { in measureText()
|
/cts/tests/tests/toast/src/android/widget/toast/cts/ |
D | BaseToastTest.java | 88 TextView textView = new TextView(mContext); in showToastsViaAddingWindow() local
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | NestedInflatedFragmentTest.java | 89 TextView textView = new TextView(inflater.getContext()); in onCreateView() local
|
D | LoaderActivity.java | 33 public TextView textView; field in LoaderActivity
|