Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapConfig.java27 private static boolean sUseProfileForOwnerVcard = true; field in BluetoothPbapConfig
34 sUseProfileForOwnerVcard = r.getBoolean(R.bool.pbap_use_profile_for_owner_vcard); in init()
50 return sUseProfileForOwnerVcard; in useProfileForOwnerVcard()