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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java97 public void bringToForeground(boolean showDialpad) throws RemoteException { method in class:InCallServiceFixture.FakeInCallService
/packages/apps/InCallUI/src/com/android/incallui/
H A DVideoPauseController.java184 bringToForeground();
188 bringToForeground();
345 private void bringToForeground() { method in class:VideoPauseController
348 mInCallPresenter.bringToForeground(false);
H A DInCallPresenter.java387 bringToForeground(showDialpad);
854 public void bringToForeground(boolean showDialpad) { method in class:InCallPresenter
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java282 void bringToForeground(boolean showDialpad) { method in class:InCallController
286 inCallService.bringToForeground(showDialpad);

Completed in 147 milliseconds