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