/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
TelephonyCapabilities.java | 21 import com.android.internal.telephony.Phone; 24 * 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) { 48 Rlog.d(LOG_TAG, "supportsEcm: Phone type = " + phone.getPhoneType() + 49 " Ims Phone = " + phone.getImsPhone()); 50 return (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA | [all...] |
PhoneSubInfoController.java | 46 private final Phone[] mPhone; 50 public PhoneSubInfoController(Context context, Phone[] phone) { 51 mPhone = phone; 71 final Phone phone = mPhone[phoneId]; local 72 if (phone != null) { 73 return phone.getDeviceId(); 75 loge("getDeviceIdForPhone phone " + phoneId + " is null"); 81 Phone phone = getPhone(subId) local 94 Phone phone = getPhone(subId); local 111 Phone phone = getPhone(subId); local 128 Phone phone = getPhone(subId); local 148 Phone phone = getPhone(subId); local 165 Phone phone = getPhone(subId); local 183 Phone phone = getPhone(subId); local 200 Phone phone = getPhone(subId); local 217 Phone phone = getPhone(subId); local 237 Phone phone = getPhone(subId); local 254 Phone phone = getPhone(subId); local 305 Phone phone = getPhone(getDefaultSubscription()); local 317 Phone phone = getPhone(getDefaultSubscription()); local 329 Phone phone = getPhone(getDefaultSubscription()); local 341 Phone phone = getPhone(getDefaultSubscription()); local 353 Phone phone = getPhone(getDefaultSubscription()); local 365 Phone phone = getPhone(getDefaultSubscription()); local 378 Phone phone = getPhone(subId); local 410 Phone phone = getPhone(subId); local [all...] |
/packages/apps/PhoneCommon/src/com/android/phone/common/ |
PhoneConstants.java | 17 package com.android.phone.common; 20 * Constants related to phone operations. 24 /** Copied from PhoneApp. See comments in Phone app for more detail. */ 25 // TODO: Change phone app to rely on this also. 26 public static final String EXTRA_CALL_ORIGIN = "com.android.phone.CALL_ORIGIN";
|
/packages/services/Telephony/src/com/android/phone/ |
InCallScreen.java | 17 package com.android.phone;
|
IccProvider.java | 17 package com.android.phone;
|
INetworkQueryService.aidl | 17 package com.android.phone; 19 import com.android.phone.INetworkQueryServiceCallback; 23 * Phone application lets this service interface handle carrier 24 * availability queries instead of making direct calls to the Phone layer.
|
INetworkQueryServiceCallback.aidl | 17 package com.android.phone;
|
Constants.java | 17 package com.android.phone; 20 * App-wide constants and enums for the phone app. 23 * the com.android.phone package should be defined here. (Constants that 33 * or "exceptional conditions" that can occur when making a phone 72 * The supplied CALL Intent didn't contain a valid phone number. 77 * Our initial phone number was actually an MMI sequence. 117 * where the phone disallows data connections over the cell 119 * call. If the phone is in ECM and you dial a non-emergency
|
NeededForTesting.java | 17 package com.android.phone;
|
DumpsysHandler.java | 2 package com.android.phone; 6 import com.android.phone.vvm.omtp.utils.VvmDumpHandler; 12 * Handles "adb shell dumpsys phone" and bug report dump.
|
/packages/services/Telephony/src/com/android/phone/common/mail/ |
Fetchable.java | 16 package com.android.phone.common.mail;
|
BodyPart.java | 16 package com.android.phone.common.mail;
|
Flag.java | 16 package com.android.phone.common.mail;
|
/packages/services/Telephony/src/com/android/phone/settings/ |
VoicemailNotificationSettingsUtil.java | 17 package com.android.phone.settings; 27 import com.android.internal.telephony.Phone; 28 import com.android.phone.R; 48 public static void setVibrationEnabled(Phone phone, boolean isEnabled) { 49 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(phone.getContext()); 51 editor.putBoolean(getVoicemailVibrationSharedPrefsKey(phone), isEnabled); 55 public static boolean isVibrationEnabled(Phone phone) { 56 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(phone.getContext()) [all...] |
VisualVoicemailSettingsUtil.java | 16 package com.android.phone.settings; 20 import com.android.internal.telephony.Phone; 21 import com.android.phone.PhoneUtils; 22 import com.android.phone.R; 23 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper; 24 import com.android.phone.vvm.omtp.VisualVoicemailPreferences; 25 import com.android.phone.vvm.omtp.sync.OmtpVvmSourceManager; 26 import com.android.phone.vvm.omtp.utils.PhoneAccountHandleConverter; 70 public static boolean isEnabled(Phone phone) { [all...] |
SettingsConstants.java | 17 package com.android.phone.settings; 23 // Dtmf tone type setting value for CDMA phone
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/utils/ |
PhoneAccountHandleConverter.java | 17 package com.android.phone.vvm.omtp.utils; 22 import com.android.internal.telephony.Phone; 24 import com.android.phone.PhoneUtils; 25 import com.android.phone.vvm.omtp.VvmLog; 44 // phone object cannot be found, so the Phone object should be created and checked here. 45 Phone phone = PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId)); local 46 if (phone == null) { 47 VvmLog.e(TAG, "Unable to find Phone for subId " + subId) [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
PhoneFactoryTest.java | 30 Phone phone = PhoneFactory.getDefaultPhone(); local 36 Phone phone = PhoneFactory.getPhone(0); local 42 Phone[] phone = PhoneFactory.getPhones(); local
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/ |
OmtpProtocol.java | 17 package com.android.phone.vvm.omtp.protocol; 21 import com.android.phone.vvm.omtp.OmtpConstants; 22 import com.android.phone.vvm.omtp.sms.OmtpMessageSender; 23 import com.android.phone.vvm.omtp.sms.OmtpStandardMessageSender;
|
CvvmProtocol.java | 17 package com.android.phone.vvm.omtp.protocol; 21 import com.android.phone.vvm.omtp.OmtpConstants; 22 import com.android.phone.vvm.omtp.sms.OmtpCvvmMessageSender; 23 import com.android.phone.vvm.omtp.sms.OmtpMessageSender;
|
ProtocolHelper.java | 17 package com.android.phone.vvm.omtp.protocol; 22 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper; 23 import com.android.phone.vvm.omtp.VvmLog; 24 import com.android.phone.vvm.omtp.sms.OmtpMessageSender;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/ |
OmtpProvisioningService.java | 17 package com.android.phone.vvm.omtp.sms; 26 import com.android.phone.PhoneUtils; 27 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper; 28 import com.android.phone.vvm.omtp.utils.PhoneAccountHandleConverter; 57 PhoneAccountHandle phone = PhoneAccountHandleConverter.fromSubId(subId); local 62 startProvisioning(phone, message, data); 65 private void startProvisioning(PhoneAccountHandle phone, StatusMessage message, Bundle data) { 67 PhoneUtils.getSubIdForPhoneAccountHandle(phone));
|
LegacyModeSmsHandler.java | 17 package com.android.phone.vvm.omtp.sms; 25 import com.android.internal.telephony.Phone; 26 import com.android.phone.PhoneUtils; 27 import com.android.phone.vvm.omtp.OmtpConstants; 28 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper; 29 import com.android.phone.vvm.omtp.VvmLog; 59 Phone phone = PhoneUtils.getPhoneForPhoneAccountHandle(handle); local 62 phone.setVoiceMessageCount(message.getNewMessageCount());
|
/external/nanopb-c/tests/basic_buffer/ |
decode_buffer.c | 34 Person_PhoneNumber *phone = &person.phone[i]; local 35 printf("phone {\n"); 36 printf(" number: \"%s\"\n", phone->number); 38 if (phone->has_type) 40 switch (phone->type)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
VelocityTrackerInterface.java | 17 package com.android.systemui.statusbar.phone;
|