Searched refs:DEVICE_POLICY_RESOURCES (Results 1 – 1 of 1) sorted by relevance
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
D | DevicePolicyResourcesUtils.java | 32 private static Map<String, String> DEVICE_POLICY_RESOURCES = new HashMap<>(); field in DevicePolicyResourcesUtils 35 DEVICE_POLICY_RESOURCES.put("security_settings_face_profile_preference_title", 37 DEVICE_POLICY_RESOURCES.put("fingerprint_last_delete_message_profile_challenge", 39 DEVICE_POLICY_RESOURCES.put("lock_settings_picker_admin_restricted_personal_message", 41 DEVICE_POLICY_RESOURCES.put("lock_settings_picker_profile_message", 43 DEVICE_POLICY_RESOURCES.put("unlock_set_unlock_launch_picker_title_profile", 45 DEVICE_POLICY_RESOURCES.put("lock_last_pattern_attempt_before_wipe_profile", 47 DEVICE_POLICY_RESOURCES.put("lock_last_pin_attempt_before_wipe_profile", 49 DEVICE_POLICY_RESOURCES.put("lock_last_password_attempt_before_wipe_profile", 51 DEVICE_POLICY_RESOURCES.put("lock_failed_attempts_now_wiping_profile", [all …]
|