Searched refs:getParcelableArrayListForActions (Results 1 – 3 of 3) sorted by relevance
587 ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions); in getParcelableArrayListForActions() method677 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions) { in getParcelableArrayListForActions() method in NotificationCompat.NotificationCompatBaseImpl730 public ArrayList<Parcelable> getParcelableArrayListForActions( in getParcelableArrayListForActions() method in NotificationCompat.NotificationCompatApi16Impl732 return NotificationCompatJellybean.getParcelableArrayListForActions(actions); in getParcelableArrayListForActions()793 public ArrayList<Parcelable> getParcelableArrayListForActions( in getParcelableArrayListForActions() method in NotificationCompat.NotificationCompatApi20Impl795 return NotificationCompatApi20.getParcelableArrayListForActions(actions); in getParcelableArrayListForActions()3300 IMPL.getParcelableArrayListForActions(mActions.toArray( in extend()
234 public static ArrayList<Parcelable> getParcelableArrayListForActions( in getParcelableArrayListForActions() method in NotificationCompatApi20
411 public static ArrayList<Parcelable> getParcelableArrayListForActions( in getParcelableArrayListForActions() method in NotificationCompatJellybean