/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
ImeiInformation.java | 19 import com.android.internal.telephony.Phone; 55 // Since there are multiple phone for dsds, therefore need to show information for different 67 final Phone phone = PhoneFactory.getPhone(phoneId); local 69 if (phone != null) { 70 if (phone.getPhoneType() == TelephonyManager.PHONE_TYPE_CDMA) { 71 setSummaryText(KEY_MEID_NUMBER, phone.getMeid()); 72 setSummaryText(KEY_MIN_NUMBER, phone.getCdmaMin()); 78 setSummaryText(KEY_PRL_VERSION, phone.getCdmaPrlVersion()); 81 if (phone.getLteOnCdmaMode() == PhoneConstants.LTE_ON_CDMA_TRUE) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
ActivityStarter.java | 17 package com.android.systemui.statusbar.phone;
|
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/ |
AnimationListenerAdapter.java | 17 package com.android.phone.common.animation;
|
/packages/services/Telephony/src/com/android/phone/ |
BluetoothManager.java | 17 package com.android.phone;
|
CdmaVoicePrivacyCheckBoxPreference.java | 17 package com.android.phone; 19 import com.android.internal.telephony.Phone; 33 Phone phone; field in class:CdmaVoicePrivacyCheckBoxPreference 39 phone = PhoneGlobals.getPhone(); 40 phone.getEnhancedVoicePrivacy(mHandler.obtainMessage(MyHandler.MESSAGE_GET_VP)); 56 phone.enableEnhancedVoicePrivacy(isChecked(), 102 phone.getEnhancedVoicePrivacy(obtainMessage(MESSAGE_GET_VP));
|
HfaLogic.java | 17 package com.android.phone; 31 import com.android.internal.telephony.Phone; 136 final Phone phone = PhoneGlobals.getInstance().getPhone(); local 137 phone.registerForServiceStateChanged(mHandler, SERVICE_STATE_CHANGED, null); 140 phone.setRadioPower(false); 141 onServiceStateChange(phone.getServiceState()); 146 final Phone phone = PhoneGlobals.getInstance().getPhone(); local 153 phone.setRadioPower(true) [all...] |
/packages/services/Telephony/src/com/android/phone/common/mail/ |
AuthenticationFailedException.java | 17 package com.android.phone.common.mail;
|
Body.java | 16 package com.android.phone.common.mail;
|
CertificateValidationException.java | 17 package com.android.phone.common.mail;
|
FetchProfile.java | 16 package com.android.phone.common.mail;
|
MeetingInfo.java | 16 package com.android.phone.common.mail;
|
MessageDateComparator.java | 16 package com.android.phone.common.mail;
|
TempDirectory.java | 16 package com.android.phone.common.mail;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/ |
LocalLogHelper.java | 16 package com.android.phone.vvm.omtp;
|
VvmPackageInstallReceiver.java | 16 package com.android.phone.vvm.omtp; 23 import com.android.phone.PhoneUtils; 24 import com.android.phone.settings.VisualVoicemailSettingsUtil; 25 import com.android.phone.vvm.omtp.sync.OmtpVvmSourceManager;
|
VvmPhoneStateListener.java | 16 package com.android.phone.vvm.omtp; 26 import com.android.phone.PhoneGlobals; 27 import com.android.phone.PhoneUtils; 28 import com.android.phone.vvm.omtp.sync.OmtpVvmSourceManager; 29 import com.android.phone.vvm.omtp.sync.OmtpVvmSyncService; 30 import com.android.phone.vvm.omtp.sync.VoicemailStatusQueryHelper;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/ |
VoicemailPayload.java | 17 package com.android.phone.vvm.omtp.imap;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/ |
OmtpVvmSourceManager.java | 16 package com.android.phone.vvm.omtp.sync; 25 import com.android.internal.telephony.Phone; 26 import com.android.phone.PhoneUtils; 27 import com.android.phone.vvm.omtp.VvmPhoneStateListener; 36 * voicemail source is tied 1:1 to a phone account, the phone account handle is used as the key 47 // Each phone account is associated with a phone state listener for updates to whether the 85 * list of registered phone accounts against the active subscriptions list and remove the 95 // Remove any orphaned phone state listeners as well [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmInboundSmsHandler.java | 47 PhoneBase phone) { 48 super("GsmInboundSmsHandler", context, storageMonitor, phone, 49 GsmCellBroadcastHandler.makeGsmCellBroadcastHandler(context, phone)); 50 phone.mCi.setOnNewGsmSms(getHandler(), EVENT_NEW_SMS, null); 51 mDataDownloadHandler = new UsimDataDownloadHandler(phone.mCi); 70 SmsStorageMonitor storageMonitor, PhoneBase phone) { 71 GsmInboundSmsHandler handler = new GsmInboundSmsHandler(context, storageMonitor, phone); 169 * Called when the phone changes the default method updates mPhone 173 * @param phone 176 protected void onUpdatePhoneObject(PhoneBase phone) { [all...] |
/packages/services/Telephony/src/com/android/phone/settings/ |
VisualVoicemailSettingsUtil.java | 16 package com.android.phone.settings; 23 import com.android.internal.telephony.Phone; 24 import com.android.phone.PhoneUtils; 25 import com.android.phone.vvm.omtp.OmtpConstants; 26 import com.android.phone.vvm.omtp.sms.StatusMessage; 31 * Because a voicemail source is tied 1:1 to a phone account, the phone account handle is used in 53 public static void setVisualVoicemailEnabled(Phone phone, boolean isEnabled, 55 setVisualVoicemailEnabled(phone.getContext(), PhoneUtils.makePstnPhoneAccountHandle(phone) [all...] |
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapTempFileLiteral.java | 16 package com.android.phone.common.mail.store.imap; 18 import com.android.phone.common.mail.FixedLengthInputStream; 19 import com.android.phone.common.mail.TempDirectory; 20 import com.android.phone.common.mail.utils.Utility; 21 import com.android.phone.common.mail.utils.LogUtils;
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
RawContactDeltaTests.java | 29 import android.provider.ContactsContract.CommonDataKinds.Phone; 74 final ContentValues phone = new ContentValues(); local 75 phone.put(Data._ID, phoneId); 76 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE); 77 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_1); 78 phone.put(Phone.TYPE, Phone.TYPE_HOME) 107 final ContentValues phone = new ContentValues(); local 181 final ContentValues phone = new ContentValues(); local 221 final ContentValues phone = new ContentValues(); local 346 final ContentValues phone = new ContentValues(); local [all...] |
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/ |
OmtpMessageReceiver.java | 16 package com.android.phone.vvm.omtp.sms; 30 import com.android.phone.PhoneGlobals; 31 import com.android.phone.PhoneUtils; 32 import com.android.phone.settings.VisualVoicemailSettingsUtil; 33 import com.android.phone.vvm.omtp.LocalLogHelper; 34 import com.android.phone.vvm.omtp.OmtpConstants; 35 import com.android.phone.vvm.omtp.sync.OmtpVvmSourceManager; 36 import com.android.phone.vvm.omtp.sync.OmtpVvmSyncService; 37 import com.android.phone.vvm.omtp.sync.VoicemailsQueryHelper; 55 Log.w(TAG, "Received message for null phone account") [all...] |
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipConnectionService.java | 111 // The ID used for SIP-based phone account is the SIP profile Uri. Use it to find 168 SipPhone phone = findPhoneForProfile(sipAudioCall.getLocalProfile()); local 169 if (phone == null) { 170 phone = createPhoneForProfile(sipAudioCall.getLocalProfile()); 172 if (phone != null) { 173 com.android.internal.telephony.Connection originalConnection = phone.takeIncomingCall( 193 SipPhone phone = findPhoneForProfile(profile); local 194 if (phone == null) { 195 phone = createPhoneForProfile(profile); 197 if (phone != null) 239 SipPhone phone = ((SipConnection) connection).getPhone(); local [all...] |
/packages/services/Telephony/ |
Android.mk | 3 # Build the Phone app which includes the emergency dialer. See Contacts 19 src/com/android/phone/EventLogTags.logtags \ 20 src/com/android/phone/INetworkQueryService.aidl \ 21 src/com/android/phone/INetworkQueryServiceCallback.aidl 26 --extra-packages com.android.phone.common \
|