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

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

Completed in 65 milliseconds