/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 128 .setContentTitle("Car Emergency") in initCarCategoriesButton() 140 .setContentTitle("Car Warning") in initCarCategoriesButton() 155 .setContentTitle("Car information") in initCarCategoriesButton() 174 .setContentTitle("Importance High: Shows as a heads-up") in initImportanceHighBotton() 202 .setContentTitle("No heads-up; Importance Default; Groups") in initImportanceDefaultButton() 213 .setContentTitle("Importance Low") in initImportanceLowButton() 225 .setContentTitle("Importance Min") in initImportanceMinButton() 238 .setContentTitle("Persistent/Ongoing Notification") in initOngoingButton() 292 .setContentTitle("Jane, John, Joe") in initMessagingStyleButtonForDiffPerson() 328 .setContentTitle("Message from someone") in initMessagingStyleButtonForSamePerson() [all …]
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | CarNotificationDiffTest.java | 84 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 88 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 295 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameSize_shouldReturnTrue() 300 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameSize_shouldReturnTrue() 338 .setContentTitle(CONTENT_TITLE) in areBundleEqual_diffSize_shouldReturnFalse() 346 .setContentTitle(CONTENT_TITLE) in areBundleEqual_diffSize_shouldReturnFalse() 382 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue() 389 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue() 425 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse() 432 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse() [all …]
|
D | CarHeadsUpNotificationManagerTest.java | 139 .setContentTitle(CONTENT_TITLE) in setup() 147 .setContentTitle(CONTENT_TITLE) in setup() 152 .setContentTitle(CONTENT_TITLE) in setup() 157 .setContentTitle(CONTENT_TITLE) in setup() 162 .setContentTitle(CONTENT_TITLE) in setup() 167 .setContentTitle(CONTENT_TITLE) in setup() 176 .setContentTitle(CONTENT_TITLE) in setup()
|
D | NotificationDataManagerTest.java | 65 .setContentTitle(CONTENT_TITLE) in setup() 73 .setContentTitle(CONTENT_TITLE) in setup()
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | TraceService.java | 132 .setContentTitle(title) in startTracingInternal() 172 .setContentTitle(getString(R.string.attaching_to_report)) in stopTracingInternal() 177 .setContentTitle(getString(R.string.saving_trace)) in stopTracingInternal() 188 .setContentTitle(getString(R.string.attached_to_report)) in stopTracingInternal()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | NotificationImportExportListener.java | 228 .setContentTitle(description) in constructProgressNotification() 256 .setContentTitle(description) in constructCancelNotification() 276 .setContentTitle(title) in constructFinishNotification() 296 .setContentTitle(context.getString(R.string.vcard_import_failed)) in constructImportFailureNotification()
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimActivationNotifier.java | 151 .setContentTitle(title) in sendNetworkConfigNotification() 177 .setContentTitle(titleText) in sendSwitchedToRemovableSlotNotification() 208 .setContentTitle( in sendEnableDsdsNotification()
|
D | SimSelectNotification.java | 223 .setContentTitle(resources.getText(R.string.sim_notification_title)) in createSimSelectNotification() 257 .setContentTitle(titleString) in createEnableMmsNotification() 304 .setContentTitle(resources.getText( in createSimCombinationWarningNotification()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 364 b.setContentTitle(item.description); in updateActiveNotification() 455 .setContentTitle(mContext.getString(R.string.outbound_noti_title)) in updateCompletedNotification() 525 .setContentTitle(mContext.getString(R.string.inbound_noti_title)) in updateCompletedNotification() 609 .setContentTitle(mContext.getText( in updateIncomingFileConfirmNotification() 638 .setContentTitle(mContext.getText( in updateIncomingFileConfirmNotification()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | SimImportService.java | 196 .setContentTitle(this.getString(R.string.importing_sim_finished_title)) in getCompletedNotification() 209 .setContentTitle(this.getString(R.string.importing_sim_failed_title)) in getFailedNotification() 223 .setContentTitle(description) in getImportingNotification()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.kt | 122 .setContentTitle(context.getString( in showLowPriorityNotification() 184 .setContentTitle(context.getString( in showHighPriorityNotification() 390 .setContentTitle(instance.getLabelOrDefault(context)) in showSnoozeNotification() 446 .setContentTitle(context.getString(R.string.alarm_missed_title)) in showMissedNotification() 500 .setContentTitle(instance.getLabelOrDefault(service)) in showAlarmNotification()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | MissedCallNotifierImplTest.java | 340 verify(builder).setContentTitle(MISSED_CALLS_TITLE); in testNotifyMultipleMissedCalls() 343 verify(builder).setContentTitle(USER_CALL_ACTIVITY_LABEL); in testNotifyMultipleMissedCalls() 349 verify(builder).setContentTitle(MISSED_CALL_TITLE); in testNotifyMultipleMissedCalls() 352 verify(builder).setContentTitle(USER_CALL_ACTIVITY_LABEL); in testNotifyMultipleMissedCalls() 436 verify(builder).setContentTitle(MISSED_CALL_TITLE); in notifySingleCallTestInternal() 437 verify(publicBuilder).setContentTitle(USER_CALL_ACTIVITY_LABEL); in notifySingleCallTestInternal()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | NotificationHelper.java | 70 .setContentTitle(mContext in showResumeNotification() 92 .setContentTitle(mContext.getString( in showPrivacyReminderNotification()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | MissedCallNotifier.java | 202 .setContentTitle(context.getText(titleResId)) in updateMissedCallNotification() 209 .setContentTitle(context.getText(titleResId)) in updateMissedCallNotification() 336 createNotificationBuilder(call).setContentTitle(context.getText(titleResId)); in getNotificationForCall() 362 .setContentTitle(context.getText(titleResId)) in getNotificationForCall()
|
D | VisualVoicemailNotifier.java | 87 .setContentTitle(contentTitle) in showNotifications() 162 .setContentTitle( in createNotificationForVoicemail()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamTransferManager.java | 322 notBuilder.setContentTitle(beamString); in updateNotification() 340 notBuilder.setContentTitle(mContext.getString(R.string.beam_complete)); in updateNotification() 356 notBuilder.setContentTitle(mContext.getString(R.string.beam_failed)); in updateNotification() 362 notBuilder.setContentTitle(mContext.getString(R.string.beam_canceled)); in updateNotification()
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 375 .setContentTitle(notificationTitle) in updateMwi() 561 .setContentTitle(notificationTitle) in updateCfi() 629 .setContentTitle(contentTitle) in showDataRoamingNotification() 711 .setContentTitle(mContext.getText( in showLimitedSimFunctionWarningNotification() 777 .setContentTitle(mContext.getString(R.string.notification_network_selection_title)) in showNetworkSelection()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 216 info.setContentTitle(getContentTitle(context, entry, info.getCall())); in saveContactInfo() 238 builder.setContentTitle(info.getContentTitle()); in postNotification() 424 public void setContentTitle(@Nullable String contentTitle) { in setContentTitle() method in ExternalCallNotifier.NotificationInfo
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | InCallNotificationController.java | 104 .setContentTitle(TelecomUtils.getBidiWrappedNumber(callNumber)) in showInCallNotification() 122 .setContentTitle(TelecomUtils.getBidiWrappedNumber(pair.first)); in showInCallNotification()
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | DownloadService.java | 132 .setContentTitle(res.getString(R.string.downloading_paramfile, mDisplayName)) in DownloadTask() 435 .setContentTitle(getResources().getString(R.string.download_completed)) in makeDoneNotification() 447 .setContentTitle(res.getString(R.string.error_downloading_paramfile, filename)) in makeErrorNotification()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 333 builder.setContentTitle(getDownloadTitle(res, cursor)); in updateWithLocked() 369 builder.setContentTitle(res.getQuantityString( in updateWithLocked() 376 builder.setContentTitle(res.getQuantityString( in updateWithLocked()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerNotificationBuilder.kt | 192 notification.setContentTitle(stateText).setContentText(contentTextPreN) in build() 296 notification.setContentTitle(stateText).setContentText(contentTextPreN) in buildHeadsUp() 379 notification.setContentText(contentText).setContentTitle(stateText) in buildMissed()
|
/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/ |
D | NotificationEntryTest.java | 77 .setContentTitle("foo") in generateSbn() 86 .setContentTitle("foo") in generateSbn()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallServiceNotifier.java | 241 builder.setContentTitle("Test Phone Accounts"); in getPhoneAccountNotification() 258 builder.setContentTitle("Test Connection Service"); in getMainNotification()
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/ |
D | MockMessageNotificationBuilder.java | 109 builder.setContentTitle(mContentTitle); in build() 230 public MockMessageNotificationBuilder setContentTitle(String contentTitle) { in setContentTitle() method in MockMessageNotificationBuilder
|