Searched refs:mSmartActions (Results 1 – 2 of 2) sorted by relevance
52 private ArrayList<Notification.Action> mSmartActions = new ArrayList<>(); field in RankingBuilder81 mSmartActions = copyList(ranking.getSmartActions()); in RankingBuilder()110 mSmartActions, in build()228 mSmartActions = smartActions; in setSmartActions()233 mSmartActions = new ArrayList<>(Arrays.asList(smartActions)); in setSmartActions()
1698 private ArrayList<Notification.Action> mSmartActions; field in NotificationListenerService.Ranking1735 out.writeTypedList(mSmartActions, flags); in writeToParcel()1773 mSmartActions = in.createTypedArrayList(Notification.Action.CREATOR); in Ranking()1927 return mSmartActions == null ? Collections.emptyList() : mSmartActions; in getSmartActions()2054 mSmartActions = smartActions; in populate()2095 other.mSmartActions, in populate()2151 && ((mSmartActions == null ? 0 : mSmartActions.size()) in equals()2152 == (other.mSmartActions == null ? 0 : other.mSmartActions.size())) in equals()