Searched refs:KEY_IS_IMPORTANT (Results 1 – 1 of 1) sorted by relevance
52 private static final String KEY_IS_IMPORTANT = "isImportant"; field in AppSearchShortcutPerson76 ).addProperty(new AppSearchSchema.BooleanPropertyConfig.Builder(KEY_IS_IMPORTANT)119 .setImportant(getPropertyBoolean(KEY_IS_IMPORTANT)) in toPerson()160 setPropertyBoolean(KEY_IS_IMPORTANT, isImportant); in setIsImportant()