OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLE_ACCOUNT
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java
151
* content://ProviderAuthority/
TABLE_ACCOUNT
165
.authority(authority).appendPath(
TABLE_ACCOUNT
).build();
175
.appendPath(
TABLE_ACCOUNT
)
281
public static final String
TABLE_ACCOUNT
= "Account";
[
all
...]
BluetoothMapEmailProvider.java
94
mMatcher.addURI(mAuthority, BluetoothMapContract.
TABLE_ACCOUNT
, MATCH_ACCOUNT);
591
if(table.equals(BluetoothMapContract.
TABLE_ACCOUNT
)) {
BluetoothMapIMProvider.java
75
mMatcher.addURI(mAuthority, BluetoothMapContract.
TABLE_ACCOUNT
, MATCH_ACCOUNT);
497
if(table.equals(BluetoothMapContract.
TABLE_ACCOUNT
)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAccountLoader.java
172
+ BluetoothMapContract.
TABLE_ACCOUNT
);
BluetoothMapSettingsAdapter.java
319
Uri uri = Uri.parse(account.mBase_uri_no_account+"/"+BluetoothMapContract.
TABLE_ACCOUNT
);
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java
108
mEmailAccountUri = Uri.parse(tmpEmailUri + BluetoothMapContract.
TABLE_ACCOUNT
);
[
all
...]
Completed in 70 milliseconds