Searched refs:mLastChosen (Results 1 – 1 of 1) sorted by relevance
88 private ResolveInfo mLastChosen; field in ResolverListAdapter208 return mFilterLastUsed && mLastChosen != null; in hasFilteredItem()398 mLastChosen = null; in updateOtherProfileTreatment()410 mLastChosen = mResolverListController.getLastChosen(); in updateOtherProfileTreatment()601 if (mLastChosen != null in updateLastChosenPosition()602 && mLastChosen.activityInfo.packageName.equals(info.activityInfo.packageName) in updateLastChosenPosition()603 && mLastChosen.activityInfo.name.equals(info.activityInfo.name)) { in updateLastChosenPosition()