Home
last modified time | relevance | path

Searched refs:getActionObjectsLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java269 Object[] actionObjects = getActionObjectsLocked(notif); in getActionCount()
279 Object actionObject = getActionObjectsLocked(notif)[actionIndex]; in getAction()
302 private static Object[] getActionObjectsLocked(Notification notif) { in getActionObjectsLocked() method in NotificationCompatJellybean