Searched refs:excludeForV21 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java1016 // bit property onlyCheckV21 excludeForV21
1032 public final boolean excludeForV21; field in class:BluetoothPbapVcardManager.VCardFilter.FilterBit
1034 FilterBit(int pos, String prop, boolean onlyCheckV21, boolean excludeForV21) { argument
1038 this.excludeForV21 = excludeForV21;
1050 if (vCardType21 && bit.excludeForV21) return false;

Completed in 29 milliseconds