Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplUninstallRemoveTest.java19 import static com.android.launcher3.testing.shared.TestProtocol.UIOBJECT_STALE_ELEMENT;
154 Log.d(UIOBJECT_STALE_ELEMENT, "creatingShortcut for: " + appNames[i]); in uninstallWorkspaceIcon()
166 Log.d(UIOBJECT_STALE_ELEMENT, "second getWorkspaceIconsPositions()"); in uninstallWorkspaceIcon()
/packages/apps/Launcher3/tests/multivalentTests/shared/com/android/launcher3/testing/shared/
DTestProtocol.java173 public static final String UIOBJECT_STALE_ELEMENT = "b/319501259"; field in TestProtocol
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java29 import static com.android.launcher3.testing.shared.TestProtocol.UIOBJECT_STALE_ELEMENT;
357 Log.d(UIOBJECT_STALE_ELEMENT, "keyText: " + in getWorkspaceIconsPositions()
362 Log.d(UIOBJECT_STALE_ELEMENT, uiObject2.getText() + in getWorkspaceIconsPositions() argument