/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationTestList.java | 121 .setSmallIcon(R.drawable.icon2) 133 .setSmallIcon(R.drawable.icon2) 167 .setSmallIcon(R.drawable.icon2) 173 .setSmallIcon(R.drawable.icon2) 179 .setSmallIcon(R.drawable.icon2) 188 .setSmallIcon(R.drawable.icon2) 200 .setSmallIcon(R.drawable.icon2) 206 .setSmallIcon(R.drawable.icon2) 212 .setSmallIcon(R.drawable.icon2) 223 .setSmallIcon(R.drawable.icon2) [all …]
|
H A D | NotificationBuilderTest.java | 249 b.setSmallIcon(R.drawable.icon1); in buildNotification() 252 b.setSmallIcon(R.drawable.icon2); in buildNotification() 255 b.setSmallIcon(R.drawable.emo_im_kissing); in buildNotification()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationIntrusivenessExtractorTest.java | 46 .setSmallIcon(android.R.drawable.sym_def_app_icon); in testNonIntrusive() 64 .setSmallIcon(android.R.drawable.sym_def_app_icon); in testIntrusive_fillScreen() 83 .setSmallIcon(android.R.drawable.sym_def_app_icon); in testOldNotificationsNotIntrusive()
|
H A D | NotificationChannelExtractorTest.java | 61 .setSmallIcon(android.R.drawable.sym_def_app_icon); in testExtractsUpdatedChannel() 88 .setSmallIcon(android.R.drawable.sym_def_app_icon); in testInvalidShortcutFlagEnabled_looksUpCorrectChannel() 116 .setSmallIcon(android.R.drawable.sym_def_app_icon); in testInvalidShortcutFlagDisabled_looksUpCorrectChannel()
|
H A D | BadgeExtractorTest.java | 75 .setSmallIcon(android.R.drawable.sym_def_app_icon) in getNotificationRecord() 105 .setSmallIcon(android.R.drawable.sym_def_app_icon) in getNotificationRecordWithBubble() 130 .setSmallIcon(android.R.drawable.sym_def_app_icon) in getNotificationRecordWithMedia()
|
H A D | CriticalNotificationExtractorTest.java | 103 .setSmallIcon(android.R.drawable.sym_def_app_icon); in generateRecord()
|
/aosp14/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
H A D | NotificationTests.java | 157 .setSmallIcon(R.drawable.stat_notify_talk_text) in makeBigTextNotification() 172 .setSmallIcon(R.drawable.ic_menu_upload) in makeUploadNotification() 278 .setSmallIcon(R.drawable.stat_sys_phone_call) in testCreate() 300 .setSmallIcon(R.drawable.stat_notify_alarm) in testCreate() 313 .setSmallIcon(R.drawable.stat_notify_calendar) in testCreate() 339 .setSmallIcon(android.R.drawable.stat_notify_chat) in testCreate() 359 .setSmallIcon(R.drawable.stat_notify_email) in testCreate() 377 .setSmallIcon(android.R.drawable.stat_notify_chat) in testCreate()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryViewWalkerTest.kt | 61 .setSmallIcon(icon) 66 .setSmallIcon(publicIcon) 133 .setSmallIcon(icon) 195 .setSmallIcon(icon)
|
H A D | NotificationMemoryMeterTest.kt | 83 val notification = createBasicNotification().setLargeIcon(icon).setSmallIcon(icon).build() 126 createBasicNotification().setLargeIcon(dataIcon).setSmallIcon(dataIcon).build() 282 .setSmallIcon(smallIcon)
|
H A D | NotificationMemoryLoggerTest.kt | 92 Notification.Builder(context).setSmallIcon(icon).setContentTitle("title").build() 105 Notification.Builder(context).setSmallIcon(icon).setContentTitle("title").build() 111 .setSmallIcon(iconTwo)
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 328 .setSmallIcon(1) in messagingStyle_isGroupConversation() 344 .setSmallIcon(1) in messagingStyle_isGroupConversation_noConversationTitle() 361 .setSmallIcon(1) in messagingStyle_isGroupConversation_withConversationTitle_legacy() 378 .setSmallIcon(1) in messagingStyle_isGroupConversation_withoutConversationTitle_legacy() 791 .setSmallIcon(0) in testRecoverBuilder_nullExtraPeopleList_noCrash() 805 .setSmallIcon(0) in testVisitUris_invalidExtra_noCrash() 821 .setSmallIcon(0) in testRecoverBuilder_invalidExtra_noCrash() 834 .setSmallIcon(0) in testIsMediaNotification_invalidExtra_noCrash() 922 .setSmallIcon(0) in testWearableExtender_invalidExtra_noCrash() 936 .setSmallIcon(0) in testCarExtender_invalidExtra_noCrash() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
H A D | VpnStatusObserver.kt | 115 .setSmallIcon(vpnIconId) 125 .setSmallIcon(vpnIconId)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | RecordingService.java | 279 .setSmallIcon(R.drawable.ic_screenrecord) in createErrorNotification() 311 .setSmallIcon(R.drawable.ic_screenrecord) in createRecordingNotification() 338 .setSmallIcon(R.drawable.ic_screenrecord) in createProcessingNotification() 366 .setSmallIcon(R.drawable.ic_screenrecord) in createSaveNotification() 399 .setSmallIcon(R.drawable.ic_screenrecord) in postGroupNotification()
|
/aosp14/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
H A D | SchedulerService.java | 36 .setSmallIcon(R.drawable.stat_happy) in onStartCommand()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BatteryStateNotifier.kt | 68 .setSmallIcon(com.android.internal.R.drawable.stat_sys_adb)
|
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
H A D | NotificationActivity.java | 57 .setSmallIcon(R.drawable.ic_notification) in postNotification()
|
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | PackageInstalledNotificationUtils.java | 279 .setSmallIcon(mInstallerAppSmallIcon) in getGroupNotificationBuilder() 309 .setSmallIcon(mInstallerAppSmallIcon) in getAppInstalledNotificationBuilder()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | StorageNotification.java | 242 .setSmallIcon(R.drawable.ic_sd_card_48dp) in updateMissingPrivateVolumes() 272 .setSmallIcon(getSmallIcon(disk, VolumeInfo.STATE_UNMOUNTABLE)) in onDiskScannedInternal() 546 .setSmallIcon(R.drawable.ic_sd_card_48dp) in onMoveProgress() 597 .setSmallIcon(R.drawable.ic_sd_card_48dp) in onMoveFinished() 633 .setSmallIcon(getSmallIcon(vol.getDisk(), vol.getState())) in buildNotificationBuilder()
|
/aosp14/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
H A D | FixVibrateSetting.java | 116 .setSmallIcon(R.drawable.stat_sys_warning) in test()
|
/aosp14/frameworks/base/core/java/android/debug/ |
H A D | AdbNotifications.java | 84 .setSmallIcon(com.android.internal.R.drawable.stat_sys_adb) in createNotification()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotNotificationsController.java | 72 .setSmallIcon(R.drawable.stat_notify_image_error) in notifyScreenshotError()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/ |
H A D | TaskSwitcherNotificationCoordinator.kt | 91 .setSmallIcon(R.drawable.qs_screen_record_icon_on)
|
/aosp14/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/ |
H A D | SimpleFgService.java | 82 .setSmallIcon(R.drawable.ic_info) in onCreate()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManagerTest.kt | 226 it.setSmallIcon(android.R.drawable.ic_media_pause) 235 it.setSmallIcon(android.R.drawable.ic_media_pause) 492 it.setSmallIcon(android.R.drawable.ic_media_pause) 514 it.setSmallIcon(android.R.drawable.ic_media_pause) 619 it.setSmallIcon(android.R.drawable.ic_media_pause) 1183 it.setSmallIcon(android.R.drawable.ic_media_pause) 1542 it.setSmallIcon(android.R.drawable.ic_media_pause) 1580 it.setSmallIcon(android.R.drawable.ic_media_pause) 1618 it.setSmallIcon(android.R.drawable.ic_media_pause) 1974 it.setSmallIcon(android.R.drawable.ic_media_pause) [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | HeadsUpManagerTest.java | 102 .setSmallIcon(R.drawable.ic_person) in createStickyEntry() 110 .setSmallIcon(R.drawable.ic_person) in createStickyForSomeTimeEntry() 124 .setSmallIcon(R.drawable.ic_person) in createFullScreenIntentEntry()
|