Searched defs:userSetupComplete (Results 1 – 5 of 5) sorted by relevance
66 @GuardedBy("lock") private val userSetupComplete = SparseBooleanArray() constant in com.android.systemui.statusbar.policy.DeviceProvisionedControllerImpl
170 boolean userSetupComplete, boolean navBarEmpty) { in immersiveModeChangedLw()
618 boolean userSetupComplete, int minWidth, int minHeight, ActivityInfo info, in Task()
461 String userSetupComplete = parser.getAttributeValue(null, ATTR_SETUP_COMPLETE); in load() local
1505 private void withUserSetupCompleteValue(boolean userSetupComplete) { in withUserSetupCompleteValue()