Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gamemanager/
DGameManagerStatsTests.java145 DeviceUtils.putDeviceConfigFeature(getDevice(), "game_overlay", in testGameModeInfoIsPulled()
174 DeviceUtils.putDeviceConfigFeature(getDevice(), "game_overlay", in testGameModeConfigurationIsPulled()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/wifi/
DWifiStatsTests.java87 DeviceUtils.putDeviceConfigFeature(getDevice(), FEATURE_NAMESPACE, feature, enable); in setFeature()
94 DeviceUtils.putDeviceConfigFeature(getDevice(), FEATURE_NAMESPACE, feature, in restoreFeature()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java445 public static String putDeviceConfigFeature(ITestDevice device, String namespace, in putDeviceConfigFeature() method