/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 418 .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/ |
D | NotificationTests.java | 151 .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/ |
D | MediaNotificationProcessorTest.java | 86 .setContentText("Text"); in testColorizedWithLargeIcon() 97 .setContentText("Text"); in testNotColorizedWithoutLargeIcon() 110 .setContentText("Text"); in testRemoteViewsReset()
|
D | NotificationListControllerTest.java | 109 .setContentText("Text"); in buildEntry()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 434 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/ |
D | SbnBuilder.java | 136 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/ |
D | ScreenshotNotificationsController.java | 207 .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/ |
D | SchedulerService.java | 39 .setContentText("Scheduler Test running") in onStartCommand()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 172 public NotificationEntryBuilder setContentText(Context context, String contentText) { in setContentText() method in NotificationEntryBuilder 173 mSbnBuilder.setContentText(context, contentText); in setContentText()
|
D | NotificationEntryTest.java | 82 .setContentText("Text"); in setup() 109 .setContentText("Text"); in testIsExemptFromDndVisualSuppression_media()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoService.java | 86 .setContentText("Ran job: " + params); in onStartJob() 179 .setContentText(String.valueOf(jobInfo)) in registerJob()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 244 .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/ |
D | SoftApNotifier.java | 81 .setContentText(contentSummary) in buildSoftApShutDownTimeoutExpiredNotification()
|
D | WakeupNotificationFactory.java | 74 .setContentText(content) in createOnboardingNotification()
|
D | SimRequiredNotifier.java | 84 .setContentText(message) in buildSimRequiredNotification()
|
D | ConnectionFailureNotificationBuilder.java | 87 .setContentText(content) in buildNoMacRandomizationSupportNotification()
|
D | WrongPasswordNotifier.java | 117 .setContentText(ssid) in showNotification()
|
D | EapFailureNotifier.java | 110 .setContentText(errorMessage) in showNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceNotificationListenerTest.java | 59 .setContentText("Text") in setup()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | WifiSoftApConfigChangedNotifier.java | 69 .setContentText(contentSummary) in createConversionNotification()
|
/frameworks/base/core/java/android/debug/ |
D | AdbNotifications.java | 92 .setContentText(message) in createNotification()
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
D | FixVibrateSetting.java | 120 .setContentText("Test notification") in test()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 219 .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/ |
D | RecoverableSecurityException.java | 118 .setContentText(mUserMessage) in showAsNotification()
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
D | NotificationStressTest.java | 123 .setContentText(subtitle) in sendNotification()
|