Searched refs:getServiceIntent (Results 1 – 3 of 3) sorted by relevance
26 public static Intent getServiceIntent(Context context) { in getServiceIntent() method in OnePlayerService33 return getServiceIntent(this); in onCreateServiceIntent()
68 mPlayer = new PlayerController(this, OnePlayerService.getServiceIntent(this)); in onCreate()
83 private Intent getServiceIntent(@NonNull UserHandle userHandle) throws Exception { in getServiceIntent() method in RemotePrintServiceRecommendationService139 Intent serviceIntent = getServiceIntent(userHandle); in RemotePrintServiceRecommendationService()