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.java99 final String newTitle = "Here's a new title"; in windowLikeViewSettersWork_andNewValuesReportedToAccessibility() local
102 mPaneView.setAccessibilityPaneTitle(newTitle); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
103 assertEquals(newTitle, mPaneView.getAccessibilityPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
108 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.java943 String newTitle = "YODA I AM"; in testForegroundService_dontRemoveNotificationOnStop() local
944 sendNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()
945 assertNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()
1076 String newTitle = null; in testForegroundService_detachNotificationOnStop() local
1093 newTitle = "YODA I AM"; in testForegroundService_detachNotificationOnStop()
1094 sendNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()
1095 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()
1103 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()
1114 if (newTitle == null) { in testForegroundService_detachNotificationOnStop()
1117 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()