Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java64 private Uri mEmailFolderUri = null; field in BluetoothMapContentTest
107 mEmailFolderUri = Uri.parse(mEmailUri + BluetoothMapContract.TABLE_FOLDER); in initTestSetup()
133 if(mEmailFolderUri != null) { in buildFolderStructure()
142 Cursor c = mContext.getContentResolver().query(mEmailFolderUri, in addEmailFolders()
596 Cursor c = mResolver.query(mEmailFolderUri, BT_FOLDER_PROJECTION, where, null, "_id DESC"); in testDumpEmailFolders()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java102 private Uri mEmailFolderUri = null; field in BluetoothMapObexServer
139 mEmailFolderUri = BluetoothMapContract.buildFolderUri(mAuthority, in BluetoothMapObexServer()
141 if (D) Log.d(TAG, "BluetoothMapObexServer(): mEmailFolderUri=" + mEmailFolderUri); in BluetoothMapObexServer()
201 if (D) Log.d(TAG, "buildFolderStructure(): " + mEmailFolderUri.toString()); in buildFolderStructure()
267 Cursor c = mProviderClient.query(mEmailFolderUri, in addEmailFolders()