Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java596 … Integer exposeFlag = values.getAsInteger(BluetoothMapContract.AccountColumns.FLAG_EXPOSE); in update() local
597 if(exposeFlag == null){ in update()
600 return updateAccount(accountId, exposeFlag); in update()
DBluetoothMapIMProvider.java502 Integer exposeFlag = values.getAsInteger( in update() local
504 if(exposeFlag == null){ in update()
507 return updateAccount(accountId, exposeFlag); in update()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java496 int exposeFlag = c.getInt( in testAccountUpdate() local
500 if(exposeFlag == 1) { in testAccountUpdate()