Searched refs:newTitle (Results 1 – 3 of 3) sorted by relevance
90 final String newTitle = "Here's a new title"; in windowLikeViewSettersWork_andNewValuesReportedToAccessibility() local93 mPaneView.setAccessibilityPaneTitle(newTitle); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()94 assertEquals(newTitle, mPaneView.getAccessibilityPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()99 assertEquals(newTitle, windowLikeNode.getPaneTitle()); in windowLikeViewSettersWork_andNewValuesReportedToAccessibility()
99 final String newTitle = "New Title"; in testChildTitleCallback() local100 mChildActivity.setTitle(newTitle); in testChildTitleCallback()
926 String newTitle = "YODA I AM"; in testForegroundService_dontRemoveNotificationOnStop() local927 sendNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()928 assertNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()1059 String newTitle = null; in testForegroundService_detachNotificationOnStop() local1077 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()