Searched refs:LIST_FEATURE_QUERY (Results 1 – 1 of 1) sorted by relevance
100 private static final String LIST_FEATURE_QUERY = "pm list features"; field in BusinessLogicPreparerTest197 when(mMockDevice.executeShellCommand(LIST_FEATURE_QUERY)).thenReturn(FEATURES); in testBuildRequestString()