Home
last modified time | relevance | path

Searched defs:policyStr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/hostsidetests/car/app/src/android/car/cts/app/
H A DPowerPolicyListenerImpl.java66 StringBuilder policyStr = new StringBuilder(); in getPolicyString() local
H A DPowerPolicyTestCommand.java163 String policyStr = NO_POLICY; in execute() local
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/filters/
H A DTextFileFilterPolicyParser.kt311 val policyStr: String in parseMethod() constant
/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/
H A DPowerPolicyHostTest.java264 private void definePowerPolicy(String policyStr) throws Exception { in definePowerPolicy()