Home
last modified time | relevance | path

Searched refs:policyState (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp205 ScopedAStatus CarServiceNotificationHandler::notifyCarServiceReady(PolicyState* policyState) { in notifyCarServiceReady() argument
211 return mService->notifyCarServiceReady(policyState); in notifyCarServiceReady()
512 ScopedAStatus CarPowerPolicyServer::notifyCarServiceReady(PolicyState* policyState) { in notifyCarServiceReady() argument
519 policyState->policyId = in notifyCarServiceReady()
521 policyState->policyGroupId = mCurrentPolicyGroupId; in notifyCarServiceReady()
DCarPowerPolicyServer.h114 aidl::android::frameworks::automotive::powerpolicy::internal::PolicyState* policyState)
215 aidl::android::frameworks::automotive::powerpolicy::internal::PolicyState* policyState)
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
DGrantPermissionsViewModel.kt586 val policyState = getStateFromPolicy(perm, group) in <lambda>() constant
587 if (!isStateUnknown(policyState)) { in <lambda>()
588 return policyState in <lambda>()