Searched refs:KEY_DISABLED_REASON (Results 1 – 2 of 2) sorted by relevance
151 public static final String KEY_DISABLED_REASON = "disabledReason"; field in AppSearchShortcutInfo244 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_DISABLED_REASON)416 final String disabledReasonString = getPropertyString(KEY_DISABLED_REASON); in toShortcutInfo()418 ? Integer.parseInt(getPropertyString(KEY_DISABLED_REASON)) in toShortcutInfo()645 setPropertyString(KEY_DISABLED_REASON, String.valueOf(disabledReason)); in setDisabledReason()
254 AppSearchShortcutInfo.KEY_DISABLED_REASON, restoreBlockReason); in onRestored()