Searched refs:NOT_IMMUTABLE (Results 1 – 1 of 1) sorted by relevance
324 public static final String NOT_IMMUTABLE = "nIm"; field in AppSearchShortcutInfo754 return (flags & mask) != 0 ? IS_IMMUTABLE : NOT_IMMUTABLE; in flagToString()