Searched refs:isUserSetupCompleted (Results 1 – 8 of 8) sorted by relevance
77 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(true); in testInitiallyDone_ProfileAfterSuw()93 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testInitiallyDone_ProfileDuringSuw()112 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testInitiallyDone_DeviceOwnerSkipUserSetup()127 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testInitiallyDone_DeviceOwnerDontSkipUserSetup()
156 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(true); in testManagedProfileAfterSuw()180 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testManagedProfileDuringSuw()216 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testDeviceOwner()
83 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testDeviceOwner()96 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(true); in testProfileOwnerAfterSuw()107 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testProfileOwnerDuringSuw()140 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(true); in testCancelProvisioningReminder()
44 public boolean isUserSetupCompleted(Context context) { in isUserSetupCompleted() method in SettingsFacade98 return !isUserSetupCompleted(context); in isDuringSetupWizard()
109 if (!mSettingsFacade.isUserSetupCompleted(mContext)) { in setEncryptionReminder()165 if (mSettingsFacade.isUserSetupCompleted(mContext)) { in resumeProvisioning()
94 if (!mSettingsFacade.isUserSetupCompleted(this)) { in onCreate()
91 if (!mSettingsFacade.isUserSetupCompleted(getActivity())) { in onCreateDialog()
82 final boolean userSetupCompleted = mSettingsFacade.isUserSetupCompleted(mContext); in markUserProvisioningStateInitiallyDone()