Searched refs:mSmartActions (Results 1 – 1 of 1) sorted by relevance
1514 private ArrayList<Notification.Action> mSmartActions; field in NotificationListenerService.Ranking1546 out.writeTypedList(mSmartActions, flags); in writeToParcel()1579 mSmartActions = in.createTypedArrayList(Notification.Action.CREATOR); in Ranking()1718 return mSmartActions; in getSmartActions()1809 mSmartActions = smartActions; in populate()1835 other.mSmartActions,1887 && ((mSmartActions == null ? 0 : mSmartActions.size())1888 == (other.mSmartActions == null ? 0 : other.mSmartActions.size()))