OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PhoneUtils
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java
247
PhoneUtils
.checkAndCopyPhoneProviderExtras(intent, newIntent);
436
PhoneUtils
.sendEmptyFlash(PhoneApp.getPhone());
500
PhoneUtils
.checkAndCopyPhoneProviderExtras(intent, broadcastIntent);
Ringer.java
220
PhoneUtils
.setAudioMode();
316
PhoneUtils
.setAudioMode();
InCallScreen.java
321
// a system dialog in
PhoneUtils
.displayMMIComplete(), we
331
PhoneUtils
.displayMMIComplete(mPhone, mApp, mmiCode, null, null);
[
all
...]
CallCard.java
273
// if (DBG)
PhoneUtils
.dumpCallManager();
423
if (
PhoneUtils
.isConferenceCall(call)) {
446
CallerInfo info =
PhoneUtils
.getCallerInfo(getContext(), null /* conn */);
456
if (o instanceof
PhoneUtils
.CallerInfoToken) {
458
((
PhoneUtils
.CallerInfoToken) o).currentInfo);
470
if (obj instanceof
PhoneUtils
.CallerInfoToken) {
471
info = ((
PhoneUtils
.CallerInfoToken) o).currentInfo;
492
PhoneUtils
.CallerInfoToken info =
493
PhoneUtils
.startGetCallerInfo(getContext(), conn, this, call);
512
} else if (o instanceof
PhoneUtils
.CallerInfoToken)
[
all
...]
PhoneInterfaceManager.java
151
hungUp =
PhoneUtils
.hangupRingingAndActive(mPhone);
154
hungUp =
PhoneUtils
.hangup(mCM);
354
* from
PhoneUtils
.answerCall() or
PhoneUtils
.answerAndEndActive().)
370
PhoneUtils
.answerAndEndActive(mCM, mCM.getFirstActiveRingingCall());
375
PhoneUtils
.answerCall(mCM.getFirstActiveRingingCall());
CallNotifier.java
101
//
PhoneUtils
.hangupRingingCall() that means the user deliberately rejected
400
PhoneUtils
.hangupRingingCall(ringing);
426
// if (DBG)
PhoneUtils
.dumpCallState(mPhone);
459
if (
PhoneUtils
.isRealIncomingCall(state)) {
515
if (
PhoneUtils
.isPhoneInEcm(phone)) {
582
PhoneUtils
.CallerInfoToken cit =
PhoneUtils
.startGetCallerInfo(
[
all
...]
OtaUtils.java
399
* @return
PhoneUtils
.CALL_STATUS_DIALED if we successfully
420
//
PhoneUtils
.placeCall().
424
int callStatus =
PhoneUtils
.placeCall(context,
431
if (callStatus ==
PhoneUtils
.CALL_STATUS_DIALED) {
496
} catch (
PhoneUtils
.VoiceMailNumberMissingException ex) {
583
if (state ==
PhoneUtils
.isSpeakerOn(mContext)) {
592
PhoneUtils
.turnOnSpeaker(mContext, state, true);
[
all
...]
PhoneApp.java
239
* OUTSIDE of user interaction {@link
PhoneUtils
#startNewCall(Phone)}
309
PhoneUtils
.cancelMmiCode(phone);
324
PhoneUtils
.restoreSpeakerMode(getApplicationContext());
328
PhoneUtils
.turnOnSpeaker(getApplicationContext(), false, false);
379
PhoneUtils
.turnOnSpeaker(getApplicationContext(), inDockMode, true);
516
// register connection tracking to
PhoneUtils
517
PhoneUtils
.initializeConnectionHandler(mCM);
562
PhoneUtils
.setAudioMode(mCM);
[
all
...]
PhoneUtils.java
71
public class
PhoneUtils
{
72
private static final String LOG_TAG = "
PhoneUtils
";
225
private
PhoneUtils
() {
568
PhoneUtils
.isRoutableViaGateway(number)) { // Filter out MMI, OTA and other codes.
[
all
...]
Completed in 870 milliseconds