Searched refs:footerPref (Results 1 – 1 of 1) sorted by relevance
163 final Preference footerPref = findPreference(KEY_DEVICE_OWNER_FOOTER); in updateAccounts() local164 if (footerPref != null) { in updateAccounts()168 footerPref.setTitle(deviceOwnerDisclosure); in updateAccounts()169 footerPref.setOrder(ORDER_FOOTER); in updateAccounts()170 footerPref.setVisible(deviceOwnerDisclosure != null); in updateAccounts()