Home
last modified time | relevance | path

Searched refs:entryType (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DShortcutViewUtils.java66 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()
DEmergencyDialer.java1171 private String entryTypeToString(int entryType) { in entryTypeToString() argument
1172 switch (entryType) { in entryTypeToString()
1178 return "Unknown-" + entryType; in entryTypeToString()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleRecipientEntry.java30 protected BugleRecipientEntry(final int entryType, final String displayName, in BugleRecipientEntry() argument
35 super(entryType, displayName, destination, destinationType, destinationLabel, contactId, in BugleRecipientEntry()