Home
last modified time | relevance | path

Searched refs:vcard21 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java678 public boolean vcard21; field in BluetoothPbapObexServer.AppParamValue
699 vcard21 = true; in AppParamValue()
721 + vcard21 in toString()
811 appParamValue.vcard21 = false; in parseApplicationParameter()
939 appParamValue.vcard21, in createList()
1388 boolean vcard21 = appParamValue.vcard21; in pullVcardEntry()
1411 vcard21, in pullVcardEntry()
1418 vcard21, in pullVcardEntry()
1437 vcard21, in pullVcardEntry()
1442 mContext, op, intIndex, vcard21, null, mOrderBy); in pullVcardEntry()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java874 assertThat(appParamValue.vcard21).isFalse(); in parseApplicationParameter_withFormatTagid()