Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
DPawImageLoaderImpl.java27 import com.android.incallui.answer.impl.hint.PawSecretCodeListener.PawType;
38 if (!preferences.getBoolean(PawSecretCodeListener.PAW_ENABLED_WITH_SECRET_CODE_KEY, false)) { in loadPayload()
43 preferences.getInt(PawSecretCodeListener.PAW_TYPE, PawSecretCodeListener.PAW_TYPE_INVALID); in loadPayload()
45 if (pawType == PawSecretCodeListener.PAW_TYPE_INVALID) { in loadPayload()
47 PawSecretCodeListener.selectPawType(preferences); in loadPayload()
50 PawSecretCodeListener.PAW_TYPE, PawSecretCodeListener.PAW_TYPE_INVALID); in loadPayload()
54 case PawSecretCodeListener.PAW_TYPE_CAT: in loadPayload()
56 case PawSecretCodeListener.PAW_TYPE_DOG: in loadPayload()
DPawSecretCodeListener.java37 public class PawSecretCodeListener extends BroadcastReceiver { class