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.java57 public void onBringToForeground(boolean showDialpad) {} in onBringToForeground() method in MockInCallService.InCallServiceCallbacks
215 public void onBringToForeground(boolean showDialpad) { in onBringToForeground() method in MockInCallService
216 super.onBringToForeground(showDialpad); in onBringToForeground()
218 getCallbacks().onBringToForeground(showDialpad); in onBringToForeground()
DBaseTelecomTestWithMockServices.java203 public void onBringToForeground(boolean showDialpad) { in setupCallbacks()