Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapConfig.java32 private static boolean sIncludePhotosInVcard = false; field in BluetoothPbapConfig
49 sIncludePhotosInVcard = r.getBoolean(R.bool.pbap_include_photos_in_vcard); in init()
68 return sIncludePhotosInVcard; in includePhotosInVcard()
73 sIncludePhotosInVcard = includePhotosInVcard; in setIncludePhotosInVcard()