Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestProtocol.java78 public static final String REQUEST_TOTAL_PSS_KB = "total_pss"; field in TestProtocol
DTestInformationHandler.java125 case TestProtocol.REQUEST_TOTAL_PSS_KB: { in call()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1002 return getTestInfo(TestProtocol.REQUEST_TOTAL_PSS_KB). in getTotalPssKb()