Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DProtoUtils.java34 public static <T> T getProto(UiAutomation automation, Class<T> clazz, String command) in getProto() method in ProtoUtils
/cts/hostsidetests/car/src/android/car/cts/
DCarWifiHostTest.java191 CarWifiDumpProto carWifiDump = ProtoUtils.getProto(getDevice(), in isTetheringEnabled()
197 CarWifiDumpProto carWifiDump = ProtoUtils.getProto(getDevice(), in isAutoShutdownEnabled()
203 CarWifiDumpProto carWifiDump = ProtoUtils.getProto(getDevice(), in isPersistTetheringCapabilityEnabled()
DCarPowerHostTest.java251 CarPowerDumpProto carPowerDump = ProtoUtils.getProto(getDevice(), in getPowerState()
347 CarPowerDumpProto carPowerDump = ProtoUtils.getProto(getDevice(), in isSuspendToRamAvailable()
357 CarPowerDumpProto carPowerDump = ProtoUtils.getProto(getDevice(), in isSuspendToDiskAvailable()
DOptionalFeatureHostTest.java269 return ProtoUtils.getProto(getDevice(), CarFeatureControlDumpProto.parser(), in getFeatureControlDumpProto()
DPowerPolicyHostTest.java203 CarPowerDumpProto proto = ProtoUtils.getProto(getDevice(), CarPowerDumpProto.parser(), in checkSilentModeSupported()
218 CarPowerDumpProto proto = ProtoUtils.getProto(getDevice(), CarPowerDumpProto.parser(), in getCpmsFrameworkLayerStateInfo()
/cts/tests/tests/car/src/android/car/cts/
DCarWifiManagerTest.java79 CarWifiDumpProto dump = ProtoUtils.getProto( in isPersistTetheringCapabilityEnabled()
DCarRemoteAccessManagerTest.java632 CarRemoteAccessDumpProto dump = ProtoUtils.getProto( in isTestPkgServerlessClient()
/cts/hostsidetests/os/src/android/os/cts/
DQuiescentBootTests.java97 return ((PowerManagerServiceDumpProto) ProtoUtils.getProto(getDevice(), in getWakefulness()
DInattentiveSleepTests.java241 return ProtoUtils.getProto(getDevice(), PowerManagerServiceDumpProto.parser(), in getPowerManagerDump()
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySavingTestBase.java108 JobSchedulerServiceDumpProto proto = ProtoUtils.getProto( in waitUntilJobForceAppStandby()
/cts/hostsidetests/backup/src/android/cts/backup/
DProfileScheduledJobHostSideTest.java226 ProtoUtils.getProto(mDevice, JobSchedulerServiceDumpProto.parser(), in isSystemJobScheduled()
/cts/tests/tests/os/src/android/os/cts/
DLowPowerStandbyTest.java736 return ProtoUtils.getProto(InstrumentationRegistry.getInstrumentation().getUiAutomation(), in getPowerManagerDump()