Home
last modified time | relevance | path

Searched refs:presentation (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java235 final TestPresentation[] presentation = new TestPresentation[1]; in assertDisplayCanShowPresentation() local
241 presentation[0] = new TestPresentation(getContext(), display, in assertDisplayCanShowPresentation()
243 presentation[0].show(); in assertDisplayCanShowPresentation()
251 if (presentation[0] != null) { in assertDisplayCanShowPresentation()
255 presentation[0].dismiss(); in assertDisplayCanShowPresentation()
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayTest.java537 final TestPresentation[] presentation = new TestPresentation[1]; in showPresentation() local
544 presentation[0] = new TestPresentation(getContext(), mDisplay, color); in showPresentation()
546 presentation[0].show(); in showPresentation()
555 if (presentation[0] != null) { in showPresentation()
559 presentation[0].dismiss(); in showPresentation()
/cts/tests/tests/calllog/src/android/calllog/cts/
DCallLogBackupTest.java88 int presentation; field in CallLogBackupTest.Call
249 call.presentation = cursor.getInt( in getCalls()
/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConnectionTest.java366 int presentation) { in testRemoteConnectionCallbacks_AddressChange()
367 super.onAddressChanged(connection, address, presentation); in testRemoteConnectionCallbacks_AddressChange()
368 callbackInvoker.invoke(connection, address, presentation); in testRemoteConnectionCallbacks_AddressChange()
395 RemoteConnection connection, String callerDisplayName, int presentation) { in testRemoteConnectionCallbacks_CallerDisplayName()
396 super.onCallerDisplayNameChanged(connection, callerDisplayName, presentation); in testRemoteConnectionCallbacks_CallerDisplayName()
397 callbackInvoker.invoke(connection, callerDisplayName, presentation); in testRemoteConnectionCallbacks_CallerDisplayName()