Home
last modified time | relevance | path

Searched refs:setContentText (Results 1 – 25 of 37) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestService.java158 .setContentText(getResources().getText(R.string.ingest_scanning_done)); in setClientActivity()
198 .setContentText(getResources().getText(R.string.ingest_importing)); in importSelectedItems()
233 .setContentText(getResources().getText(R.string.ingest_importing)); in onImportProgress()
250 .setContentText(getResources().getText(R.string.ingest_import_complete)); in onImportFinish()
267 .setContentText(getResources().getText(R.string.ingest_scanning)); in onObjectIndexed()
288 .setContentText(getResources().getText(R.string.ingest_scanning_done)); in onIndexingFinished()
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationService.java139 .setContentText(context.getString(R.string.sms_message)) in makeSmsNotification()
176 .setContentText(context.getString(R.string.upload_text)) in makeUploadNotification()
218 .setContentText(getString(R.string.call_text)) in onHandleIntent()
248 .setContentText(getString(R.string.timer_text)) in onHandleIntent()
259 .setContentText(getString(R.string.calendar_text)) in onHandleIntent()
284 .setContentText(getString(R.string.picture_text)) in onHandleIntent()
299 .setContentText(getString(R.string.email_text)) in onHandleIntent()
315 .setContentText(getString(R.string.social_text)) in onHandleIntent()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java150 verify(builder2).setContentText(CALLER_NAME); in cancelNotificationTestInternal()
197 verify(builder).setContentText(String.format(MISSED_CALLS_MSG, 2)); in testNotifyMultipleMissedCalls()
200 verify(builder).setContentText(MISSED_CALLS_TITLE); in testNotifyMultipleMissedCalls()
206 verify(builder).setContentText(CALLER_NAME); in testNotifyMultipleMissedCalls()
209 verify(builder).setContentText(MISSED_CALL_TITLE); in testNotifyMultipleMissedCalls()
286 verify(builder).setContentText(CALLER_NAME); in notifySingleCallTestInternal()
287 verify(publicBuilder).setContentText(MISSED_CALL_TITLE); in notifySingleCallTestInternal()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java312 builder.setContentText(description); in updateWithLocked()
314 builder.setContentText(remainingText); in updateWithLocked()
319 builder.setContentText( in updateWithLocked()
325 builder.setContentText(res.getText(R.string.notification_download_failed)); in updateWithLocked()
327 builder.setContentText( in updateWithLocked()
345 builder.setContentText(remainingText); in updateWithLocked()
352 builder.setContentText( in updateWithLocked()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java43 .setContentText(AlarmUtils.getAlarmText(context, instance, in showLowPriorityNotification()
81 .setContentText(AlarmUtils.getAlarmText(context, instance, in showHighPriorityNotification()
115 .setContentText(context.getString(R.string.alarm_alert_snooze_until, in showSnoozeNotification()
149 .setContentText(instance.mLabel.isEmpty() ? alarmTime : in showMissedNotification()
183 .setContentText(AlarmUtils.getFormattedTime(service, instance.getAlarmTime())) in showAlarmNotification()
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DNotificationImportExportListener.java235 builder.setContentText(percentage); in constructProgressNotification()
253 .setContentText(description) in constructCancelNotification()
283 .setContentText(description) in constructFinishNotificationWithFlags()
306 .setContentText(reason) in constructImportFailureNotification()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java316 .setContentText(notificationText) in updateMwi()
439 .setContentText(mContext.getString(R.string.sum_cfu_enabled_indicator)) in updateCfi()
491 .setContentText(contentText); in showDataDisconnectedRoaming()
526 .setContentText( in showNetworkSelection()
DEmergencyCallbackModeService.java207 builder.setContentText(text); in showNotification()
/packages/apps/Camera2/src/com/android/camera/processing/
DProcessingService.java243 mNotificationBuilder.setContentText("…").setProgress(100, 0, false); in resetNotification()
277 mNotificationBuilder.setContentText(messageId > 0 ? getString(messageId) : ""); in onStatusMessageChanged()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java199 builder.setContentText("Test phone accounts via telecom APIs."); in getPhoneAccountNotification()
216 builder.setContentText("Test calls via CallService API"); in getMainNotification()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DMissedCallNotifier.java137 .setContentText(mContext.getText(titleResId)) in updateMissedCallNotification()
147 .setContentText(expandedText) in updateMissedCallNotification()
DDefaultVoicemailNotifier.java181 .setContentText(callers) in updateNotification()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java481 builder.setContentText(getString(R.string.notification_multiple, unreadCount)); in addToNotificationBar()
483 builder.setContentTitle(channelName).setContentText(messageBody); in addToNotificationBar()
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DSmsMessageReceiver.java60 .setContentText(message) in addNotification()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java436 builder.setContentText(senders) in build()
533 builder.setContentText(mContent); // for collapsed state in build()
558 builder.setContentText(pictureTag); in build()
1319 builder.setContentText(line2); in checkFailedMessages()
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java125 .setContentText(resources.getString(R.string.sim_notification_summary)); in createNotification()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingRequest.java92 .setContentText(res.getString(R.string.bluetooth_notif_message, name)) in onReceive()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
DEncryptionController.java201 .setContentText(mContext.getString(R.string.continue_provisioning_notify_text)) in showResumeNotification()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java342 .setContentText(mContext.getText(titleResId)) in showMissedCallNotification()
353 .setContentText(expandedText) in showMissedCallNotification()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java858 .setContentText(account.getDisplayName()) in createPublicNotification()
1086 conversationNotif.setContentText(digestLine); in configureLatestEventInfoFromConversation()
1143 notificationBuilder.setContentText( in configureLatestEventInfoFromConversation()
1274 notificationBuilder.setContentText(getSingleMessageLittleText(context, subject)); in configureNotifForOneConversation()
1314 notificationBuilder.setContentText( in configureNotifForOneConversation()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
DTunerSetupActivity.java219 .setContentText(title) in sendRecommendationCard()
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarNavExtender.java277 public CarNavExtender setContentText(CharSequence contentText) { in setContentText() method in CarNavExtender
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.java691 .setContentText(contentText) in updateNotification()
801 .setContentText(contentText) in updateHeadsUpNotification()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java247 .setContentText(text) in setNotification()
273 .setContentText(text) in setNotification()
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
DFilteredNumbersUtil.java328 .setContentText(context.getString( in maybeNotifyCallBlockingDisabled()

12