Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DFolder.java26 protected static final String FOLDER_CONTENT_RES_ID = "folder_content"; field in Folder
33 this.mContainer = launcher.waitForLauncherObject(FOLDER_CONTENT_RES_ID); in Folder()
57 mLauncher.waitForLauncherObject(FOLDER_CONTENT_RES_ID); in close()
59 mLauncher.waitUntilLauncherObjectGone(FOLDER_CONTENT_RES_ID); in close()
DLauncherInstrumentation.java29 import static com.android.launcher3.tapl.Folder.FOLDER_CONTENT_RES_ID;
1072 if (hasLauncherObject(FOLDER_CONTENT_RES_ID)) { in getFloatingResId()
1073 return Optional.of(FOLDER_CONTENT_RES_ID); in getFloatingResId()