/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
D | IngestService.java | 158 .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/ |
D | NotificationService.java | 139 .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/ |
D | MissedCallNotifierImplTest.java | 150 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/ |
D | DownloadNotifier.java | 312 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/ |
D | AlarmNotifications.java | 43 .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/ |
D | NotificationImportExportListener.java | 235 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/ |
D | NotificationMgr.java | 316 .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()
|
D | EmergencyCallbackModeService.java | 207 builder.setContentText(text); in showNotification()
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
D | ProcessingService.java | 243 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/ |
D | CallServiceNotifier.java | 199 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/ |
D | MissedCallNotifier.java | 137 .setContentText(mContext.getText(titleResId)) in updateMissedCallNotification() 147 .setContentText(expandedText) in updateMissedCallNotification()
|
D | DefaultVoicemailNotifier.java | 181 .setContentText(callers) in updateNotification()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertService.java | 481 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/ |
D | SmsMessageReceiver.java | 60 .setContentText(message) in addNotification()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | MessageNotificationState.java | 436 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/ |
D | SimSelectNotification.java | 125 .setContentText(resources.getString(R.string.sim_notification_summary)); in createNotification()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingRequest.java | 92 .setContentText(res.getString(R.string.bluetooth_notif_message, name)) in onReceive()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/ |
D | EncryptionController.java | 201 .setContentText(mContext.getString(R.string.continue_provisioning_notify_text)) in showResumeNotification()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 342 .setContentText(mContext.getText(titleResId)) in showMissedCallNotification() 353 .setContentText(expandedText) in showMissedCallNotification()
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 858 .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/ |
D | TunerSetupActivity.java | 219 .setContentText(title) in sendRecommendationCard()
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
D | CarNavExtender.java | 277 public CarNavExtender setContentText(CharSequence contentText) { in setContentText() method in CarNavExtender
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.java | 691 .setContentText(contentText) in updateNotification() 801 .setContentText(contentText) in updateHeadsUpNotification()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapServer.java | 247 .setContentText(text) in setNotification() 273 .setContentText(text) in setNotification()
|
/packages/apps/Dialer/src/com/android/dialer/filterednumber/ |
D | FilteredNumbersUtil.java | 328 .setContentText(context.getString( in maybeNotifyCallBlockingDisabled()
|