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

/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java65 * @param showDialpad If true, put up the dialpad when the screen is shown.
67 public void onBringToForeground(Phone phone, boolean showDialpad) { } argument
179 final void internalBringToForeground(boolean showDialpad) { argument
180 fireBringToForeground(showDialpad);
340 private void fireBringToForeground(boolean showDialpad) { argument
342 listener.onBringToForeground(this, showDialpad);
H A DInCallService.java177 public void bringToForeground(boolean showDialpad) { argument
178 mHandler.obtainMessage(MSG_BRING_TO_FOREGROUND, showDialpad ? 1 : 0, 0).sendToTarget();
215 public void onBringToForeground(Phone phone, boolean showDialpad) {
216 InCallService.this.onBringToForeground(showDialpad);
407 * @param showDialpad If true, put up the dialpad when the screen is shown.
409 public void onBringToForeground(boolean showDialpad) { argument
H A DTelecomManager.java1359 * @param showDialpad Brings up the in-call dialpad as part of showing the in-call screen.
1362 public void showInCallScreen(boolean showDialpad) { argument
1366 service.showInCallScreen(showDialpad, mContext.getOpPackageName());

Completed in 4159 milliseconds