Searched refs:kAllowedByDeviceBit (Results 1 – 1 of 1) sorted by relevance
26 constexpr int kAllowedByDeviceBit = 1; variable33 0 | (1 << kAllowedByCarrierBit) | (1 << kAllowedByDeviceBit);76 return CF_EXPECT(ReadFlag(storage_, kAllowedByDeviceBit)); in IsOemUnlockAllowedByDevice()82 const bool allowed_by_device = (state >> kAllowedByDeviceBit) & 1; in IsOemUnlockAllowed()97 CF_EXPECT(WriteFlag(storage_, kAllowedByDeviceBit, allowed)); in SetOemUnlockAllowedByDevice()