/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
D | NotificationHelperTest.java | 74 .setContentText("TEST_TEXT") 88 .setContentText("TEST_TEXT") 98 .setContentText("TEST_TEXT") 105 .setContentText("TEST_TEXT") 144 .setContentText("TEST_TEXT") in testGetMessagingStyleMessagesNoMessage() 214 .setContentText("TEST_TEXT") in testGetSenderIfGroupConversation_notGroup() 230 .setContentText("TEST_TEXT") in testGetSenderIfGroupConversation_group() 249 .setContentText("TEST_TEXT") in testGetSenderIfGroupConversation_groupNoName()
|
D | PeopleSpaceUtilsTest.java | 134 .setContentText("TEST_TEXT") 147 .setContentText("OTHER_TEXT") 156 .setContentText("OTHER_TEXT") 265 .setContentText("TEST_TEXT") in testAugmentTileFromNotificationGroupWithSender() 303 .setContentText("TEST_TEXT") in testAugmentTileFromNotificationGroupWithImageUri() 336 .setContentText("TEST_TEXT") in testAugmentTileFromNotificationGroupWithAudioUri()
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 414 .setContentText("or is blue?") 435 .setContentText("instead of just updating the existing notification") 511 .setContentText("This is a notification!!!") 565 .setContentText("This is the same notification!!") 578 .setContentText("This is the same notification!!") 591 .setContentText("This is the same notification!!") 604 .setContentText("This is the same notification!!") 618 .setContentText("This is the same notification!!") 648 .setContentText("Notify me!!!") 661 .setContentText("Notify me!!!") [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryViewWalkerTest.kt | 59 .setContentText("Test") in testViewWalker_plainNotification_withPublicView() 64 .setContentText("Public Test") in testViewWalker_plainNotification_withPublicView() 131 .setContentText("Test") in testViewWalker_bigPictureNotification() 193 .setContentText("Test") in testViewWalker_customView()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 525 builder.setContentText(msgInProgress); in buildNotification() 528 builder.setContentText( in buildNotification() 542 builder.setContentText( in buildNotification() 571 builder.setContentText(msgCompleted) in buildNotification() 586 builder.setContentText(msgInUse) in buildNotification() 598 builder.setContentText( in buildNotification() 601 builder.setContentText(getString(R.string.notification_install_failed)); in buildNotification()
|
/frameworks/base/packages/SystemUI/tests/utils/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/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 39 .setContentText("Scheduler Test running") in onStartCommand()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | MenuNotificationFactory.java | 48 .setContentText(content) in createHiddenNotification()
|
/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/statusbar/policy/ |
D | BatteryStateNotifier.kt | 67 .setContentText( in onBatteryUnknownStateChanged()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManagerTestUtil.java | 45 .setContentText("Text"); in createSbn()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/ |
D | NotificationContentDescriptionTest.kt | 72 .setContentText(text) in createNotification()
|
/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
D | LocalMediaProjectionService.java | 86 .setContentText("Context") in startForeground()
|
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
D | NotificationActivity.java | 71 .setContentText("Flicker Test Notification") in postNotification()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 241 public NotificationEntryBuilder setContentText(Context context, String contentText) { in setContentText() method in NotificationEntryBuilder 242 mSbnBuilder.setContentText(context, contentText); in setContentText()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryTest.java | 86 .setContentText("Text"); in setup() 157 .setContentText("Text"); in testIsExemptFromDndVisualSuppression_media() 293 .setContentText("Text"); in testIsNotificationVisibilityPrivate_visibilityPublic_false()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotNotificationsController.kt | 65 .setContentText(errorMsg) in notifyScreenshotError()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | SingleLineViewBinderTest.kt | 50 .setContentText(CONTENT_TEXT) in setUp()
|
D | SingleLineConversationViewBinderTest.kt | 51 .setContentText(CONTENT_TEXT) in setUp()
|
/frameworks/base/core/java/android/debug/ |
D | AdbNotifications.java | 92 .setContentText(message) in createNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 246 .setContentText(text) in updateMissingPrivateVolumes() 275 .setContentText(text) in onDiskScannedInternal() 549 .setContentText(text) in onMoveProgress() 600 .setContentText(text) in onMoveFinished() 636 .setContentText(text) in buildNotificationBuilder()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 605 .setContentText(details) in getNotificationBuilder() 696 .setContentText(details) in getNotificationBuilder() 704 .setContentText(details) in getNotificationBuilder()
|
/frameworks/base/core/java/android/app/ |
D | RecoverableSecurityException.java | 118 .setContentText(mUserMessage) in showAsNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 288 .setContentText(mContext.getString(R.string.invalid_charger_text)) in showInvalidChargerNotification() 314 .setContentText(contentText) in showWarningNotification() 371 .setContentText(message); in showAutoSaverSuggestionNotification() 440 .setContentText(message) in showHighTemperatureWarning() 526 .setContentText(message) in showThermalShutdownWarning()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | GuestSessionNotification.java | 98 .setContentText(contentText) in createPersistentNotification()
|