Searched refs:mPolicyEnabled (Results 1 – 2 of 2) sorted by relevance
274 if (handle != nullptr && mPolicyEnabled != handle->enabled()) { in updatePolicyState()276 mPolicyEnabled = handle->enabled(); in updatePolicyState()280 enabled = mPolicyEnabled; in updatePolicyState()522 ((isInternal && isEnabled()) || (!isInternal && mPolicyEnabled)) ? "y" : "n", in dump()
168 bool mPolicyEnabled = false; variable