Searched defs:phone (Results 1 - 25 of 57) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsScrollView.java17 package com.android.systemui.statusbar.phone;
H A DTickerView.java17 package com.android.systemui.statusbar.phone;
H A DDemoStatusIcons.java17 package com.android.systemui.statusbar.phone;
H A DIconMerger.java17 package com.android.systemui.statusbar.phone;
H A DKeyguardTouchDelegate.java17 package com.android.systemui.statusbar.phone;
H A DPanelHolder.java17 package com.android.systemui.statusbar.phone;
H A DQuickSettingsBasicTile.java17 package com.android.systemui.statusbar.phone;
H A DQuickSettingsContainerView.java17 package com.android.systemui.statusbar.phone;
H A DQuickSettingsTileView.java17 package com.android.systemui.statusbar.phone;
H A DStatusBarWindowView.java17 package com.android.systemui.statusbar.phone;
H A DNavigationBarTransitions.java17 package com.android.systemui.statusbar.phone;
H A DNotificationPanelView.java17 package com.android.systemui.statusbar.phone;
H A DPhoneStatusBarPolicy.java17 package com.android.systemui.statusbar.phone;
H A DPhoneStatusBarTransitions.java17 package com.android.systemui.statusbar.phone;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java29 * Telephony tester receives the following intents where {name} is the phone name
59 TelephonyTester(PhoneBase phone) { argument
60 mPhone = phone;
71 phone.getContext().registerReceiver(mIntentReceiver, filter, null, mPhone.getHandler());
H A DTelephonyCapabilities.java24 * Utilities that check if the phone supports specified capabilities.
34 * Return true if the current phone supports ECM ("Emergency Callback
47 public static boolean supportsEcm(Phone phone) { argument
48 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
52 * Return true if the current phone supports Over The Air Service
66 * "if (CDMA)" checks sprinkled throughout the phone app.
68 public static boolean supportsOtasp(Phone phone) { argument
69 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA);
73 * Return true if the current phone can retrieve the voice message count.
77 public static boolean supportsVoiceMessageCount(Phone phone) { argument
89 supportsNetworkSelection(Phone phone) argument
101 getDeviceIdLabel(Phone phone) argument
123 supportsConferenceCallManagement(Phone phone) argument
137 supportsHoldAndUnhold(Phone phone) argument
156 supportsAnswerAndHold(Phone phone) argument
[all...]
H A DSmsStorageMonitor.java49 /** Context from phone object passed to constructor. */
68 * @param phone the Phone to use
70 public SmsStorageMonitor(PhoneBase phone) { argument
71 mContext = phone.getContext();
72 mCi = phone.mCi;
94 * Handles events coming from the phone stack. Overridden from handler.
H A DIccPhoneBookInterfaceManager.java110 public IccPhoneBookInterfaceManager(PhoneBase phone) { argument
111 this.mPhone = phone;
112 IccRecords r = phone.mIccRecords.get();
200 * phone book or erase/format the whole phonebook. Currently the email field
H A DPhoneSubInfo.java44 public PhoneSubInfo(Phone phone) { argument
45 mPhone = phone;
46 mContext = phone.getContext();
108 * Retrieves the phone number string for line 1.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimPhoneBookInterfaceManager.java36 public RuimPhoneBookInterfaceManager(CDMAPhone phone) { argument
37 super(phone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSimPhoneBookInterfaceManager.java36 public SimPhoneBookInterfaceManager(GSMPhone phone) { argument
37 super(phone);
H A DGsmInboundSmsHandler.java49 PhoneBase phone) {
51 mPhone = phone;
52 phone.mCi.setOnNewGsmSms(getHandler(), EVENT_NEW_SMS, null);
54 phone);
55 mDataDownloadHandler = new UsimDataDownloadHandler(phone.mCi);
74 SmsStorageMonitor storageMonitor, PhoneBase phone) {
75 GsmInboundSmsHandler handler = new GsmInboundSmsHandler(context, storageMonitor, phone);
48 GsmInboundSmsHandler(Context context, SmsStorageMonitor storageMonitor, PhoneBase phone) argument
73 makeInboundSmsHandler(Context context, SmsStorageMonitor storageMonitor, PhoneBase phone) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java68 DcTesterDeactivateAll(PhoneBase phone, DcController dcc, Handler handler) { argument
69 mPhone = phone;
81 phone.getContext().registerReceiver(sIntentReceiver, filter, null, handler);
H A DDcTesterFailBringUpAll.java77 DcTesterFailBringUpAll(PhoneBase phone, Handler handler) { argument
78 mPhone = phone;
91 phone.getContext().registerReceiver(mIntentReceiver, filter, null, handler);
H A DDcRetryAlarmController.java78 DcRetryAlarmController(PhoneBase phone, DataConnection dc) { argument
80 mPhone = phone;

Completed in 135 milliseconds

123