Searched refs:newTitle (Results 1 – 3 of 3) sorted by relevance
99 final String newTitle = "Here's a new title"; in windowLikeViewSettersWork_andNewValuesReportedToAccessibility() local102 mPaneView.setAccessibilityPaneTitle(newTitle); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()103 assertEquals(newTitle, mPaneView.getAccessibilityPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()108 assertEquals(newTitle, windowLikeNode.getPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
99 final String newTitle = "New Title"; in testChildTitleCallback() local100 mChildActivity.setTitle(newTitle); in testChildTitleCallback()
943 String newTitle = "YODA I AM"; in testForegroundService_dontRemoveNotificationOnStop() local944 sendNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()945 assertNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()1076 String newTitle = null; in testForegroundService_detachNotificationOnStop() local1093 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()