Searched refs:mMemoryAvailableNotifierList (Results 1 – 1 of 1) sorted by relevance
81 public List<Integer> mMemoryAvailableNotifierList = new ArrayList<Integer>(); field in ImsSmsDispatcher156 if (!mMemoryAvailableNotifierList.contains(token)) {160 mMemoryAvailableNotifierList.remove(Integer.valueOf(token));606 mMemoryAvailableNotifierList.add(token); in onMemoryAvailable()610 if (mMemoryAvailableNotifierList.contains(token)) { in onMemoryAvailable()611 mMemoryAvailableNotifierList.remove(Integer.valueOf(token)); in onMemoryAvailable()