Home | History | Annotate | Download | only in locksettings

Lines Matching defs:TYPE_NONE

637         public static final int TYPE_NONE = 0;
641 public static final PersistentData NONE = new PersistentData(TYPE_NONE,
683 if (persistentType == PersistentData.TYPE_NONE) {
685 "TYPE_NONE must have empty payload");
689 "empty payload must only be used with TYPE_NONE");