/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 29 import android.provider.ContactsContract.CommonDataKinds.Phone; 172 * Adds a phone number 174 * @param phone new phone number for the contact 178 public ContactOperations addPhone(String phone, int phoneType) { 180 if (!TextUtils.isEmpty(phone)) { 181 mValues.put(Phone.NUMBER, phone); 182 mValues.put(Phone.TYPE, phoneType); 183 mValues.put(Phone.MIMETYPE, Phone.CONTENT_ITEM_TYPE) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaMmiCode.java | 25 import com.android.internal.telephony.Phone; 108 newFromDialString(String dialString, CDMAPhone phone, UiccCardApplication app) { 116 ret = new CdmaMmiCode(phone,app); 145 CdmaMmiCode (CDMAPhone phone, UiccCardApplication app) { 146 super(phone.getHandler().getLooper()); 147 mPhone = phone; 148 mContext = phone.getContext(); 166 public Phone 168 return ((Phone) mPhone);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
RawContactReadOnlyEditorView.java | 24 import android.provider.ContactsContract.CommonDataKinds.Phone; 163 final ArrayList<ValuesDelta> phones = state.getMimeEntries(Phone.CONTENT_ITEM_TYPE); 168 for (ValuesDelta phone : phones) { 169 final String phoneNumber = phone.getPhoneNumber(); 174 phoneNumber, phone.getPhoneNormalizedNumber(), 177 if (phone.phoneHasType()) { 178 phoneType = Phone.getTypeLabel( 179 res, phone.getPhoneType(), phone.getPhoneLabel());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
BrightnessMirrorController.java | 21 import com.android.systemui.statusbar.phone.PhoneStatusBar; 22 import com.android.systemui.statusbar.phone.StatusBarWindowView;
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
SmsInteractionsLoader.java | 32 * Loads the most recent sms between the passed in phone numbers. 34 * This is a two part process. The first step is retrieving the threadIds for each of the phone 47 * Loads a list of SmsInteraction from the supplied phone numbers. 68 for (String phone : mPhoneNums) { 69 // TODO: the phone numbers added to the ContactInteraction result should retain their 73 Telephony.Threads.getOrCreateThreadId(getContext(), phone))); local
|
/packages/services/Telephony/src/com/android/phone/ |
ErrorDialogActivity.java | 17 package com.android.phone; 26 import com.android.phone.settings.VoicemailSettingsActivity;
|
FakePhoneActivity.java | 17 package com.android.phone; 31 * A simple activity that presents you with a UI for faking incoming phone operations. 67 Log.e("Phone", "SimulatedRadioControl not available, abort!");
|
GsmUmtsCallOptions.java | 17 package com.android.phone; 26 import com.android.internal.telephony.Phone;
|
IccPanel.java | 17 package com.android.phone; 29 * Base class for ICC-related panels in the Phone UI. 63 // from the phone app to the framework; see bug 1804111).
|
ProcessOutgoingCallTest.java | 17 package com.android.phone; 51 /* Example of how to modify the phone number in flight. */
|
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapConstants.java | 17 package com.android.phone.common.mail.store.imap; 19 import com.android.phone.common.mail.store.ImapStore;
|
/packages/services/Telephony/src/com/android/phone/settings/ |
VoicemailDialogUtil.java | 17 package com.android.phone.settings; 24 import com.android.phone.R;
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/ |
OmtpStandardMessageSender.java | 16 package com.android.phone.vvm.omtp.sms; 23 import com.android.phone.vvm.omtp.OmtpConstants;
|
/packages/services/Telephony/src/com/android/services/telephony/ |
ImsConference.java | 34 import com.android.internal.telephony.Phone; 36 import com.android.phone.PhoneUtils; 37 import com.android.phone.R; 357 Phone phone = ((TelephonyConnection) connection).getPhone(); local 358 if (phone != null) { 359 phone.conference(); 709 Phone phone = mConferenceHost.getPhone(); local 710 if (phone != null) [all...] |
TelecomAccountRegistry.java | 43 import com.android.internal.telephony.Phone; 46 import com.android.phone.PhoneGlobals; 47 import com.android.phone.PhoneUtils; 48 import com.android.phone.R; 62 // is not supported, i.e. SubscriptionManager.INVALID_SLOT_ID or the 5th SIM in a phone. 66 private final Phone mPhone; 73 AccountEntry(Phone phone, boolean isEmergency, boolean isDummy) { 74 mPhone = phone; 94 // Build the Phone account handle [all...] |
/external/protobuf/examples/ |
list_people.cc | 21 const tutorial::Person::PhoneNumber& phone_number = person.phone(j); 25 cout << " Mobile phone #: "; 28 cout << " Home phone #: "; 31 cout << " Work phone #: ";
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationOverflowContainer.java | 26 import com.android.systemui.statusbar.phone.NotificationPanelView;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
IconMerger.java | 17 package com.android.systemui.statusbar.phone;
|
KeyguardPreviewContainer.java | 17 package com.android.systemui.statusbar.phone; 29 * A view group which contains the preview of phone/camera and draws a black bar at the bottom as
|
PanelHolder.java | 17 package com.android.systemui.statusbar.phone;
|
SystemUIDialog.java | 17 package com.android.systemui.statusbar.phone;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
StatusBarSwitch.java | 27 import com.android.systemui.statusbar.phone.StatusBarIconController;
|
/packages/apps/PhoneCommon/src/com/android/phone/common/ |
CallLogAsync.java | 17 package com.android.phone.common;
|
HapticFeedback.java | 17 package com.android.phone.common; 119 * request it. If the phone is already in a middle of an haptic
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
DialpadTextView.java | 17 package com.android.phone.common.dialpad;
|