OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInCallIntent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java
696
mContext.startActivity(
getInCallIntent
(showDialpad));
699
public Intent
getInCallIntent
(boolean showDialpad) {
StatusBarNotifier.java
566
final Intent intent = InCallPresenter.getInstance().
getInCallIntent
(/*showdialpad=*/false);
Completed in 29 milliseconds