Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposerTest.java19 import static com.android.bluetooth.pbap.BluetoothPbapCallLogComposer.FAILURE_REASON_FAILED_TO_GET_…
20 import static com.android.bluetooth.pbap.BluetoothPbapCallLogComposer.FAILURE_REASON_NOT_INITIALIZE…
21 import static com.android.bluetooth.pbap.BluetoothPbapCallLogComposer.FAILURE_REASON_NO_ENTRY;
22 import static com.android.bluetooth.pbap.BluetoothPbapCallLogComposer.FAILURE_REASON_UNSUPPORTED_UR…
23 import static com.android.bluetooth.pbap.BluetoothPbapCallLogComposer.NO_ERROR;
65 private BluetoothPbapCallLogComposer mComposer;
84 mComposer = new BluetoothPbapCallLogComposer(InstrumentationRegistry.getTargetContext()); in setUp()
159 BluetoothPbapCallLogComposer.composeVCardForPhoneOwnNumber( in testComposeVCardForPhoneOwnNumber()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposer.java45 public class BluetoothPbapCallLogComposer { class
101 public BluetoothPbapCallLogComposer(final Context context) { in BluetoothPbapCallLogComposer() method in BluetoothPbapCallLogComposer
DBluetoothPbapVcardManager.java126 BluetoothPbapCallLogComposer.composeVCardForPhoneOwnNumber( in getOwnerPhoneNumberVcard()
1105 BluetoothPbapCallLogComposer composer = null; in composeCallLogsAndSendSelectedVCards()
1111 composer = new BluetoothPbapCallLogComposer(mContext); in composeCallLogsAndSendSelectedVCards()