Home
last modified time | relevance | path

Searched refs:PAW_TYPE_INVALID (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
H A DPawImageLoaderImpl.java43 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()
H A DPawSecretCodeListener.java51 @IntDef({PAW_TYPE_INVALID, PAW_TYPE_CAT, PAW_TYPE_DOG})
54 public static final int PAW_TYPE_INVALID = 0; field in PawSecretCodeListener