Home | History | Annotate | Download | only in app

Lines Matching refs:mActions

1171         private ArrayList<Action> mActions = new ArrayList<Action>(MAX_ACTION_BUTTONS);
1602 mActions.add(new Action(icon, safeCharSequence(title), intent));
1732 int N = mActions.size();
1740 final RemoteViews button = generateActionButton(mActions.get(i));
1741 //Log.d("Notification", "adding action " + i + ": " + mActions.get(i).title);
1771 if (mActions.size() == 0) return null;
1829 if (mActions.size() > 0) {
1830 n.actions = new Action[mActions.size()];
1831 mActions.toArray(n.actions);