HomeSort by relevance Sort by last modified time
    Searched full:phone (Results 351 - 375 of 801) sorted by null

<<11121314151617181920>>

  /frameworks/base/telephony/java/android/telephony/gsm/
GsmCellLocation.java 23 * Represents the cell location on a GSM phone.
  /frameworks/base/tools/preload/
Policy.java 49 "com.android.phone",
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
Policy.java 53 Log.e(TAG, "Could not preload class for phone policy: " + s);
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlert.java 63 // on, the user does not need to unlock the phone to dismiss the alarm.
  /packages/apps/Contacts/res/layout-land-finger/
twelve_key_dialer.xml 25 It's type is set to PHONE (to put the keyboard in the right
  /packages/apps/Contacts/res/layout-long-land-finger/
twelve_key_dialer.xml 25 It's type is set to PHONE (to put the keyboard in the right
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 34 import android.provider.ContactsContract.CommonDataKinds.Phone;
122 // Make sure phone isn't already busy before starting direct call
213 callLabel = Phone.getDisplayLabel(this,
248 createIntent.putExtra(Insert.PHONE, mNumber);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlert.java 63 // on, the user does not need to unlock the phone to dismiss the alarm.
  /packages/apps/Phone/src/com/android/phone/
CdmaDisplayInfo.java 17 package com.android.phone;
EditPinPreference.java 17 package com.android.phone;
FdnSetting.java 17 package com.android.phone;
31 import com.android.internal.telephony.Phone;
35 * FDN settings UI for the Phone app.
41 private Phone mPhone;
GetPin2Screen.java 17 package com.android.phone;
  /packages/apps/Settings/res/values-fr/
strings.xml 113 <string name="bluetooth_ask_enablement" msgid="2342558978033892004">"Une application sur votre téléphone demande l\'autorisation d\'activer Bluetooth. Voulez-vous l\'activer ?"</string>
114 <string name="bluetooth_ask_discovery" msgid="669870705606180872">"Une application sur votre téléphone demande l\'autorisation d\'activer la fonction de détection de votre téléphone par d\'autres appareils Bluetooth pendant <xliff:g id="TIMEOUT">%1$d</xliff:g> secondes. Voulez-vous l\'activer ?"</string>
115 <string name="bluetooth_ask_enablement_and_discovery" msgid="7220210326619399542">"Une application sur votre téléphone demande l\'autorisation d\'activer Bluetooth et de permettre à d\'autres appareils de détecter votre téléphone pendant <xliff:g id="TIMEOUT">%1$d</xliff:g> secondes. Voulez-vous l\'activer ?"</string>
162 <string name="radio_info_phone_number_label" msgid="7192944627907412169">"Numéro de téléphone :"</string>
199 <string name="phone_info_label" msgid="2127552523124277664">"Informations sur le téléphone"</string>
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 44 import android.provider.ContactsContract.CommonDataKinds.Phone;
84 // If we encounter more than this many contacts with matching phone number or email,
261 + " AND " + Phone.NUMBER + " NOT NULL"
297 mMimeTypeIdPhone = mDbHelper.getMimeTypeId(Phone.CONTENT_ITEM_TYPE);
698 * name match to be primary and phone, email etc matches to be secondary. A good primary
704 * John Doe with phone number 111-111-1111 and Jon Doe with phone number 111-111-1111 should
707 * John Doe with phone number 111-111-1111 and Deborah Doe with phone number 111-111-1111 should
716 // We haven't found a good match on name, see if we have any matches on phone, email et
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 56 import android.provider.ContactsContract.CommonDataKinds.Phone;
172 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
173 values.put(Phone.NUMBER, "18004664411");
174 values.put(Phone.TYPE, Phone.TYPE_HOME);
175 values.putNull(Phone.LABEL);
183 assertStoredValues(ContentUris.withAppendedId(Phone.CONTENT_URI, phoneId), values);
184 assertSelection(Phone.CONTENT_URI, values, Data._ID, phoneId);
195 Uri filterUri1 = Uri.withAppendedPath(Phone.CONTENT_FILTER_URI, "tamale");
198 values.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE)
    [all...]
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoReceiveSmsPermissionTest.java 51 * Note: this test requires that the device under test reports a valid phone number
87 // get current phone number
  /development/pdk/docs/compatibility/
index.jd 17 <p>A mobile phone is a highly personal, always-on, always-present gateway to
29 <p>Every line of code developers write to work around a particular phone's bug
  /development/simulator/app/
PhoneData.cpp 399 * phone image.
484 * Load all resources associated with the phone.
496 * Unload all resources associated with the phone.
749 * Load all resources associated with the phone.
761 * Unload all resources associated with the phone.
790 * Return the Nth phone mode entry.
822 * Return the Nth phone mode entry.
856 * Return the Nth phone keyboard entry.
  /device/sample/skins/WVGAMedDpi/
layout 67 phone-dial {
72 phone-hangup {
  /external/svox/pico/lib/
picowa.h 62 - graph in lex - single entry without phone (:G2P), POSes from lex
64 - graph in lex - {1,4} entries with phone, pos1...posN from lex,
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.cpp 43 SkColorSetARGB(0xff, 0x46, 0xb0, 0x00), // fake ring select, for phone, email, text
50 SkColorSetARGB(0xff, 0x8c, 0xd9, 0x00), // fake ring select, for phone, email, text
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 27 * The coordinate space is defined relative to the screen of the phone
98 * to the phone minus the force of gravity.
  /frameworks/base/docs/html/guide/topics/search/
index.jd 80 privacy whenever possible. Many users consider their activities on the phone, including searches, to
101 they share their phone with a friend. If your application provides suggestions that can reveal
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCall.java 26 import com.android.internal.telephony.Phone;
76 public Phone
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 23 import com.android.internal.telephony.Phone;
71 public Phone

Completed in 105 milliseconds

<<11121314151617181920>>