Searched refs:isUserSetupCompleted (Results 1 – 9 of 9) 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()
139 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(true); in testManagedProfileAfterSuw()163 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testManagedProfileDuringSuw()197 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testDeviceOwner()
82 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testDeviceOwner()95 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(true); in testProfileOwnerAfterSuw()106 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(false); in testProfileOwnerDuringSuw()139 when(mSettingsFacade.isUserSetupCompleted(mContext)).thenReturn(true); in testCancelProvisioningReminder()
119 if (!mSettingsFacade.isUserSetupCompleted(mContext)) { in setEncryptionReminder()175 if (mSettingsFacade.isUserSetupCompleted(mContext)) { in resumeProvisioning()
94 if (!mSettingsFacade.isUserSetupCompleted(this)) { in onCreate()
91 if (!mSettingsFacade.isUserSetupCompleted(getActivity())) { in onCreateDialog()
43 public boolean isUserSetupCompleted(Context context) { in isUserSetupCompleted() method in SettingsFacade
82 final boolean userSetupCompleted = mSettingsFacade.isUserSetupCompleted(mContext); in markUserProvisioningStateInitiallyDone()
99 && mSettingsFacade.isUserSetupCompleted(mContext)) { in provisioningInitiallyDone()