Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java59 public void onBringToForeground(boolean showDialpad) {} in onBringToForeground() method in MockInCallService.InCallServiceCallbacks
281 public void onBringToForeground(boolean showDialpad) { in onBringToForeground() method in MockInCallService
282 super.onBringToForeground(showDialpad); in onBringToForeground()
284 getCallbacks().onBringToForeground(showDialpad); in onBringToForeground()
DBaseTelecomTestWithMockServices.java364 public void onBringToForeground(boolean showDialpad) { in setupCallbacks()