HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 101 - 125 of 438) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/services/Telephony/src/com/android/phone/
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...]
OtaStartupReceiver.java 17 package com.android.phone;
33 import com.android.internal.telephony.Phone;
40 * Handles OTA Start procedure at phone power up. At phone power up, if phone is not OTA
41 * provisioned (check MIN value of the Phone) and 'device_provisioned' is not set,
42 * OTA Activation screen is shown that helps user activate the phone
88 // - STATE_EMERGENCY_ONLY // Phone is locked; only emergency numbers are allowed
95 Phone phone = PhoneGlobals.getPhone()
142 Phone phone = PhoneGlobals.getPhone(); local
    [all...]
EmergencyCallHelper.java 17 package com.android.phone;
21 import com.android.internal.telephony.Phone;
199 // - STATE_EMERGENCY_ONLY // Phone is locked; only emergency numbers are allowed
270 if (DBG) log("onRetryTimeout(): phone state " + phoneState
477 // twice. (We need this because Phone.registerForServiceStateChanged()
479 Phone phone = mCM.getDefaultPhone(); local
480 phone.unregisterForServiceStateChanged(this); // Safe even if not currently registered
481 phone.registerForServiceStateChanged(this, SERVICE_STATE_CHANGED, null);
486 Phone phone = mCM.getDefaultPhone() local
    [all...]
CLIRListPreference.java 1 package com.android.phone;
3 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
6 import com.android.internal.telephony.Phone;
26 private Phone mPhone;
51 TimeConsumingPreferenceListener listener, boolean skipReading, Phone phone) {
52 mPhone = phone;
CallWaitingCheckBoxPreference.java 1 package com.android.phone;
4 import com.android.internal.telephony.Phone;
6 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
16 import com.android.internal.telephony.Phone;
23 private Phone mPhone;
39 TimeConsumingPreferenceListener listener, boolean skipReading, Phone phone) {
40 mPhone = phone;
CdmaPhoneCallState.java 17 package com.android.phone;
21 * information for Call Waiting and 3Way for CDMA instance of Phone App.
28 * call or phone state of OFFHOOK, but in more complex conditions e.g. when phone is already
HfaService.java 17 package com.android.phone;
NetworkQueryService.java 17 package com.android.phone;
31 import com.android.internal.telephony.Phone;
120 Phone phone = PhoneFactory.getPhone(phoneId);
121 if (phone != null) {
122 phone.getAvailableNetworks(
128 log("phone is null");
NotificationMgr.java 17 package com.android.phone;
51 import com.android.internal.telephony.Phone;
54 import com.android.phone.settings.VoicemailSettingsActivity;
55 import com.android.phone.vvm.omtp.sync.VoicemailStatusQueryHelper;
56 import com.android.phone.settings.VoicemailNotificationSettingsUtil;
57 import com.android.phone.settings.VoicemailProviderSettingsUtil;
65 * NotificationManager-related utility code for the Phone app.
92 private Phone mPhone;
159 * while a phone call is active
210 * pulling the phone out of your pocket.
303 Phone phone = PhoneGlobals.getPhone(subId); local
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
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;
TtyModeListPreference.java 17 package com.android.phone.settings;
29 import com.android.phone.PhoneGlobals;
30 import com.android.phone.R;
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/fetch/
FetchVoicemailReceiver.java 16 package com.android.phone.vvm.omtp.fetch;
35 import com.android.phone.PhoneUtils;
36 import com.android.phone.vvm.omtp.OmtpVvmCarrierConfigHelper;
37 import com.android.phone.vvm.omtp.imap.ImapHelper;
38 import com.android.phone.vvm.omtp.sync.OmtpVvmSourceManager;
  /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);
169 Uri uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI,Uri.encode(phone));
184 mNames.put(phone, contact)
    [all...]
  /packages/apps/Messaging/tools/messagegen/
fillsms 36 # Generate 2 threads each with 10 SMSes and 10 MMSes on device with phone
180 # Get random phone number
185 phone="+1$AREA_CODE$middle$last"
186 echo $phone
193 add_sql "insert into canonical_addresses (_id,address) values ($addr_id,'$phone');"
207 add_sql "insert into sms (_id,thread_id,address,person,date,status,type,body,read,seen) values ($message_id, $thread_id, '$phone', '$phone', $date, -1, $message_type, '$message', 1, 1);"
241 add_sql "insert into addr (_id,msg_id,address,type,charset) values ($id_1, $message_id, '$phone', 137, 106);"
245 add_sql "insert into addr (_id,msg_id,address,type,charset) values ($id_2, $message_id, '$phone', 151, 106);"
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 37 * Telephony tester receives the following intents where {name} is the phone name
79 TelephonyTester(PhoneBase phone) {
80 mPhone = phone;
96 phone.getContext().registerReceiver(mIntentReceiver, filter, null, mPhone.getHandler());
WakeLockStateMachine.java 64 protected WakeLockStateMachine(String debugTag, Context context, PhoneBase phone) {
68 mPhone = phone;
80 public void updatePhoneObject(PhoneBase phone) {
81 sendMessage(EVENT_UPDATE_PHONE_OBJECT, phone);
117 log("updatePhoneObject: phone=" + mPhone.getClass().getSimpleName());
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
GetPin2Screen.java 17 package com.android.phone.settings.fdn;
35 import com.android.phone.PhoneGlobals;
36 import com.android.phone.R;
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 53 import com.android.internal.telephony.Phone;
70 private final String TAG = "phone";
130 private Phone phone = null; field in class:RadioInfo
219 phone.getPreferredNetworkType(
260 phone = PhoneFactory.getDefaultPhone();
340 phone.getPreferredNetworkType(
342 phone.getNeighboringCids(
374 log("onResume: register phone & data intents");
391 log("onPause: unregister phone & data intents")
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapFolder.java 16 package com.android.phone.common.mail.store;
22 import com.android.phone.common.mail.store.ImapStore.ImapException;
23 import com.android.phone.common.mail.store.ImapStore.ImapMessage;
24 import com.android.phone.common.mail.store.imap.ImapConstants;
25 import com.android.phone.common.mail.store.imap.ImapElement;
26 import com.android.phone.common.mail.store.imap.ImapList;
27 import com.android.phone.common.mail.store.imap.ImapResponse;
28 import com.android.phone.common.mail.store.imap.ImapString;
29 import com.android.phone.common.mail.store.imap.ImapUtility;
30 import com.android.phone.common.mail.AuthenticationFailedException
    [all...]
  /external/protobuf/examples/
add_person.py 18 number = raw_input("Enter a phone number (or leave blank to finish): ")
22 phone_number = person.phone.add()
25 type = raw_input("Is this a mobile, home, or work phone? ")
33 print "Unknown phone type; leaving as default value."
list_people.py 16 for phone_number in person.phone:
18 print " Mobile phone #:",
20 print " Home phone #:",
22 print " Work phone #:",
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardIndicationTextView.java 17 package com.android.systemui.statusbar.phone;
PlatformVelocityTracker.java 17 package com.android.systemui.statusbar.phone;
  /packages/services/Telephony/src/com/android/phone/common/mail/
Base64Body.java 16 package com.android.phone.common.mail;
FixedLengthInputStream.java 16 package com.android.phone.common.mail;

Completed in 469 milliseconds

1 2 3 45 6 7 8 91011>>