Searched refs:ReceiveUriService (Results 1 – 3 of 3) sorted by relevance
66 ReceiveUriService.stop(getContext()); in assertGrantableToService()81 ReceiveUriService.clearStarted(); in assertGrantableToService()83 ReceiveUriService.waitForStart(); in assertGrantableToService()85 int firstStartId = ReceiveUriService.getCurStartId(); in assertGrantableToService()98 ReceiveUriService.clearStarted(); in assertGrantableToService()100 ReceiveUriService.waitForStart(); in assertGrantableToService()116 ReceiveUriService.stopCurWithId(firstStartId); in assertGrantableToService()129 ReceiveUriService.stopSync(getContext()); in assertGrantableToService()158 grantIntent.setClass(getContext(), ReceiveUriService.class); in assertNotGrantableToService()
29 public class ReceiveUriService extends Service { class34 private static ReceiveUriService sCurInstance;
83 Objects.equals(ACTION_START_SERVICE, action) ? ReceiveUriService.class in grantClipUriPermission()