Home
last modified time | relevance | path

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

/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/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/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/libs/net/common/testutils/devicetests/com/android/testutils/
DTestableNetworkAgent.kt93 data class OnDscpPolicyStatusUpdated(val policyId: Int, val status: Int) : CallbackEntry() constant in CallbackEntry.OnDscpPolicyStatusUpdated