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()
825 String newTitle = "YODA I AM"; in testForegroundService_dontRemoveNotificationOnStop() local826 sendNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()827 assertNotification(1, newTitle); in testForegroundService_dontRemoveNotificationOnStop()958 String newTitle = null; in testForegroundService_detachNotificationOnStop() local976 newTitle = "YODA I AM"; in testForegroundService_detachNotificationOnStop()977 sendNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()978 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()986 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()997 if (newTitle == null) { in testForegroundService_detachNotificationOnStop()1000 assertNotification(1, newTitle); in testForegroundService_detachNotificationOnStop()