Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java128 public static TextView newImportantView(@NonNull Context context, @NonNull String text) { in newImportantView() method in Helper
139 public static TextView newImportantView(@NonNull Context context, in newImportantView() method in Helper
141 final TextView child = newImportantView(context, text); in newImportantView()
DPartialNotImportantActivityTest.java19 import static android.contentcaptureservice.cts.Helper.newImportantView;
122 final TextView text = newImportantView(activity, "Important I am"); in testAddAndRemoveImportantChild()
174 final TextView child = newImportantView(activity, "Important I am"); in testAddImportantChildAfterSessionStarted()
DChildlessActivityTest.java34 import static android.contentcaptureservice.cts.Helper.newImportantView;
299 final TextView text = newImportantView(activity, "Important I am"); in testAddAndRemoveImportantChild()
358 final TextView child = newImportantView(activity, "Important I am"); in testAddImportantChildAfterSessionStarted()
414 final TextView child = newImportantView(activity, "Important I am"); in testAddAndRemoveImportantChildOnDifferentSession()
669 final TextView s2c1 = newImportantView(activity, childSession2, "s2c1"); in testDinamicallyManageSiblingSessions()
670 final TextView s2c2 = newImportantView(activity, childSession2, "s2c1"); in testDinamicallyManageSiblingSessions()
689 final TextView s3c1 = newImportantView(activity, childSession3, "s3c1"); in testDinamicallyManageSiblingSessions()
690 final TextView s3c2 = newImportantView(activity, childSession3, "s3c1"); in testDinamicallyManageSiblingSessions()
691 final TextView s3c3 = newImportantView(activity, childSession3, "s3c3"); in testDinamicallyManageSiblingSessions()
1012 final TextView s2c1 = newImportantView(activity, childSession2, "s2c1"); in testRemoveChildrenFromDifferentSessions_flagOff()
[all …]
DLoginActivityTest.java34 import static android.contentcaptureservice.cts.Helper.newImportantView;
848 final TextView child1 = newImportantView(activity, "c1"); in testAddChildren_rightAway()
852 final TextView child2 = newImportantView(activity, "c1"); in testAddChildren_rightAway()
893 final TextView child = newImportantView(newContext, "Important I am"); in testViewAppeared_withNewContext()
922 final TextView child1 = newImportantView(activity, "c1"); in testAddChildren_afterAnimation()
926 final TextView child2 = newImportantView(activity, "c1"); in testAddChildren_afterAnimation()