Home
last modified time | relevance | path

Searched refs:TYPE_VCARD (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DContentType.java31 public static final int TYPE_VCARD = 3; field in ContentType
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java783 newType = ContentType.TYPE_VCARD; in updateVisualsOnDraftChanged()
812 case ContentType.TYPE_VCARD: in updateVisualsOnDraftChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java168 @VisibleForTesting public static final String TYPE_VCARD = "x-bt/vcard"; field in BluetoothPbapObexServer
490 if (!validName || (validName && type.equals(TYPE_VCARD))) { in onGet()
603 } else if (type.equals(TYPE_VCARD)) { in onGet()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java384 headerSet.setHeader(HeaderSet.TYPE, BluetoothPbapObexServer.TYPE_VCARD); in testOnGet_whenUserIsNotUnlocked()