Home
last modified time | relevance | path

Searched refs:CALL (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/tests/res/raw/
Dunknown_number_call.vcf6 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010200
13 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010300
Dsingle_missed_call.vcf6 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010100
/packages/providers/ContactsProvider/tests/assets/test1/
DtestFileDeviceContactMetadataJSON.txt43 "usage_type": "CALL",
/packages/apps/Contacts/src/com/android/contacts/logging/
DQuickContactEvent.java69 public static final int CALL = 10; field in QuickContactEvent.ActionType
/packages/apps/Dialer/java/com/android/dialer/callintent/
Dcall_initiation_type.proto49 // Call was placed from outside the Dialer (e.g. CALL intent sent
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1778 intent.putExtra(EXTRA_ACTION_TYPE, ActionType.CALL); in dataItemToEntry()