OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callUri
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
141
final Uri
callUri
= Uri.fromParts(Constants.SCHEME_SIP, address, null);
142
mIntent = new Intent(Intent.ACTION_CALL_PRIVILEGED,
callUri
);
/packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java
536
private PhoneCallDetails getPhoneCallDetailsForUri(Uri
callUri
) {
538
Cursor callCursor = resolver.query(
callUri
, CALL_LOG_PROJECTION, null, null, null);
541
throw new IllegalArgumentException("Cannot find content: " +
callUri
);
[
all
...]
Completed in 83 milliseconds