Searched refs:PocService (Results 1 – 8 of 8) sorted by relevance
28 Intent intent = new Intent(PocActivity.this, PocService.class); in startOverlayService()41 Intent intent = new Intent(PocActivity.this, PocService.class); in stopOverlayService()
35 public class PocService extends Service { class
28 public class PocService extends Service { class32 public PocService() {} in PocService() method in PocService
52 startForegroundService(new Intent(this, PocService.class)); in startServices()
35 Intent intent = new Intent(PocActivity.this, PocService.class); in startOverlayService()48 Intent intent = new Intent(PocActivity.this, PocService.class); in stopOverlayService()
36 public class PocService extends Service { class
29 "src/android/security/cts/CVE_2021_0478/PocService.java",
26 "src/android/security/cts/CVE_2021_0523/PocService.java",