OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CallUtil
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/
CallUtil.java
29
public class
CallUtil
{
/packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java
59
import com.android.contacts.common.
CallUtil
;
419
startActivity(
CallUtil
.getCallIntent(
420
Uri.fromParts(
CallUtil
.SCHEME_TEL, mNumber, null)));
561
CallUtil
.getCallIntent(mNumber),
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java
76
import com.android.contacts.common.
CallUtil
;
571
CallUtil
.getCallIntent(entry.data) : null;
575
Uri.fromParts(
CallUtil
.SCHEME_SMSTO, entry.data, null));
614
Uri.fromParts(
CallUtil
.SCHEME_MAILTO, entry.data, null));
686
entry.intent =
CallUtil
.getCallIntent(
687
Uri.fromParts(
CallUtil
.SCHEME_SIP, entry.data, null));
[
all
...]
Completed in 133 milliseconds