Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/foldable/
DFoldableDeviceController.kt23 import android.platform.uiautomator_helpers.DeviceHelpers.printInstrumentationStatus
57 printInstrumentationStatus(TAG, "Folding") in fold()
65 printInstrumentationStatus(TAG, "Unfolding") in unfold()
72 printInstrumentationStatus(TAG, "resetDeviceState") in resetDeviceState()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DDeviceHelpers.kt232 fun printInstrumentationStatus(tag: String, message: String) { in printInstrumentationStatus() method