Searched refs:OWNER_INFO_ENABLED (Results 1 – 1 of 1) sorted by relevance
752 final String OWNER_INFO_ENABLED = Secure.LOCK_SCREEN_OWNER_INFO_ENABLED; in migrateOldData() local755 int ivalue = Settings.Secure.getIntForUser(cr, OWNER_INFO_ENABLED, userId); in migrateOldData()757 setLong(OWNER_INFO_ENABLED, enabled ? 1 : 0, userId); in migrateOldData()761 setLong(OWNER_INFO_ENABLED, 1, userId); in migrateOldData()764 Settings.Secure.putIntForUser(cr, OWNER_INFO_ENABLED, 0, userId); in migrateOldData()