Searched refs:announcement (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java179 String announcement = composeChangeAnnouncement();
180 if (announcement != null) {
181 mCallback.onAnnouncementRequested(announcement);
290 void onAnnouncementRequested(CharSequence announcement); argument
H A DQSPanel.java284 public void onAnnouncementRequested(CharSequence announcement) {
285 announceForAccessibility(announcement);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java741 String announcement = getPhotoAccessibilityAnnouncement(position);
742 if (announcement != null) {
743 Util.announceForAccessibility(mRootView, mAccessibilityManager, announcement);
780 * Returns a string used as an announcement for accessibility after the user moves to a new
783 * @return announcement for accessibility
786 String announcement = mActionBarTitle;
788 announcement = mActivity.getContext().getResources().getString(
791 return announcement;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java394 String announcement = String.format("%d", newValue);
397 announcement += ". " + mSelectMinutes;
402 Utils.tryAccessibilityAnnounce(mTimePicker, announcement);

Completed in 315 milliseconds