Searched refs:createInCallIntent (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DPhoneInterfaceManager.java309 intent = PhoneGlobals.createInCallIntent(initialDialpadState);
311 intent = PhoneGlobals.createInCallIntent();
H A DPhoneGlobals.java711 /* package */ static Intent createInCallIntent() { method in class:PhoneGlobals
721 * Variation of createInCallIntent() that also specifies whether the
725 /* package */ static Intent createInCallIntent(boolean showDialpad) { method in class:PhoneGlobals
726 Intent intent = createInCallIntent();
776 startActivity(createInCallIntent());
H A DNotificationMgr.java894 PhoneGlobals.createInCallIntent(), 0);

Completed in 58 milliseconds