Home
last modified time | relevance | path

Searched refs:PocService (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0586/src/android/security/cts/CVE_2021_0586/
DPocActivity.java28 Intent intent = new Intent(PocActivity.this, PocService.class); in startOverlayService()
41 Intent intent = new Intent(PocActivity.this, PocService.class); in stopOverlayService()
DPocService.java35 public class PocService extends Service { class
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0478/src/android/security/cts/CVE_2021_0478/
DPocService.java28 public class PocService extends Service { class
32 public PocService() {} in PocService() method in PocService
DPocActivity.java52 startForegroundService(new Intent(this, PocService.class)); in startServices()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0523/src/android/security/cts/CVE_2021_0523/
DPocActivity.java35 Intent intent = new Intent(PocActivity.this, PocService.class); in startOverlayService()
48 Intent intent = new Intent(PocActivity.this, PocService.class); in stopOverlayService()
DPocService.java36 public class PocService extends Service { class
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0478/
DAndroid.bp29 "src/android/security/cts/CVE_2021_0478/PocService.java",
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0523/
DAndroid.bp26 "src/android/security/cts/CVE_2021_0523/PocService.java",