Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
DPawImageLoaderImpl.java43 preferences.getInt(PawSecretCodeListener.PAW_TYPE, PawSecretCodeListener.PAW_TYPE_INVALID); in loadPayload()
50 PawSecretCodeListener.PAW_TYPE, PawSecretCodeListener.PAW_TYPE_INVALID); in loadPayload()
DPawSecretCodeListener.java45 public static final String PAW_TYPE = "paw_type"; field in PawSecretCodeListener
99 .putInt(PAW_TYPE, pawType) in selectPawType()