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.java90 final String newTitle = "Here's a new title"; in windowLikeViewSettersWork_andNewValuesReportedToAccessibility() local
93 mPaneView.setAccessibilityPaneTitle(newTitle); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
94 assertEquals(newTitle, mPaneView.getAccessibilityPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
99 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.java926 String newTitle = "YODA I AM"; in testForegroundService_dontRemoveNotificationOnStop() local
927 sendNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()
928 assertNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()
1059 String newTitle = null; in testForegroundService_detachNotificationOnStop() local
1077 newTitle = "YODA I AM"; in testForegroundService_detachNotificationOnStop()
1078 sendNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()
1079 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()
1087 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()
1098 if (newTitle == null) { in testForegroundService_detachNotificationOnStop()
1101 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()