Searched refs:getParcelableArrayListForActions (Results 1 – 3 of 3) sorted by relevance
452 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions); in getParcelableArrayListForActions() method510 public ArrayList<Parcelable> getParcelableArrayListForActions(Action[] actions) { in getParcelableArrayListForActions() method in NotificationCompat.NotificationCompatImplBase627 public ArrayList<Parcelable> getParcelableArrayListForActions( in getParcelableArrayListForActions() method in NotificationCompat.NotificationCompatImplJellybean629 return NotificationCompatJellybean.getParcelableArrayListForActions(actions); in getParcelableArrayListForActions()732 public ArrayList<Parcelable> getParcelableArrayListForActions( in getParcelableArrayListForActions() method in NotificationCompat.NotificationCompatImplApi20734 return NotificationCompatApi20.getParcelableArrayListForActions(actions); in getParcelableArrayListForActions()2403 IMPL.getParcelableArrayListForActions(mActions.toArray( in extend()
172 public static ArrayList<Parcelable> getParcelableArrayListForActions( in getParcelableArrayListForActions() method in NotificationCompatApi20
368 public static ArrayList<Parcelable> getParcelableArrayListForActions( in getParcelableArrayListForActions() method in NotificationCompatJellybean