HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 276 - 300 of 362) sorted by null

<<1112131415

  /external/chromium_org/components/test/data/web_database/
version_31.sql 17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0, guid VARCHAR NOT NULL DEFAULT "");
version_32.sql 17 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, label VARCHAR, first_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, company_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, state VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_modified INTEGER NOT NULL DEFAULT 0);
version_34.sql 21 INSERT INTO "autofill" VALUES('phone','415-551-2222','415-551-2222',4,1);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeService.java 43 import com.android.systemui.statusbar.phone.DozeParameters;
44 import com.android.systemui.statusbar.phone.DozeParameters.PulseSchedule;
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 46 import com.android.phone.common.animation.AnimUtils;
47 import com.android.phone.common.animation.AnimationListenerAdapter;
56 * Phone app "in call" screen.
266 * (Since the Phone app itself is never killed, this basically means that we'll keep a single
400 // TODO: Dump phone state?
505 * If both a phone account handle and a list of phone accounts to choose from are
  /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...]
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 43 import com.android.systemui.statusbar.phone.PhoneStatusBar;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 35 import com.android.systemui.statusbar.phone.PhoneStatusBar;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 17 package com.android.systemui.statusbar.phone;
QSTileHost.java 17 package com.android.systemui.statusbar.phone;
ScrimController.java 17 package com.android.systemui.statusbar.phone;
Ticker.java 17 package com.android.systemui.statusbar.phone;
KeyguardAffordanceHelper.java 17 package com.android.systemui.statusbar.phone;
35 * A touch handler of the keyguard which is responsible for launching phone and camera affordances.
KeyguardBottomAreaView.java 17 package com.android.systemui.statusbar.phone;
60 * Implementation for the bottom area of the Keyguard, including camera/phone affordance and status
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 35 import com.android.systemui.statusbar.phone.PhoneStatusBar;
HeadsUpNotificationView.java 40 import com.android.systemui.statusbar.phone.PhoneStatusBar;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 116 loadTestPhoto()).phone("1-800-4664-411").build();
  /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;
125 mContactListIntent.setType(Phone.CONTENT_ITEM_TYPE);
127 //get the edit phone number default settings
321 // phone numbers and calling the close action listener.
360 * Phone number handling code
363 // return the phone number, after it has been stripped of all
368 /** The phone number including any formatting characters */
373 //set the phone number value.
EmergencyCallbackModeExitDialog.java 17 package com.android.phone;
42 import com.android.internal.telephony.Phone;
57 "com.android.phone.action.ACTION_SHOW_ECM_EXIT_DIALOG";
75 private Phone mPhone = null;
81 // Check if phone is in Emergency Callback Mode. If not, exit.
NetworkSetting.java 17 package com.android.phone;
41 import com.android.internal.telephony.Phone;
48 * "Networks" settings UI for the Phone app.
53 private static final String LOG_TAG = "phone";
73 Phone mPhone;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 36 import com.android.internal.telephony.Phone;
100 CdmaCallTracker(CDMAPhone phone) {
101 mPhone = phone;
102 mCi = phone.mCi;
223 // Phone number is invalid
290 Rlog.i("phone", "acceptCall: incoming...");
306 throw new CallStateException("phone not ringing");
313 // so if the phone isn't ringing, this could hang up held
317 throw new CallStateException("phone not ringing");
479 if (Phone.DEBUG_PHONE)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 40 import com.android.internal.telephony.Phone;
100 GsmCallTracker (GSMPhone phone) {
101 this.mPhone = phone;
102 mCi = phone.mCi;
210 // Phone number is invalid
256 Rlog.i("phone", "acceptCall: incoming...");
264 throw new CallStateException("phone not ringing");
271 // so if the phone isn't ringing, this could hang up held
275 throw new CallStateException("phone not ringing");
479 if (Phone.DEBUG_PHONE) log
    [all...]

Completed in 704 milliseconds

<<1112131415