Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DHelper.java119 public static TextView newImportantView(@NonNull Context context, @NonNull String text) { in newImportantView() method in Helper
130 public static TextView newImportantView(@NonNull Context context, in newImportantView() method in Helper
132 final TextView child = newImportantView(context, text); in newImportantView()
DChildlessActivityTest.java33 import static android.contentcaptureservice.cts.Helper.newImportantView;
286 final TextView text = newImportantView(activity, "Important I am"); in testAddAndRemoveImportantChild()
345 final TextView child = newImportantView(activity, "Important I am"); in testAddImportantChildAfterSessionStarted()
395 final TextView child = newImportantView(activity, "Important I am"); in testAddAndRemoveImportantChildOnDifferentSession()
644 final TextView s2c1 = newImportantView(activity, childSession2, "s2c1"); in testDinamicallyManageSiblingSessions()
645 final TextView s2c2 = newImportantView(activity, childSession2, "s2c1"); in testDinamicallyManageSiblingSessions()
664 final TextView s3c1 = newImportantView(activity, childSession3, "s3c1"); in testDinamicallyManageSiblingSessions()
665 final TextView s3c2 = newImportantView(activity, childSession3, "s3c1"); in testDinamicallyManageSiblingSessions()
666 final TextView s3c3 = newImportantView(activity, childSession3, "s3c3"); in testDinamicallyManageSiblingSessions()
982 final TextView s2c1 = newImportantView(activity, childSession2, "s2c1"); in testRemoveChildrenFromDifferentSessions()
[all …]
DLoginActivityTest.java34 import static android.contentcaptureservice.cts.Helper.newImportantView;
603 final TextView child1 = newImportantView(activity, "c1"); in testAddChildren_rightAway()
607 final TextView child2 = newImportantView(activity, "c1"); in testAddChildren_rightAway()
645 final TextView child1 = newImportantView(activity, "c1"); in testAddChildren_afterAnimation()
649 final TextView child2 = newImportantView(activity, "c1"); in testAddChildren_afterAnimation()