Home
last modified time | relevance | path

Searched refs:createNotificationIcon (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/media/common/src/android/media/cts/
DLocalMediaProjectionService.java69 private Icon createNotificationIcon() { in createNotificationIcon() method in LocalMediaProjectionService
90 .setSmallIcon(createNotificationIcon()) in startForeground()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20116/src/android/security/cts/CVE_2022_20116/
DPocService.java45 private Icon createNotificationIcon() throws Exception { in createNotificationIcon() method in PocService
65 .setSmallIcon(createNotificationIcon()).setContentIntent(targetIntent) in showNotification()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39704/src/android/security/cts/CVE_2021_39704/
DPocService.java67 .setSmallIcon(createNotificationIcon()).build(); in exploitBug()
93 Icon createNotificationIcon() { in createNotificationIcon() method in PocService
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/
DPocService.java61 Icon icon = createNotificationIcon(); in onStartCommand()
126 Icon createNotificationIcon() throws Exception { in createNotificationIcon() method in PocService
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20415/src/android/security/cts/CVE_2022_20415/
DDeviceTest.java52 Icon createNotificationIcon() { in createNotificationIcon() method in DeviceTest
61 Icon icon = createNotificationIcon(); in tryNotificationStart()