HomeSort by relevance Sort by last modified time
    Searched refs:Phone (Results 251 - 275 of 392) sorted by null

<<111213141516

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 90 * A base implementation for the com.android.internal.telephony.Phone interface.
92 * Note that implementations of Phone.java are expected to be used
100 public abstract class Phone extends Handler implements PhoneInternalInterface {
101 private static final String LOG_TAG = "Phone";
121 synchronized (Phone.lockForRadioTechnologyChange) {
231 * This method is invoked when the Phone exits Emergency Callback Mode.
264 // Keep track of whether or not the phone is in Emergency Callback Mode for Phone and
286 protected Phone mImsPhone = null;
372 * Returns a string identifier for this phone interface for partie
    [all...]
Call.java 80 public abstract Phone getPhone();
CarrierSignalAgent.java 55 * Each CarrierSignalAgent is associated with a phone object.
70 private final Phone mPhone;
120 public CarrierSignalAgent(Phone phone) {
121 mPhone = phone;
LocaleTracker.java 54 * The locale tracker keeps tracking the current locale of the phone.
81 private final Phone mPhone;
149 * @param phone The phone object
152 public LocaleTracker(Phone phone, Looper looper) {
154 mPhone = phone;
255 * Update MCC/MNC from network service state synchronously. Note if this is called from phone
RetryManager.java 180 private Phone mPhone;
226 * @param phone Phone object
229 public RetryManager(Phone phone, String apnType) {
230 mPhone = phone;
TelephonyTester.java 48 * Telephony tester receives the following intents where {name} is the phone name
125 private Phone mPhone;
173 TelephonyTester(Phone phone) {
174 mPhone = phone;
198 phone.getContext().registerReceiver(mIntentReceiver, filter, null, mPhone.getHandler());
  /external/python/cpython2/Lib/ctypes/test/
test_structures.py 279 class Phone(Structure):
285 ("phone", Phone),
291 self.assertEqual(p.phone.areacode, "1234")
292 self.assertEqual(p.phone.number, "5678")
312 class Phone(Structure):
318 ("phone", Phone),
326 "(Phone) <type 'exceptions.TypeError'>: "
331 "(Phone) exceptions.TypeError:
    [all...]
  /external/python/cpython3/Lib/ctypes/test/
test_structures.py 280 class Phone(Structure):
286 ("phone", Phone),
292 self.assertEqual(p.phone.areacode, b"1234")
293 self.assertEqual(p.phone.number, b"5678")
313 class Phone(Structure):
319 ("phone", Phone),
325 "(Phone) <class 'TypeError'>: "
331 "(Phone) <class 'TypeError'>: too many initializers"
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
SMSDispatcherUtil.java 22 import com.android.internal.telephony.Phone;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
IccSmsInterfaceManagerTest.java 47 private Phone mMockPhone;
DefaultPhoneNotifierTest.java 92 doReturn(Phone.DataActivityState.NONE).when(mPhone).getDataActivityState();
98 doReturn(Phone.DataActivityState.DATAIN).when(mPhone).getDataActivityState();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapUtils.java 28 import android.provider.ContactsContract.CommonDataKinds.Phone;
80 ContactData(String name, ArrayList<String> phone, ArrayList<String> email,
83 this.mPhone = phone;
94 private static final String TYPE_PHONE = "phone";
264 Arrays.asList(StructuredName.CONTENT_ITEM_TYPE, Phone.CONTENT_ITEM_TYPE,
327 case Phone.CONTENT_ITEM_TYPE:
390 /* when all fields of type(phone/email/address) are deleted in a given contact*/
396 /* when new fields are added for a type(phone/email/address) in a contact
436 /* fetch phone/email/address/name information of the contact */
438 case Phone.CONTENT_ITEM_TYPE
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
MoreContactUtils.java 58 // if this is not about phone numbers, we know this is not a match (of course, some
60 if (!TextUtils.equals(ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE,
78 // Now do the full phone number thing. split into parts, separated by waiting symbol
85 // Match phone numbers represented by keypad letters, in which case prefer the
86 // phone number with letters.
105 // For NANP phone numbers, match when one has +1 and the other does not.
168 throw new IllegalStateException("Unknown result value from phone number " +
  /packages/apps/Contacts/src/com/android/contacts/model/
ValuesDelta.java 565 return getAsString(ContactsContract.CommonDataKinds.Phone.NUMBER);
569 return getAsString(ContactsContract.CommonDataKinds.Phone.NORMALIZED_NUMBER);
577 return getAsInteger(ContactsContract.CommonDataKinds.Phone.TYPE);
581 return getAsString(ContactsContract.CommonDataKinds.Phone.LABEL);
  /packages/apps/Settings/src/com/android/settings/wifi/calling/
WifiCallingSettingsForSub.java 47 import com.android.internal.telephony.Phone;
179 CharSequence title = intent.getCharSequenceExtra(Phone.EXTRA_KEY_ALERT_TITLE);
180 CharSequence message = intent.getCharSequenceExtra(Phone.EXTRA_KEY_ALERT_MESSAGE);
333 if (intent.getBooleanExtra(Phone.EXTRA_KEY_ALERT_SHOW, false)) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 42 import android.provider.ContactsContract.CommonDataKinds.Phone;
132 + " LEFT OUTER JOIN data phone ON (raw_contacts._id = phone.raw_contact_id"
133 + " AND (SELECT mimetype FROM mimetypes WHERE mimetypes._id = phone.mimetype_id)"
134 + "='" + Phone.CONTENT_ITEM_TYPE + "' AND phone.is_primary)";
211 Phone.CONTENT_ITEM_TYPE
556 "phone." + Data._ID
558 "phone." + Phone.NUMBE
    [all...]
GlobalSearchSupport.java 28 import android.provider.ContactsContract.CommonDataKinds.Phone;
175 if (Organization.COMPANY != Data.DATA1 || Phone.NUMBER != Data.DATA1
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_structures.py 278 class Phone(Structure):
284 ("phone", Phone),
290 self.assertEqual(p.phone.areacode, "1234")
291 self.assertEqual(p.phone.number, "5678")
315 class Phone(Structure):
321 ("phone", Phone),
329 "(Phone) <type 'exceptions.TypeError'>: "
333 "(Phone) exceptions.TypeError:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_structures.py 278 class Phone(Structure):
284 ("phone", Phone),
290 self.assertEqual(p.phone.areacode, "1234")
291 self.assertEqual(p.phone.number, "5678")
315 class Phone(Structure):
321 ("phone", Phone),
329 "(Phone) <type 'exceptions.TypeError'>: "
333 "(Phone) exceptions.TypeError:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 278 class Phone(Structure):
284 ("phone", Phone),
290 self.assertEqual(p.phone.areacode, "1234")
291 self.assertEqual(p.phone.number, "5678")
315 class Phone(Structure):
321 ("phone", Phone),
329 "(Phone) <type 'exceptions.TypeError'>: "
333 "(Phone) exceptions.TypeError:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 278 class Phone(Structure):
284 ("phone", Phone),
290 self.assertEqual(p.phone.areacode, "1234")
291 self.assertEqual(p.phone.number, "5678")
315 class Phone(Structure):
321 ("phone", Phone),
329 "(Phone) <type 'exceptions.TypeError'>: "
333 "(Phone) exceptions.TypeError:
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
CellularDataService.java 37 import com.android.internal.telephony.Phone;
72 private final Phone mPhone;
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorUiUtils.java 37 import android.provider.ContactsContract.CommonDataKinds.Phone;
85 // Phone.CONTENT_ITEM_TYPE
167 case Phone.CONTENT_ITEM_TYPE:
  /packages/services/Telephony/src/com/android/phone/
ChangeIccPinScreen.java 17 package com.android.phone;
39 import com.android.internal.telephony.Phone;
42 * "Change ICC PIN" UI for the Phone app.
64 private Phone mPhone;
EditPhoneNumberPreference.java 17 package com.android.phone;
26 import android.provider.ContactsContract.CommonDataKinds.Phone;
127 mContactListIntent.setType(Phone.CONTENT_TYPE);
129 //get the edit phone number default settings
324 // phone numbers and calling the close action listener.
363 * Phone number handling code
366 // return the phone number, after it has been stripped of all
371 /** The phone number including any formatting characters */
376 //set the phone number value.

Completed in 2291 milliseconds

<<111213141516