Home
last modified time | relevance | path

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

1234

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java418 .setContentText("or is blue?")
439 .setContentText("instead of just updating the existing notification")
515 .setContentText("This is a notification!!!")
569 .setContentText("This is the same notification!!")
582 .setContentText("This is the same notification!!")
595 .setContentText("This is the same notification!!")
608 .setContentText("This is the same notification!!")
622 .setContentText("This is the same notification!!")
652 .setContentText("Notify me!!!")
665 .setContentText("Notify me!!!")
[all …]
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java151 .setContentText(longSmsText) in makeBigTextNotification()
168 .setContentText("foo.txt") in makeUploadNotification()
276 .setContentText("Matias Duarte") in testCreate()
298 .setContentText("Counting up") in testCreate()
311 .setContentText("The Botcave") in testCreate()
334 .setContentText("I was lucky to find a Canon 5D Mk III at a local Bay Area " in testCreate()
356 .setContentText("3 new messages") in testCreate()
374 .setContentText("You were mentioned in a post") in testCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessorTest.java86 .setContentText("Text"); in testColorizedWithLargeIcon()
97 .setContentText("Text"); in testNotColorizedWithoutLargeIcon()
110 .setContentText("Text"); in testRemoteViewsReset()
DNotificationListControllerTest.java109 .setContentText("Text"); in buildEntry()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java434 builder.setContentText(getString(R.string.notification_install_inprogress)); in buildNotification()
457 builder.setContentText(msgCompleted) in buildNotification()
472 builder.setContentText(msgInUse) in buildNotification()
484 builder.setContentText( in buildNotification()
487 builder.setContentText(getString(R.string.notification_install_failed)); in buildNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSbnBuilder.java136 public SbnBuilder setContentText(Context context, String contentText) { in setContentText() method in SbnBuilder
137 modifyNotification(context).setContentText(contentText); in setContentText()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java207 .setContentText(mResources.getString(R.string.screenshot_saved_text)) in showScreenshotActionsNotification()
215 .setContentText(mResources.getString(R.string.screenshot_saved_text)) in showScreenshotActionsNotification()
239 .setContentText(errorMsg) in notifyScreenshotError()
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java39 .setContentText("Scheduler Test running") in onStartCommand()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java172 public NotificationEntryBuilder setContentText(Context context, String contentText) { in setContentText() method in NotificationEntryBuilder
173 mSbnBuilder.setContentText(context, contentText); in setContentText()
DNotificationEntryTest.java82 .setContentText("Text"); in setup()
109 .setContentText("Text"); in testIsExemptFromDndVisualSuppression_media()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoService.java86 .setContentText("Ran job: " + params); in onStartJob()
179 .setContentText(String.valueOf(jobInfo)) in registerJob()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java244 .setContentText(mContext.getString(R.string.invalid_charger_text)) in showInvalidChargerNotification()
274 .setContentText(contentText) in showWarningNotification()
313 .setContentText(message); in showAutoSaverSuggestionNotification()
385 .setContentText(mContext.getString(R.string.high_temp_notif_message)) in showHighTemperatureWarning()
435 .setContentText(mContext.getString(R.string.thermal_shutdown_message)) in showThermalShutdownWarning()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApNotifier.java81 .setContentText(contentSummary) in buildSoftApShutDownTimeoutExpiredNotification()
DWakeupNotificationFactory.java74 .setContentText(content) in createOnboardingNotification()
DSimRequiredNotifier.java84 .setContentText(message) in buildSimRequiredNotification()
DConnectionFailureNotificationBuilder.java87 .setContentText(content) in buildNoMacRandomizationSupportNotification()
DWrongPasswordNotifier.java117 .setContentText(ssid) in showNotification()
DEapFailureNotifier.java110 .setContentText(errorMessage) in showNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceNotificationListenerTest.java59 .setContentText("Text") in setup()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DWifiSoftApConfigChangedNotifier.java69 .setContentText(contentSummary) in createConversionNotification()
/frameworks/base/core/java/android/debug/
DAdbNotifications.java92 .setContentText(message) in createNotification()
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
DFixVibrateSetting.java120 .setContentText("Test notification") in test()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java219 .setContentText(text) in updateMissingPrivateVolumes()
248 .setContentText(text) in onDiskScannedInternal()
522 .setContentText(text) in onMoveProgress()
573 .setContentText(text) in onMoveFinished()
609 .setContentText(text) in buildNotificationBuilder()
/frameworks/base/core/java/android/app/
DRecoverableSecurityException.java118 .setContentText(mUserMessage) in showAsNotification()
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java123 .setContentText(subtitle) in sendNotification()

1234