HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 51 - 75 of 213) sorted by null

1 23 4 5 6 7 8 9

  /packages/apps/Phone/src/com/android/phone/
OtaStartupReceiver.java 17 package com.android.phone;
33 import com.android.internal.telephony.Phone;
39 * Handles OTA Start procedure at phone power up. At phone power up, if phone is not OTA
40 * provisioned (check MIN value of the Phone) and 'device_provisioned' is not set,
41 * OTA Activation screen is shown that helps user activate the phone
82 // - STATE_EMERGENCY_ONLY // Phone is locked; only emergency numbers are allowed
89 Phone phone = PhoneApp.getPhone()
130 Phone phone = PhoneApp.getPhone(); local
    [all...]
SpecialCharSequenceMgr.java 17 package com.android.phone;
25 import com.android.internal.telephony.Phone;
34 * that are handled specially by the Phone app.
83 * which is still in the Phone App.
128 // your phone, and need to change the PIN! The only way to do
163 // if the phone is keyguard-restricted, then just ignore this
165 // exposed unless the phone is unlocked, and this code can be
177 intent.setClassName("com.android.phone",
178 "com.android.phone.SimContacts");
197 boolean isMMIHandled = app.phone.handlePinMmi(input)
225 Phone phone = PhoneApp.getPhone(); local
    [all...]
CallForwardEditPreference.java 1 package com.android.phone;
6 import com.android.internal.telephony.Phone;
20 import static com.android.phone.TimeConsumingPreferenceActivity.RESPONSE_ERROR;
39 Phone phone; field in class:CallForwardEditPreference
46 phone = PhoneApp.getPhone();
67 phone.getCallForwardingOption(reason,
123 // the interface of Phone.setCallForwardingOption has error:
125 phone.setCallForwardingOption(action,
261 phone.getCallForwardingOption(reason
    [all...]
CdmaOptions.java 17 package com.android.phone;
30 import com.android.internal.telephony.Phone;
34 * List of Phone-specific settings screens.
48 private Phone mPhone;
50 public CdmaOptions(PreferenceActivity prefActivity, PreferenceScreen prefScreen, Phone phone) {
53 mPhone = phone;
78 final boolean isLTE = mPhone.getLteOnCdmaMode() == Phone.LTE_ON_CDMA_TRUE;
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
ClearMissedCallsService.java 17 package com.android.phone;
30 "com.android.phone.intent.CLEAR_MISSED_CALLS";
MultiLineTitleEditTextPreference.java 17 package com.android.phone;
42 * <com.android.phone.RespondViaSmsManager$MultiLineTitleEditTextPreference ... />
45 * <view class="com.android.phone.Foo$Bar"> as you can with regular views.
SmallerHitTargetTouchListener.java 17 package com.android.phone;
PhoneApp.java 17 package com.android.phone;
61 import com.android.internal.telephony.Phone;
66 import com.android.phone.OtaUtils.CdmaOtaScreenState;
70 * Top-level Application class for the Phone app.
76 * Phone app-wide debug level:
82 * Most individual classes in the phone app have a local DBG constant,
116 // the individual Activities of the Phone UI.
150 "com.android.phone.ACTION_HANG_UP_ONGOING_CALL";
153 * Intent Action used for making a phone call from Notification bar.
157 "com.android.phone.ACTION_CALL_BACK_FROM_NOTIFICATION"
170 Phone phone; field in class:PhoneApp
    [all...]
InCallUiState.java 17 package com.android.phone;
19 import com.android.phone.Constants.CallStatusCode;
35 * phone app.
38 * InCallScreen, since it needs to persist throughout an entire phone call,
390 * "Call origin" of the most recent phone call.
392 * Watch out: right now this is only used to determine where the user should go after the phone
410 * Flag forcing Phone app to show in-call UI even when there's no phone call and thus Phone
413 * - the last phone call is hung up, an
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccSmsInterfaceManager.java 39 protected IccSmsInterfaceManager(PhoneBase phone){
40 mPhone = phone;
41 mContext = phone.getContext();
SmsStorageMonitor.java 49 /** Context from phone object passed to constructor. */
68 * @param phone the Phone to use
70 public SmsStorageMonitor(PhoneBase phone) {
71 mContext = phone.getContext();
72 mCm = phone.mCM;
94 * Handles events coming from the phone stack. Overridden from handler.
PhoneSubInfo.java 30 static final String LOG_TAG = "PHONE";
31 private Phone mPhone;
41 public PhoneSubInfo(Phone phone) {
42 mPhone = phone;
43 mContext = phone.getContext();
92 * Retrieves the phone number string for line 1.
201 pw.println("Phone Subscriber Info:");
202 pw.println(" Phone Type = " + mPhone.getPhoneName());
  /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 #:",
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 #: ";
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 33 static const char* xlate(const char* phone, const char* cmu, const char* nuance) {
35 if (strncmp(phone, cmu, ncmu) || !isspace(phone[ncmu])) return NULL;
37 return phone + strlen(cmu);
  /external/srec/srec/include/
hmm_desc.h 51 unsigned char phone; /* Internal phoneme symbol */ member in struct:__anon12631
52 unsigned char pr_code[4]; /* Printable phone code */
  /system/core/toolbox/
readtty.c 67 int phone = 0; local
96 phone = 1;
121 if(phone) {
147 if(phone) {
  /packages/apps/Phone/src/com/android/phone/sip/
SipSharedPreferences.java 17 package com.android.phone.sip;
19 import com.android.phone.R;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 170 // On mobile originated (MO) calls, the phone number may have changed
174 // and therefore don't need to compare the phone number anyway.
177 // ... but we can compare phone numbers on MT calls, and we have
309 if (Phone.DEBUG_PHONE) {
366 GSMPhone phone = owner.phone; local
367 int serviceState = phone.getServiceState().getState();
373 } else if (phone.getIccCard().getState() != IccCard.State.READY) {
376 if (phone.mSST.mRestrictedState.isCsRestricted()) {
378 } else if (phone.mSST.mRestrictedState.isCsEmergencyRestricted())
    [all...]
GsmCallTracker.java 38 import com.android.internal.telephony.Phone;
83 GSMPhone phone; field in class:GsmCallTracker
87 Phone.State state = Phone.State.IDLE;
96 GsmCallTracker (GSMPhone phone) {
97 this.phone = phone;
98 cm = phone.mCM;
203 pendingMO = new GsmConnection(phone.getContext(), checkForTestEmergencyNumber(dialString),
210 // Phone number is invali
    [all...]
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 32 import com.android.internal.telephony.Phone;
74 Log.d(TAG, "- state: " + intent.getBooleanExtra(Phone.STATE_KEY, false));
77 Log.d(TAG, "- apnName: " + intent.getStringExtra(Phone.DATA_APN_KEY));
78 Log.d(TAG, "- apnType: " + intent.getStringExtra(Phone.DATA_APN_TYPE_KEY));
79 Log.d(TAG, "- state: " + intent.getStringExtra(Phone.STATE_KEY));
80 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY));
82 intent.getBooleanExtra(Phone.NETWORK_UNAVAILABLE_KEY, false));
87 Log.d(TAG, "- phoneName: " + intent.getStringExtra(Phone.PHONE_NAME_KEY));
90 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY));
97 Log.d(TAG, "- phoneName: " + intent.getStringExtra(Phone.PHONE_NAME_KEY))
131 Phone phone = PhoneFactory.getDefaultPhone(); local
    [all...]
  /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...]
  /build/target/board/vbox_x86/
device.mk 38 $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)

Completed in 826 milliseconds

1 23 4 5 6 7 8 9