Searched refs:allowed_by_device (Results 1 – 1 of 1) sorted by relevance
82 const bool allowed_by_device = (state >> kAllowedByDeviceBit) & 1; in IsOemUnlockAllowed() local84 return allowed_by_device && allowed_by_carrier; in IsOemUnlockAllowed()