/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 139 .setContentTitle("Default priority") 157 .setContentTitle("Default priority") 173 .setContentTitle("Min priority group 1") 179 .setContentTitle("low priority group 1") 185 .setContentTitle("default priority group 1") 193 .setContentTitle("summary group 1") 205 .setContentTitle("Min priority group 2") 211 .setContentTitle("low priority group 2") 217 .setContentTitle("default priority group 2") 228 .setContentTitle("summary group 2") [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationIntrusivenessExtractorTest.java | 45 .setContentTitle("foo") in testNonIntrusive() 60 .setContentTitle("foo") in testIntrusive_fillScreen() 78 .setContentTitle("foo") in testOldNotificationsNotIntrusive()
|
D | NotificationChannelExtractorTest.java | 60 .setContentTitle("foo") in testExtractsUpdatedChannel() 86 .setContentTitle("foo") in testInvalidShortcutFlagEnabled_looksUpCorrectChannel() 114 .setContentTitle("foo") in testInvalidShortcutFlagDisabled_looksUpCorrectChannel()
|
D | RankingHelperTest.java | 149 .setContentTitle("A") in setUp() 159 .setContentTitle("B") in setUp() 169 .setContentTitle("C") in setUp() 177 .setContentTitle("D") in setUp() 185 .setContentTitle("E") in setUp() 234 .setContentTitle("foo") in generateRecord()
|
D | BadgeExtractorTest.java | 74 .setContentTitle("foo") in getNotificationRecord() 104 .setContentTitle("foo") in getNotificationRecordWithBubble() 129 .setContentTitle("foo") in getNotificationRecordWithMedia()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotNotificationsController.java | 157 .setContentTitle(mResources.getString(R.string.screenshot_saving_title)) in showSavingScreenshotNotification() 167 .setContentTitle(mResources.getString(R.string.screenshot_saving_title)) in showSavingScreenshotNotification() 206 .setContentTitle(mResources.getString(R.string.screenshot_saved_title)) in showScreenshotActionsNotification() 214 .setContentTitle(mResources.getString(R.string.screenshot_saved_title)) in showScreenshotActionsNotification() 238 .setContentTitle(res.getString(R.string.screenshot_failed_title)) in notifyScreenshotError()
|
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 149 .setContentTitle("Mike Cleron") in makeBigTextNotification() 167 .setContentTitle("File Upload") in makeUploadNotification() 275 .setContentTitle("Incoming call") in testCreate() 297 .setContentTitle("Stopwatch PRO") in testCreate() 310 .setContentTitle("J Planning") in testCreate() 333 .setContentTitle("Romain Guy") in testCreate() 355 .setContentTitle("New mail") in testCreate() 373 .setContentTitle("Social Network") in testCreate()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | RemoteBugreportUtils.java | 91 builder.setContentTitle(context.getString( in buildNotification() 95 builder.setContentTitle(context.getString( in buildNotification() 110 .setContentTitle(context.getString( in buildNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | MediaNotificationProcessorTest.java | 84 .setContentTitle("Title") in testColorizedWithLargeIcon() 96 .setContentTitle("Title") in testNotColorizedWithoutLargeIcon() 107 .setContentTitle("Title") in testRemoteViewsReset()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 233 .setContentTitle("test title") in messagingStyle_isGroupConversation() 249 .setContentTitle("test title") in messagingStyle_isGroupConversation_noConversationTitle() 266 .setContentTitle("test title") in messagingStyle_isGroupConversation_withConversationTitle_legacy() 283 .setContentTitle("test title") in messagingStyle_isGroupConversation_withoutConversationTitle_legacy() 350 .setContentTitle("Title") in getMediaNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | SbnBuilder.java | 131 public SbnBuilder setContentTitle(Context context, String contentTitle) { in setContentTitle() method in SbnBuilder 132 modifyNotification(context).setContentTitle(contentTitle); in setContentTitle()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
D | GroupCoalescerTest.java | 184 .setContentTitle(mContext, "Grouped message") in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater() 204 .setContentTitle(mContext, "Oops no longer grouped")); in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater() 236 .setContentTitle(mContext, "Version 1") in testUpdatingCoalescedNotifTriggersBatchEmit() 244 .setContentTitle(mContext, "Version 2") in testUpdatingCoalescedNotifTriggersBatchEmit()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 38 .setContentTitle("Scheduler Test running") in onStartCommand()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 167 public NotificationEntryBuilder setContentTitle(Context context, String contentTitle) { in setContentTitle() method in NotificationEntryBuilder 168 mSbnBuilder.setContentTitle(context, contentTitle); in setContentTitle()
|
D | NotificationEntryTest.java | 81 .setContentTitle("Title") in setup() 108 .setContentTitle("Title") in testIsExemptFromDndVisualSuppression_media()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoService.java | 84 .setContentTitle("DEBUG") in onStartJob() 178 .setContentTitle(String.format("Job scheduled in %d min", (interval / MINUTES))) in registerJob()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | PowerNotificationWarnings.java | 243 .setContentTitle(mContext.getString(R.string.invalid_charger_title)) in showInvalidChargerNotification() 275 .setContentTitle(title) in showWarningNotification() 311 .setContentTitle(mContext.getString(R.string.auto_saver_title)) in showAutoSaverSuggestionNotification() 384 .setContentTitle(mContext.getString(R.string.high_temp_title)) in showHighTemperatureWarning() 434 .setContentTitle(mContext.getString(R.string.thermal_shutdown_title)) in showThermalShutdownWarning()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 260 .setContentTitle(notificationTitle) in createRecordingNotification() 285 .setContentTitle(notificationTitle) in createProcessingNotification() 326 .setContentTitle(getResources().getString(R.string.screenrecord_save_message)) in createSaveNotification()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SoftApNotifier.java | 80 .setContentTitle(title) in buildSoftApShutDownTimeoutExpiredNotification()
|
D | WakeupNotificationFactory.java | 73 .setContentTitle(title) in createOnboardingNotification()
|
D | SimRequiredNotifier.java | 82 .setContentTitle(title) in buildSimRequiredNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceNotificationListenerTest.java | 58 .setContentTitle("Title") in setup()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | WifiSoftApConfigChangedNotifier.java | 68 .setContentTitle(title) in createConversionNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupTestHelper.java | 72 .setContentTitle("Title") in createEntry()
|
/frameworks/base/core/java/android/debug/ |
D | AdbNotifications.java | 91 .setContentTitle(title) in createNotification()
|