Searched refs:mStartedProfiles (Results 1 – 1 of 1) sorted by relevance
161 private final ArrayList<String> mStartedProfiles = new ArrayList<>(); field in AdapterService339 return mStartedProfiles.contains(serviceSampleName); in isStartedProfile()926 mStartedProfiles.add(service.getSimpleName()); in setProfileServiceState()928 mStartedProfiles.remove(service.getSimpleName()); in setProfileServiceState()