Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEmergencyActionGroup.java126 int[] buttonIds = new int[] {R.id.action1, R.id.action2, R.id.action3}; in setupAssistActions() local
137 Button button = (Button) findViewById(buttonIds[i]); in setupAssistActions()
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DDialpadFragment.java612 final int[] buttonIds = new int[] {R.id.one, R.id.two, R.id.three, R.id.four, R.id.five, in configureKeypadListeners() local
617 for (int i = 0; i < buttonIds.length; i++) { in configureKeypadListeners()
618 dialpadKey = (DialpadKeyButton) fragmentView.findViewById(buttonIds[i]); in configureKeypadListeners()