HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 76 - 100 of 593) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java 53 public ImsSMSDispatcher(Phone phone, SmsStorageMonitor storageMonitor,
55 super(phone, usageMonitor, null);
60 mCdmaDispatcher = new CdmaSMSDispatcher(phone, usageMonitor, this);
61 mGsmInboundSmsHandler = GsmInboundSmsHandler.makeInboundSmsHandler(phone.getContext(),
62 storageMonitor, phone);
63 mCdmaInboundSmsHandler = CdmaInboundSmsHandler.makeInboundSmsHandler(phone.getContext(),
64 storageMonitor, phone, (CdmaSMSDispatcher) mCdmaDispatcher);
65 mGsmDispatcher = new GsmSMSDispatcher(phone, usageMonitor, this, mGsmInboundSmsHandler);
66 SmsBroadcastUndelivered.initialize(phone.getContext()
    [all...]
SmsStorageMonitor.java 50 /** Context from phone object passed to constructor. */
59 Phone mPhone;
72 * @param phone the Phone to use
74 public SmsStorageMonitor(Phone phone) {
75 mPhone = phone;
76 mContext = phone.getContext();
77 mCi = phone.mCi;
99 * Handles events coming from the phone stack. Overridden from handler
    [all...]
SmsNumberUtils.java 67 /* <Phone Number>, <NXX>-<XXXX> N[2-9] */
70 /* <Area_code>-<Phone Number>, <NXX>-<NXX>-<XXXX> N[2-9] */
73 /* <1>-<Area_code>-<Phone Number>, 1-<NXX>-<NXX>-<XXXX> N[2-9] */
76 /* <+><U.S.Country_code><Area_code><Phone Number>, +1-<NXX>-<NXX>-<XXXX> N[2-9] */
79 /* <Local_IDD><Country_code><Area_code><Phone Number>, 001-1-<NXX>-<NXX>-<XXXX> N[2-9] */
82 /* <+><Home_IDD><Country_code><Area_code><Phone Number>, +011-1-<NXX>-<NXX>-<XXXX> N[2-9] */
86 /* <+>-<Home_IDD>-<Country_code>-<Area_code>-<Phone Number>, +011-86-25-86281234 */
89 /* <Home_IDD>-<Country_code>-<Area_code>-<Phone Number>, 011-86-25-86281234 */
92 /* <NBPCD>-<Country_code>-<Area_code>-<Phone Number>, +1-86-25-86281234 */
95 /* <Local_IDD>-<Country_code>-<Area_code>-<Phone Number>, 00-86-25-86281234 *
    [all...]
  /packages/services/Telephony/src/com/android/phone/
AdvancedOptionsPreference.java 16 package com.android.phone;
Assert.java 18 package com.android.phone;
CallController.java 17 package com.android.phone;
20 import com.android.internal.telephony.Phone;
22 import com.android.phone.CallGatewayManager.RawGatewayInfo;
23 import com.android.phone.Constants.CallStatusCode;
38 * Phone app module in charge of "call control".
175 * (4) Here in CallController.placeCall() we read the phone number or SIP
280 Phone phone = null; local
298 // find the phone first
299 // TODO Need a way to determine which phone to place the cal
    [all...]
CallLogger.java 17 package com.android.phone;
21 import com.android.internal.telephony.Phone;
24 import com.android.phone.common.CallLogAsync;
61 final Phone phone = c.getCall().getPhone(); local
78 final boolean isOtaspNumber = TelephonyCapabilities.supportsOtasp(phone)
79 && phone.isOtaSpNumber(number);
118 * @param conn The phone connection.
136 * Retrieve the phone number from the caller info or the connection.
142 * If CallerInfo is missing the phone number, get it from the connection
    [all...]
CdmaOptions.java 17 package com.android.phone;
29 import com.android.internal.telephony.Phone;
32 * List of Phone-specific settings screens.
51 private Phone mPhone;
53 public CdmaOptions(PreferenceFragment prefFragment, PreferenceScreen prefScreen, Phone phone) {
67 update(phone);
72 // phone.
73 protected void update(Phone phone) {
    [all...]
  /packages/services/Telephony/src/com/android/phone/vvm/
VisualVoicemailSettingsUtil.java 16 package com.android.phone.vvm;
  /packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
FrontendAppIdentifier.java 17 package com.android.phone.testapps.embmsmw;
  /external/chromium-trace/catapult/devil/devil/utils/
battor_device_mapping.py 12 "Phone serial number" - Serial number of the phone. This can be
14 to change for a given phone.
30 for the BattOr that is plugged into a given phone. For instance,
31 the user will be running tracing on a particular phone, and will
36 mapping between phone serial numbers and BattOr serial numbers, and
42 [{'phone': <phone serial 1>, 'battor': <battor serial 1>},
43 {'phone': <phone serial 2>, 'battor': <battor serial 2>}, ...
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/utils/
battor_device_mapping.py 12 "Phone serial number" - Serial number of the phone. This can be
14 to change for a given phone.
30 for the BattOr that is plugged into a given phone. For instance,
31 the user will be running tracing on a particular phone, and will
36 mapping between phone serial numbers and BattOr serial numbers, and
42 [{'phone': <phone serial 1>, 'battor': <battor serial 1>},
43 {'phone': <phone serial 2>, 'battor': <battor serial 2>}, ...
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
LatencyTester.java 29 import com.android.systemui.statusbar.phone.FingerprintUnlockController;
30 import com.android.systemui.statusbar.phone.StatusBar;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayoutTest.java 32 import com.android.systemui.statusbar.phone.ScrimController;
33 import com.android.systemui.statusbar.phone.StatusBar;
  /packages/services/Telephony/
Android.mk 3 # Build the Phone app which includes the emergency dialer. See Contacts
28 src/com/android/phone/EventLogTags.logtags \
29 src/com/android/phone/INetworkQueryService.aidl \
30 src/com/android/phone/INetworkQueryServiceCallback.aidl
41 --extra-packages com.android.phone.common \
  /packages/services/Telephony/tests/src/com/android/phone/
CnapTest.java 18 package com.android.phone;
24 import com.android.phone.PhoneUtils;
36 // TODO: This string should be loaded from the phone package and
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java 29 import com.android.internal.telephony.Phone;
44 protected GsmCellBroadcastHandler(Context context, Phone phone) {
45 super("GsmCellBroadcastHandler", context, phone);
46 phone.mCi.setOnNewGsmBroadcastSms(getHandler(), EVENT_NEW_SMS_MESSAGE, null);
61 Phone phone) {
62 GsmCellBroadcastHandler handler = new GsmCellBroadcastHandler(context, phone);
  /packages/apps/Contacts/src/com/android/contacts/model/
SimContact.java 25 import android.provider.ContactsContract.CommonDataKinds.Phone;
51 public SimContact(long id, String name, String phone) {
52 this(id, name, phone, null);
55 public SimContact(long id, String name, String phone, String[] emails) {
58 mPhone = phone == null ? "" : phone.trim();
99 ops.add(createInsertOp(rawContactOpIndex, Phone.CONTENT_ITEM_TYPE,
100 Phone.NUMBER, mPhone));
200 final String phone = source.readString();
202 return new SimContact(id, name, phone, emails)
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
AccessibilitySettingsFragment.java 17 package com.android.phone.settings;
33 import com.android.internal.telephony.Phone;
35 import com.android.phone.PhoneGlobals;
36 import com.android.phone.R;
144 final Phone[] phones = PhoneFactory.getPhones();
150 for (Phone phone : phones) {
151 if (phone.isImsVideoCallOrConferencePresent()) {
VoicemailProviderListPreference.java 17 package com.android.phone.settings;
32 import com.android.internal.telephony.Phone;
33 import com.android.phone.PhoneGlobals;
34 import com.android.phone.R;
62 private Phone mPhone;
80 public void init(Phone phone, Intent intent) {
81 mPhone = phone;
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ImportDialogFragment.java 158 CharSequence phone = sim.getFormattedPhone();
159 if (phone == null) {
160 phone = sim.getPhone();
162 if (phone != null) {
163 phone = PhoneNumberUtilsCompat.createTtsSpannable(phone);
166 if (count != -1 && phone != null) {
170 return TextUtils.expandTemplate(template, String.valueOf(count), phone);
171 } else if (phone != null) {
172 return phone;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 79 import com.android.internal.telephony.Phone;
216 private Phone phone = null; field in class:RadioInfo
368 phone = PhoneFactory.getDefaultPhone();
371 // Better to have an instance per phone?
448 phone.getPreferredNetworkType(
513 log("onPause: unregister phone & data intents");
592 dnsCheckState.setText(phone.isDnsCheckDisabled() ?
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NavBarTuner.java 17 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.KEY;
18 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.KEY_CODE_END;
19 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.KEY_CODE_START;
20 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.KEY_IMAGE_DELIM;
21 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.MENU_IME;
22 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.NAVSPACE;
23 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.NAV_BAR_LEFT;
24 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.NAV_BAR_RIGHT;
25 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.NAV_BAR_VIEWS;
26 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.extractButton
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Phone.java 37 public final class Phone {
43 * @param phone The {@code Phone} calling this method.
46 * @deprecated Use {@link #onCallAudioStateChanged(Phone, CallAudioState)} instead.
49 public void onAudioStateChanged(Phone phone, AudioState audioState) { }
54 * @param phone The {@code Phone} calling this method.
57 public void onCallAudioStateChanged(Phone phone, CallAudioState callAudioState) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
SmsMmsContacts.java 63 * Get a contacts phone number based on the canonical addresses id of the contact.
67 * @return the phone number of the contact - or null if id does not exist.
137 public MapContact getContactNameFromPhone(String phone, ContentResolver resolver) {
138 return getContactNameFromPhone(phone, resolver, null);
142 * @param phone the phone number of the contact
146 public MapContact getContactNameFromPhone(String phone, ContentResolver resolver,
148 MapContact contact = mNames.get(phone);
170 Uri.encode(phone));
185 mNames.put(phone, contact)
    [all...]

Completed in 470 milliseconds

1 2 34 5 6 7 8 91011>>