Home
last modified time | relevance | path

Searched defs:policyId (Results 1 – 8 of 8) sorted by relevance

/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/current/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl39 void notifyPowerPolicyChange(in @utf8InCpp String policyId, boolean force); in notifyPowerPolicyChange()
40 …ing policyId, in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl57 void notifyPowerPolicyChange(in @utf8InCpp String policyId, boolean force); in notifyPowerPolicyChange()
73 void notifyPowerPolicyDefinition(in @utf8InCpp String policyId, in notifyPowerPolicyDefinition()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy.internal/1/android/frameworks/automotive/powerpolicy/internal/
DICarPowerPolicySystemNotification.aidl39 void notifyPowerPolicyChange(in @utf8InCpp String policyId, boolean force); in notifyPowerPolicyChange()
40 …ing policyId, in @utf8InCpp String[] enabledComponents, in @utf8InCpp String[] disabledComponents); in notifyPowerPolicyDefinition()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
DEconomyManagerInternal.java145 int getEnabledMode(@EconomicPolicy.Policy int policyId); in getEnabledMode()
165 @EconomicPolicy.Policy int policyId); in registerTareStateChangeListener()
DCompleteEconomicPolicy.java202 boolean isPolicyEnabled(@Policy int policyId) { in isPolicyEnabled()
DInternalResourceService.java493 int getEnabledMode(int policyId) { in getEnabledMode()
1405 int policyId) { in registerTareStateChangeListener()
1490 public int getEnabledMode(int policyId) { in getEnabledMode()
/frameworks/base/services/core/java/com/android/server/cpu/
DCpuInfoReader.java198 int policyId = mStaticPolicyInfoById.keyAt(i); in readCpuInfos() local
425 int policyId = mCpuFreqPolicyDirsById.keyAt(i); in readStaticPolicyInfo() local
446 int policyId = mCpuFreqPolicyDirsById.keyAt(i); in readDynamicPolicyInfo() local
478 private long readAvgTimeInStateCpuFrequency(int policyId, File policyDir) { in readAvgTimeInStateCpuFrequency()
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
DTestableNetworkAgent.kt93 data class OnDscpPolicyStatusUpdated(val policyId: Int, val status: Int) : CallbackEntry() constant in CallbackEntry.OnDscpPolicyStatusUpdated