HomeSort by relevance Sort by last modified time
    Searched full:ongoingappname (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/ui/
ConfirmCallDialogActivity.java 43 final CharSequence ongoingAppName = getIntent().getCharSequenceExtra(
45 showDialog(callId, ongoingAppName);
48 private void showDialog(final String callId, CharSequence ongoingAppName) {
49 Log.i(this, "showDialog: confirming callId=%s, ongoing=%s", callId, ongoingAppName);
50 CharSequence message = getString(R.string.alert_outgoing_call, ongoingAppName);
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java     [all...]

Completed in 141 milliseconds