HomeSort by relevance Sort by last modified time
    Searched refs:endButton (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 186 ImageButton endButton = (ImageButton) mConferenceCallList[i].findViewById(
197 if (DBG) log("- button: " + endButton + ", nameTextView: " + nameTextView);
206 endButton.setOnClickListener(endThisConnection);
InCallTouchUi.java 166 mEndButton = (Button) mInCallControls.findViewById(R.id.endButton);
323 case R.id.endButton:
    [all...]
InCallScreen.java     [all...]

Completed in 42 milliseconds