Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1102 int numErrorDialogs = getErrorDialogCount(); in clearErrorDialogs()
1108 if (getErrorDialogCount() > 0) { in clearErrorDialogs()
1126 private int getErrorDialogCount() throws DeviceNotAvailableException { in getErrorDialogCount() method in TestDevice