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
285 public void onBringToForeground(boolean showDialpad) { in onBringToForeground() method in MockInCallService
286 super.onBringToForeground(showDialpad); in onBringToForeground()
288 getCallbacks().onBringToForeground(showDialpad); in onBringToForeground()
DBaseTelecomTestWithMockServices.java493 public void onBringToForeground(boolean showDialpad) { in setupCallbacks()