Lines Matching refs:allowed
22 * allowed and both must agree that is allowed in order for unlock to be
39 * Updates whether OEM unlock is allowed by the carrier.
44 * @param allowed is the new value of the flag.
51 setOemUnlockAllowedByCarrier(bool allowed, vec<uint8_t> signature)
55 * Returns whether OEM unlock is allowed by the carrier.
58 * @return allowed is the current state of the flag.
60 isOemUnlockAllowedByCarrier() generates (OemLockStatus status, bool allowed);
63 * Updates whether OEM unlock is allowed by the device.
65 * @param allowed is the new value of the flag.
68 setOemUnlockAllowedByDevice(bool allowed) generates (OemLockStatus status);
71 * Returns whether OEM unlock ia allowed by the device.
74 * @return allowed is the current state of the flag.
76 isOemUnlockAllowedByDevice() generates (OemLockStatus status, bool allowed);