Searched refs:mLastDataProfileList (Results 1 – 1 of 1) sorted by relevance
607 private ArrayList<DataProfile> mLastDataProfileList = new ArrayList<>(); field in DcTracker3163 && (dataProfileList.size() != mLastDataProfileList.size() in setDataProfilesAsNeeded()3164 || !mLastDataProfileList.containsAll(dataProfileList))) { in setDataProfilesAsNeeded()