Searched refs:currentResolveList (Results 1 – 1 of 1) sorted by relevance
834 List<ResolveInfo> currentResolveList; in rebuildList() local846 currentResolveList = mOrigResolveList = mBaseResolveList; in rebuildList()848 currentResolveList = mOrigResolveList = mPm.queryIntentActivities( in rebuildList()856 if (currentResolveList != null) { in rebuildList()857 for (int i=currentResolveList.size()-1; i >= 0; i--) { in rebuildList()858 ActivityInfo ai = currentResolveList.get(i).activityInfo; in rebuildList()864 if (mOrigResolveList == currentResolveList) { in rebuildList()867 currentResolveList.remove(i); in rebuildList()873 if ((currentResolveList != null) && ((N = currentResolveList.size()) > 0)) { in rebuildList()876 ResolveInfo r0 = currentResolveList.get(0); in rebuildList()[all …]