Searched refs:entryType (Results 1 – 3 of 3) sorted by relevance
/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 | 1171 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/ |
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()
|