OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCallIntent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/
CallUtil.java
67
final Intent intent =
getCallIntent
(getCallUri(number));
79
public static Intent
getCallIntent
(String number) {
80
return
getCallIntent
(getCallUri(number));
87
public static Intent
getCallIntent
(Uri uri) {
92
* A variant of {@link #
getCallIntent
} for starting a video call.
/packages/apps/Dialer/src/com/android/dialer/util/
IntentUtil.java
71
return
getCallIntent
(
88
public static Intent
getCallIntent
(
Completed in 165 milliseconds