Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java100 private static final String LIST_FEATURE_QUERY = "pm list features"; field in BusinessLogicPreparerTest
197 when(mMockDevice.executeShellCommand(LIST_FEATURE_QUERY)).thenReturn(FEATURES); in testBuildRequestString()