Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapConfig.java31 private static boolean sUseProfileForOwnerVcard = true; field in BluetoothPbapConfig
38 sUseProfileForOwnerVcard = r.getBoolean(R.bool.pbap_use_profile_for_owner_vcard); in init()
63 return sUseProfileForOwnerVcard; in useProfileForOwnerVcard()