Searched refs:PAW_TYPE_INVALID (Results 1 – 2 of 2) sorted by relevance
43 preferences.getInt(PawSecretCodeListener.PAW_TYPE, PawSecretCodeListener.PAW_TYPE_INVALID); in loadPayload()45 if (pawType == PawSecretCodeListener.PAW_TYPE_INVALID) { in loadPayload()50 PawSecretCodeListener.PAW_TYPE, PawSecretCodeListener.PAW_TYPE_INVALID); in loadPayload()
51 @IntDef({PAW_TYPE_INVALID, PAW_TYPE_CAT, PAW_TYPE_DOG})54 public static final int PAW_TYPE_INVALID = 0; field in PawSecretCodeListener