Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityPaneTest.java111 final String newTitle = "Here's a new title"; in windowLikeViewSettersWork_andNewValuesReportedToAccessibility() local
114 mPaneView.setAccessibilityPaneTitle(newTitle); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
115 assertEquals(newTitle, mPaneView.getAccessibilityPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
120 assertEquals(newTitle, windowLikeNode.getPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
133 mPaneView.setAccessibilityPaneTitle(newTitle); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
134 assertEquals(newTitle, mPaneView.getAccessibilityPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
138 assertEquals(newTitle, windowLikeNode.getPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
/cts/tests/app/src/android/app/cts/
DTabActivityTest.java99 final String newTitle = "New Title"; in testChildTitleCallback() local
100 mChildActivity.setTitle(newTitle); in testChildTitleCallback()
DServiceTest.java983 String newTitle = "YODA I AM"; in testForegroundService_canUpdateNotification() local
984 sendNotification(1, newTitle); in testForegroundService_canUpdateNotification()
985 assertNotification(1, newTitle, true); in testForegroundService_canUpdateNotification()
1016 String newTitle = "YODA I AM"; in testForegroundService_dontRemoveNotificationOnStop() local
1017 sendNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()
1018 assertNotification(1, newTitle, false); in testForegroundService_dontRemoveNotificationOnStop()
1151 String newTitle = null; in testForegroundService_detachNotificationOnStop() local
1168 newTitle = "YODA I AM"; in testForegroundService_detachNotificationOnStop()
1169 sendNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()
1170 assertNotification(1, newTitle, false); in testForegroundService_detachNotificationOnStop()
[all …]