Searched refs:prepareUnattendedReboot (Results 1 – 2 of 2) sorted by relevance
141 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedReboot_pinCanBeRetrievedOnce()161 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedReboot_deviceIsLocked()175 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedReboot_pinIsRemovedAfterDelay()187 result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedReboot_pinIsRemovedAfterDelay()200 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedRebootNotDone_pinCannotBeRetrieved()216 int result = mPinStorage.prepareUnattendedReboot(); in storePin_unattendedReboot_iccidChange()238 int result = mPinStorage.prepareUnattendedReboot(); in clearPin_pinCannotBeRetrieved()252 int result = mPinStorage.prepareUnattendedReboot(); in storePin_pinChanged_pinIsUpdated()265 int result = mPinStorage.prepareUnattendedReboot(); in storePin_pinTooShort_pinIsNotStored()278 int result = mPinStorage.prepareUnattendedReboot(); in storePin_pinTooLong_pinIsNotStored()[all …]
294 public synchronized int prepareUnattendedReboot() { in prepareUnattendedReboot() method in PinStorage