Searched defs:primaryAction (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
H A DVoicemailErrorAlert.java44 private final TextView primaryAction; field in class:VoicemailErrorAlert
64 primaryAction = (TextView) view.findViewById(R.id.primary_action);
128 Action primaryAction = message.getActions().get(0);
130 primaryButton.setText(primaryAction.getText());
131 primaryButton.setOnClickListener(primaryAction.getListener());
153 TextView[] buttons = new TextView[] {primaryAction, secondaryAction};

Completed in 59 milliseconds