HomeSort by relevance Sort by last modified time
    Searched refs:callUri (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 140 final Uri callUri = Uri.fromParts(Constants.SCHEME_SIP, address, null);
141 mIntent = ContactsUtils.getCallIntent(callUri);
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 588 private PhoneCallDetails getPhoneCallDetailsForUri(Uri callUri) {
590 Cursor callCursor = resolver.query(callUri, CALL_LOG_PROJECTION, null, null, null);
593 throw new IllegalArgumentException("Cannot find content: " + callUri);
    [all...]

Completed in 19 milliseconds