Searched refs:OWNER_INFO_ENABLED (Results 1 – 1 of 1) sorted by relevance
728 final String OWNER_INFO_ENABLED = Secure.LOCK_SCREEN_OWNER_INFO_ENABLED; in migrateOldData() local731 int ivalue = Settings.Secure.getIntForUser(cr, OWNER_INFO_ENABLED, userId); in migrateOldData()733 setLong(OWNER_INFO_ENABLED, enabled ? 1 : 0, userId); in migrateOldData()737 setLong(OWNER_INFO_ENABLED, 1, userId); in migrateOldData()740 Settings.Secure.putIntForUser(cr, OWNER_INFO_ENABLED, 0, userId); in migrateOldData()