OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildMessageUriWithId
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java
206
public static Uri
buildMessageUriWithId
(String authority, String accountId,String messageId) {
[
all
...]
BluetoothMapEmailProvider.java
274
newUri = BluetoothMapContract.
buildMessageUriWithId
(mAuthority,accountId, messageId);
BluetoothMapIMProvider.java
140
newUri = BluetoothMapContract.
buildMessageUriWithId
(mAuthority,accountId,
Completed in 159 milliseconds