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