/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 123 .setContentTitle("Car Emergency") in initCarCategoriesButton() 135 .setContentTitle("Car Warning") in initCarCategoriesButton() 150 .setContentTitle("Car information") in initCarCategoriesButton() 168 .setContentTitle("Importance High: Shows as a heads-up") in initImportanceHighBotton() 196 .setContentTitle("No heads-up; Importance Default; Groups") in initImportanceDefaultButton() 207 .setContentTitle("Importance Low") in initImportanceLowButton() 219 .setContentTitle("Importance Min") in initImportanceMinButton() 232 .setContentTitle("Persistent/Ongoing Notification") in initOngoingButton() 286 .setContentTitle("Jane, John, Joe") in initMessagingStyleButton() 322 .setContentTitle("Message from someone") in initTestMessagesButton() [all …]
|
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/ |
D | CarNotificationDiffTest.java | 83 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 87 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 270 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameSize_shouldReturnTrue() 275 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameSize_shouldReturnTrue() 311 .setContentTitle(CONTENT_TITLE) in areBundleEqual_diffSize_shouldReturnFalse() 319 .setContentTitle(CONTENT_TITLE) in areBundleEqual_diffSize_shouldReturnFalse() 355 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue() 362 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue() 398 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse() 405 .setContentTitle(CONTENT_TITLE) in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse() [all …]
|
D | CarHeadsUpNotificationManagerTest.java | 125 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 129 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 134 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 139 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 144 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 149 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout() 158 .setContentTitle(CONTENT_TITLE) in setupBaseActivityAndLayout()
|
D | NotificationDataManagerTest.java | 63 .setContentTitle(CONTENT_TITLE); in setup() 65 .setContentTitle(CONTENT_TITLE) in setup()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | NotificationImportExportListener.java | 227 .setContentTitle(description) in constructProgressNotification() 255 .setContentTitle(description) in constructCancelNotification() 287 .setContentTitle(title) in constructFinishNotificationWithFlags() 312 .setContentTitle(context.getString(R.string.vcard_import_failed)) in constructImportFailureNotification()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | MissedCallNotifierImplTest.java | 278 verify(builder).setContentTitle(MISSED_CALLS_TITLE); in testNotifyMultipleMissedCalls() 281 verify(builder).setContentTitle(USER_CALL_ACTIVITY_LABEL); in testNotifyMultipleMissedCalls() 287 verify(builder).setContentTitle(MISSED_CALL_TITLE); in testNotifyMultipleMissedCalls() 290 verify(builder).setContentTitle(USER_CALL_ACTIVITY_LABEL); in testNotifyMultipleMissedCalls() 374 verify(builder).setContentTitle(MISSED_CALL_TITLE); in notifySingleCallTestInternal() 375 verify(publicBuilder).setContentTitle(USER_CALL_ACTIVITY_LABEL); in notifySingleCallTestInternal()
|
/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()
|
D | AlarmNotifications.java | 100 .setContentTitle(context.getString( in showUpcomingNotification() 277 .setContentTitle(instance.getLabelOrDefault(context)) in showSnoozeNotification() 323 .setContentTitle(context.getString(R.string.alarm_missed_title)) in showMissedNotification() 367 .setContentTitle(instance.getLabelOrDefault(service)) in showAlarmNotification()
|
/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/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()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 362 b.setContentTitle(item.description); in updateActiveNotification() 452 .setContentTitle(mContext.getString(R.string.outbound_noti_title)) in updateCompletedNotification() 518 .setContentTitle(mContext.getString(R.string.inbound_noti_title)) in updateCompletedNotification() 589 .setContentTitle(mContext.getText( in updateIncomingFileConfirmNotification()
|
/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() 355 notBuilder.setContentTitle(mContext.getString(R.string.beam_failed)); in updateNotification() 361 notBuilder.setContentTitle(mContext.getString(R.string.beam_canceled)); in updateNotification()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | NotificationHelper.java | 65 .setContentTitle(mContext in showResumeNotification() 87 .setContentTitle(mContext.getString( in showPrivacyReminderNotification()
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimSelectNotification.java | 208 .setContentTitle(resources.getText(R.string.sim_notification_title)) in createSimSelectNotification() 241 .setContentTitle(titleString) in createEnableMmsNotification() 288 .setContentTitle(resources.getText( in createSimCombinationWarningNotification()
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 367 .setContentTitle(notificationTitle) in updateMwi() 538 .setContentTitle(notificationTitle) in updateCfi() 605 .setContentTitle(contentTitle) in showDataRoamingNotification() 687 .setContentTitle(mContext.getText( in showLimitedSimFunctionWarningNotification() 753 .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/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/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | InCallNotificationController.java | 124 .setContentTitle(number) in showInCallNotification() 141 .setContentTitle(pair.first); in showInCallNotification()
|
/packages/apps/Traceur/src/com/android/traceur/ |
D | TraceService.java | 118 .setContentTitle(title) in startTracingInternal() 157 .setContentTitle(getString(R.string.saving_trace)) in stopTracingInternal()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 329 builder.setContentTitle(getDownloadTitle(res, cursor)); in updateWithLocked() 365 builder.setContentTitle(res.getQuantityString( in updateWithLocked() 372 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()
|
D | TimerNotificationBuilder.java | 192 notification.setContentTitle(stateText).setContentText(contentTextPreN); in build() 297 notification.setContentTitle(stateText).setContentText(contentTextPreN); in buildHeadsUp() 378 notification.setContentText(contentText).setContentTitle(stateText); in buildMissed()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | Job.java | 292 .setContentTitle(service.getResources().getQuantityString(titleId, in getFailureNotification() 310 .setContentTitle(title) in createProgressBuilder()
|
/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/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | NotificationEntryTest.java | 78 .setContentTitle("foo") in generateSbn() 87 .setContentTitle("foo") in generateSbn()
|