HomeSort by relevance Sort by last modified time
    Searched full:phone (Results 1 - 25 of 867) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/
package.html 3 Provides APIs for monitoring the basic phone information, such as
5 for manipulating phone number strings.
CellLocation.java 29 import com.android.internal.telephony.Phone;
43 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.getService("phone")); local
44 if (phone != null) {
45 phone.updateServiceLocation();
67 case Phone.PHONE_TYPE_CDMA:
69 case Phone.PHONE_TYPE_GSM:
88 * location, or null for unknown/none phone radio types.
95 case Phone.PHONE_TYPE_CDMA:
97 case Phone.PHONE_TYPE_GSM
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneNotifier.java 24 public void notifyPhoneState(Phone sender);
26 public void notifyServiceState(Phone sender);
28 public void notifyCellLocation(Phone sender);
30 public void notifySignalStrength(Phone sender);
32 public void notifyMessageWaitingChanged(Phone sender);
34 public void notifyCallForwardingChanged(Phone sender);
36 public void notifyDataConnection(Phone sender, String reason);
38 public void notifyDataConnectionFailed(Phone sender, String reason);
40 public void notifyDataActivity(Phone sender);
CallManager.java 42 * and control calls. It implements Phone interface.
86 private final ArrayList<Phone> mPhones;
100 // default phone as the first phone registered, which is PhoneBase obj
101 private Phone mDefaultPhone;
168 mPhones = new ArrayList<Phone>();
186 * @param phone a Phone object
187 * @return the corresponding PhoneBase obj in Phone if Phone
    [all...]
DefaultPhoneNotifier.java 42 public void notifyPhoneState(Phone sender) {
55 public void notifyServiceState(Phone sender) {
63 public void notifySignalStrength(Phone sender) {
71 public void notifyMessageWaitingChanged(Phone sender) {
79 public void notifyCallForwardingChanged(Phone sender) {
87 public void notifyDataActivity(Phone sender) {
95 public void notifyDataConnection(Phone sender, String reason) {
112 public void notifyDataConnectionFailed(Phone sender, String reason) {
120 public void notifyCellLocation(Phone sender) {
138 public static int convertCallState(Phone.State state)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
TelephonyCapabilities.java 17 package com.android.phone;
23 import com.android.internal.telephony.Phone;
27 * functions that depend upon the type of phone or the carrier. Ultimately
43 /* package */ static boolean useShortDtmfTones(Phone phone, Context context) {
44 int phoneType = phone.getPhoneType();
45 if (phoneType == Phone.PHONE_TYPE_GSM) {
47 } else if (phoneType == Phone.PHONE_TYPE_CDMA) {
57 } else if (phoneType == Phone.PHONE_TYPE_SIP) {
61 throw new IllegalStateException("Unexpected phone type: " + phoneType)
    [all...]
SipBroadcastReceiver.java 17 package com.android.phone;
20 import com.android.internal.telephony.Phone;
23 import com.android.phone.sip.SipProfileDb;
24 import com.android.phone.sip.SipSharedPreferences;
60 SipPhone phone = PhoneFactory.makeSipPhone(localSipUri); local
61 if (phone != null) {
62 CallManager.getInstance().registerPhone(phone);
64 Log.d(TAG, "new phone: " + localSipUri + " #phones="
69 Log.d(TAG, "removed phone: " + localSipUri + " #phones="
81 for (Phone phone : CallManager.getInstance().getAllPhones())
    [all...]
EventLogTags.logtags 3 option java_package com.android.phone;
  /packages/apps/Phone/
Android.mk 3 # Static library with some common classes for the phone apps.
5 # LOCAL_STATIC_JAVA_LIBRARIES := com.android.phone.common
11 src/com/android/phone/ButtonGridLayout.java \
12 src/com/android/phone/CallLogAsync.java \
13 src/com/android/phone/HapticFeedback.java
15 LOCAL_MODULE := com.android.phone.common
18 # Build the Phone app which includes the emergency dialer. See Contacts
26 src/com/android/phone/EventLogTags.logtags \
27 src/com/android/phone/INetworkQueryService.aidl \
28 src/com/android/phone/INetworkQueryServiceCallback.aid
    [all...]
  /external/srec/doc/logs/srec/
recog4_SHIP_bothtags5.res 11 R: phone delete VCE_Pete_Gonzalez
13 R: phone delete VCE_Peter_Wilson
15 R: phone delete VCE_Edgar_Young
17 R: phone delete VCE_Andrew_Evans
19 R: phone delete VCE_John_Martinez
21 R: phone delete Jen_Parker
23 R: phone delete Jennifer_Hernandez
25 R: phone delete Barb_Baker
27 R: phone delete Elaine
29 R: phone delete Davi
    [all...]
recog4_SHIP_bothtags5_from_saved.res 11 R: phone delete VCE_Pete_Gonzalez
13 R: phone delete VCE_Peter_Wilson
15 R: phone delete VCE_Edgar_Young
17 R: phone delete VCE_Andrew_Evans
19 R: phone delete VCE_John_Martinez
21 R: phone delete Jen_Parker
23 R: phone delete Jennifer_Hernandez
25 R: phone delete Barb_Baker
27 R: phone delete Elaine
29 R: phone delete Davi
    [all...]
  /packages/apps/Phone/res/xml/
gsm_umts_call_options.xml 3 xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
12 android:targetPackage="com.android.phone"
13 android:targetClass="com.android.phone.GsmUmtsCallForwardOptions"/>
22 android:targetPackage="com.android.phone"
23 android:targetClass="com.android.phone.GsmUmtsAdditionalCallOptions"/>
callforward_options.xml 3 xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
7 <!-- Note for all com.android.phone.EditPreference objects
16 <com.android.phone.CallForwardEditPreference
24 phone:confirmMode="activation"
25 phone:serviceClass="voice"
26 phone:reason="unconditional"
30 <!-- See note on com.android.phone.EditPreference above -->
31 <com.android.phone.CallForwardEditPreference
39 phone:confirmMode="activation
    [all...]
gsm_umts_additional_options.xml 3 xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
6 <com.android.phone.CLIRListPreference
15 <com.android.phone.CallWaitingCheckBoxPreference
cdma_call_options.xml 3 xmlns:settings="http://schemas.android.com/apk/res/com.android.phone"
6 <com.android.phone.CdmaVoicePrivacyCheckBoxPreference
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java 27 public void notifyPhoneState(Phone sender) {
30 public void notifyServiceState(Phone sender) {
33 public void notifyCellLocation(Phone sender) {
36 public void notifySignalStrength(Phone sender) {
39 public void notifyMessageWaitingChanged(Phone sender) {
42 public void notifyCallForwardingChanged(Phone sender) {
45 public void notifyDataConnection(Phone sender, String reason) {
48 public void notifyDataConnectionFailed(Phone sender, String reason) {
51 public void notifyDataActivity(Phone sender) {
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 24 import android.provider.ContactsContract.CommonDataKinds.Phone;
133 checkShouldCollapse("41", true, Phone.CONTENT_ITEM_TYPE, null, Phone.CONTENT_ITEM_TYPE,
135 checkShouldCollapse("42", true, Phone.CONTENT_ITEM_TYPE, "1", Phone.CONTENT_ITEM_TYPE, "1");
137 checkShouldCollapse("51", false, Phone.CONTENT_ITEM_TYPE, "1", Phone.CONTENT_ITEM_TYPE,
139 checkShouldCollapse("52", false, Phone.CONTENT_ITEM_TYPE, "1", Phone.CONTENT_ITEM_TYPE,
141 checkShouldCollapse("53", false, Phone.CONTENT_ITEM_TYPE, null, Phone.CONTENT_ITEM_TYPE
    [all...]
EntityDeltaTests.java 35 import android.provider.ContactsContract.CommonDataKinds.Phone;
73 final ContentValues phone = new ContentValues(); local
74 phone.put(Data._ID, phoneId);
75 phone.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
76 phone.put(Phone.NUMBER, TEST_PHONE_NUMBER_1);
77 phone.put(Phone.TYPE, Phone.TYPE_HOME)
106 final ContentValues phone = new ContentValues(); local
223 final ContentValues phone = new ContentValues(); local
263 final ContentValues phone = new ContentValues(); local
388 final ContentValues phone = new ContentValues(); local
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 22 import android.provider.ContactsContract.CommonDataKinds.Phone;
59 * @param primaryId primary ID in phone table.
60 * @param homeId home ID in phone table.
61 * @param mobileId mobile ID in phone table.
62 * @param workId work ID in phone table.
63 * @param otherId other ID in phone table.
111 Phone._ID,
112 Phone.TYPE,
113 Phone.IS_PRIMARY,
115 Phone.LABEL
    [all...]
  /packages/apps/Settings/assets/html/en_us/
tethering_wifi_help.html 21 <span class="style1">You can turn your phone into a portable Wi-Fi hotspot, to share your phone's internet connection with one or more computers or other devices</span>
23 <li>When your phone is serving as a Wi-Fi hotspot, you can't use your phone's applications to access the internet via its Wi-Fi connection</li><br>
tethering_help.html 21 <span class="style1">You can tether your phone to your computer with a USB cable, to share your phone's internet connection with your computer</span>
24 <li>You can't mount your phone's SD card on your computer when USB tethered</li><br>
28 <span class="style1">You can turn your phone into a portable Wi-Fi hotspot, to share your phone's internet connection with one or more computers or other devices</span>
30 <li>When your phone is serving as a Wi-Fi hotspot, you can't use your phone's applications to access the internet via its Wi-Fi connection</li><br>
  /external/svox/pico/lib/
picokdbg.h 63 /* phone ID - phone symbol conversion functions */
66 * return phone ID for phone symbol 'phsym' which must be 0 terminated
72 * return pointer to phone symbol for phone ID phid
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 30 import android.provider.ContactsContract.CommonDataKinds.Phone;
54 Phone._ID, // 0
55 Phone.CONTACT_ID, // 1
56 Phone.TYPE, // 2
57 Phone.NUMBER, // 3
58 Phone.LABEL, // 4
59 Phone.DISPLAY_NAME, // 5
63 + Contacts.DISPLAY_NAME + "," + Phone.TYPE;
91 CharSequence displayLabel = Phone.getDisplayLabel(mContext, type, label);
137 CharSequence labelText = Phone.getDisplayLabel(mContext, type
155 String phone = ""; local
    [all...]
  /packages/apps/Phone/tests/
AndroidManifest.xml 18 package="com.android.phone.tests">
26 runtest phone-unit
29 adb shell am instrument -w com.android.phone.tests/android.test.InstrumentationTestRunner
32 adb shell am instrument -w com.android.phone.tests/android.test.InstrumentationTestRunner
33 -e com.android.phone.unit.FooUnitTest
36 android:targetPackage="com.android.phone"
37 android:label="Phone application tests." />
  /packages/apps/Settings/assets/html/en_gb/
tethering_help.html 21 <span class="style1">You can tether your phone to your computer with a USB cable, to share your phone's Internet connection with your computer</span>
24 <li>You can't mount your phone's SD card on your computer when USB-tethered</li><br>
28 <span class="style1">You can turn your phone into a Wi-Fi access point, to share your phone's Internet connection with one or more computers or other devices</span>
30 <li>When your phone is acting as an access point, you can't use your phone's applications to access the Internet via its Wi-Fi connection</li><br>

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>