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