Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/binderstats/
DBinderStatsTests.java107 plugInAc(); in testBinderStats()
127 private void plugInAc() throws Exception { in plugInAc() method in BinderStatsTests
DLooperStatsTests.java109 DeviceUtils.plugInAc(getDevice()); in testLooperStats()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java322 public static void plugInAc(ITestDevice device) throws Exception { in plugInAc() method
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java231 DeviceUtils.plugInAc(getDevice()); in testPluggedStateChangedAtom()
DAtomTestCase.java831 protected void plugInAc() throws Exception { in plugInAc() method in AtomTestCase