Searched refs:entryType (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleRecipientEntry.java | 30 protected BugleRecipientEntry(final int entryType, final String displayName, in BugleRecipientEntry() argument 35 super(entryType, displayName, destination, destinationType, destinationLabel, contactId, in BugleRecipientEntry()
|
/packages/services/Telephony/src/com/android/phone/ |
D | ShortcutViewUtils.java | 66 Config(@NonNull Context context, PersistableBundle carrierConfig, int entryType) { in Config() argument 67 mCanEnableShortcutView = canEnableShortcutView(carrierConfig, entryType); in Config() 101 private boolean canEnableShortcutView(PersistableBundle carrierConfig, int entryType) { in canEnableShortcutView() argument 102 if (entryType != EmergencyDialer.ENTRY_TYPE_POWER_MENU) { in canEnableShortcutView()
|
D | EmergencyDialer.java | 1178 private String entryTypeToString(int entryType) { in entryTypeToString() argument 1179 switch (entryType) { in entryTypeToString() 1185 return "Unknown-" + entryType; in entryTypeToString()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/ |
D | SkinTemperatureFormatterTest.kt | 496 entryType: ReverseEntryType in isReverseSessionDetailCorrect() 498 return when (entryType) { in isReverseSessionDetailCorrect()
|