HomeSort by relevance Sort by last modified time
    Searched refs:USER_SETUP_COMPLETE (Results 1 - 17 of 17) sorted by null

  /packages/apps/Provision/src/com/android/provision/
DefaultActivity.java 36 Settings.Secure.putInt(getContentResolver(), Settings.Secure.USER_SETUP_COMPLETE, 1);
  /development/apps/SdkSetup/src/com/android/sdksetup/
DefaultActivity.java 43 Settings.Secure.putInt(getContentResolver(), Settings.Secure.USER_SETUP_COMPLETE, 1);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 264 return Secure.getIntForUser(mResolver, Secure.USER_SETUP_COMPLETE, 0, mUserId) != 0;
278 Secure.getUriFor(Secure.USER_SETUP_COMPLETE), false, this, mUserId);
285 || Secure.getUriFor(Secure.USER_SETUP_COMPLETE).equals(uri)) {
  /frameworks/base/core/java/com/android/internal/policy/
PhoneFallbackEventHandler.java 316 Settings.Secure.USER_SETUP_COMPLETE, 0) != 0;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java 333 * <p>This will set USER_SETUP_COMPLETE to 1 on the given user.
336 ProvisionLogger.logd("Setting USER_SETUP_COMPLETE to 1 for user " + userId);
337 Secure.putIntForUser(context.getContentResolver(), Secure.USER_SETUP_COMPLETE, 1, userId);
341 * Returns whether USER_SETUP_COMPLETE is set on the calling user.
344 return Secure.getInt(context.getContentResolver(), Secure.USER_SETUP_COMPLETE, 0) != 0;
394 ProvisionLogger.logw("user_setup_complete set, but provisioning was started");
  /frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java 288 Settings.Secure.USER_SETUP_COMPLETE, 0) != 0;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 294 resolver, Secure.USER_SETUP_COMPLETE, 0, UserHandle.USER_CURRENT) != 0;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java 739 (Settings.Secure.getInt(cr, Settings.Secure.USER_SETUP_COMPLETE, 0) != 0);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
NewStorageActivity.java 373 Settings.Secure.USER_SETUP_COMPLETE, 0) == 0) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 78 import static android.provider.Settings.Secure.USER_SETUP_COMPLETE;
115 private static final String ATTR_USER_SETUP_COMPLETE = "user_setup_complete";
459 USER_SETUP_COMPLETE, 0, userId) != 0;
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 409 Settings.Secure.USER_SETUP_COMPLETE,
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 337 milliseconds