Searched refs:BluetoothPbapCallLogComposer (Results 1 – 3 of 3) sorted by relevance
19 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()
45 public class BluetoothPbapCallLogComposer { class101 public BluetoothPbapCallLogComposer(final Context context) { in BluetoothPbapCallLogComposer() method in BluetoothPbapCallLogComposer
126 BluetoothPbapCallLogComposer.composeVCardForPhoneOwnNumber( in getOwnerPhoneNumberVcard()1105 BluetoothPbapCallLogComposer composer = null; in composeCallLogsAndSendSelectedVCards()1111 composer = new BluetoothPbapCallLogComposer(mContext); in composeCallLogsAndSendSelectedVCards()