Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java65 private Uri mEmailAccountUri = null; field in BluetoothMapContentTest
108 mEmailAccountUri = Uri.parse(tmpEmailUri + BluetoothMapContract.TABLE_ACCOUNT); in initTestSetup()
475 Log.d(TAG, "**** testDumpAccounts **** \n from: " + mEmailAccountUri.toString()); in testDumpAccounts()
476 Cursor c = mResolver.query(mEmailAccountUri, BT_ACCOUNT_PROJECTION, null, null, "_id DESC"); in testDumpAccounts()
488 Log.d(TAG, "**** testAccountUpdate **** \n of: " + mEmailAccountUri.toString()); in testAccountUpdate()
489 Cursor c = mResolver.query(mEmailAccountUri, BT_ACCOUNT_PROJECTION, null, null, "_id DESC"); in testAccountUpdate()
508 mResolver.update(mEmailAccountUri, values, where, null); in testAccountUpdate()