OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uriAddress
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java
709
Uri
uriAddress
= Uri.parse(uriStr);
710
Cursor c = mResolver.query(
uriAddress
, projection, selection, null, null);
731
Uri
uriAddress
= Uri.parse(uriStr);
737
is = mResolver.openInputStream(
uriAddress
);
754
Uri
uriAddress
= Uri.parse(uriStr);
755
Cursor c = mResolver.query(
uriAddress
, projection, selection, null, null);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java
[
all
...]
Completed in 45 milliseconds