Searched refs:mIsUserSetupComplete (Results 1 – 1 of 1) sorted by relevance
117 private boolean mIsUserSetupComplete; field in RecentsAnimationDeviceState222 mIsUserSetupComplete = settingsCache.getValue(setupCompleteUri, 0); in RecentsAnimationDeviceState()223 if (!mIsUserSetupComplete) { in RecentsAnimationDeviceState()224 SettingsCache.OnChangeListener userSetupChangeListener = e -> mIsUserSetupComplete = e; in RecentsAnimationDeviceState()382 return mIsUserSetupComplete; in isUserSetupComplete()