Searched refs:NotificationCompatApi20 (Results 1 – 3 of 3) sorted by relevance
30 class NotificationCompatApi20 { class86 NotificationCompatApi20.addAction(b, action); in addAction()
692 NotificationCompatApi20.Builder builder = new NotificationCompatApi20.Builder( in build()705 return (Action) NotificationCompatApi20.getAction(n, actionIndex, Action.FACTORY, in getAction()712 return (Action[]) NotificationCompatApi20.getActionsFromParcelableArrayList( in getActionsFromParcelableArrayList()719 return NotificationCompatApi20.getParcelableArrayListForActions(actions); in getParcelableArrayListForActions()724 return NotificationCompatApi20.getLocalOnly(n); in getLocalOnly()729 return NotificationCompatApi20.getGroup(n); in getGroup()734 return NotificationCompatApi20.isGroupSummary(n); in isGroupSummary()739 return NotificationCompatApi20.getSortKey(n); in getSortKey()
110 NotificationCompatApi20.addAction(b, action); in addAction()