/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapCallLogComposer.java | 210 * This static function is to compose vCard for phone own number 253 // to the requesting device (For example, transferring phone book
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ShowOrCreateActivity.java | 45 * connected with a specific E-mail address or phone number. Will search based 129 mCreateExtras.putString(Intents.Insert.PHONE, ssp);
|
/packages/apps/Settings/res/xml/ |
settings.xml | 38 android:targetPackage="com.android.phone" 39 android:targetClass="com.android.phone.CallFeaturesSetting" />
|
/packages/apps/Settings/src/com/android/settings/ |
IccLockSettings.java | 31 import com.android.internal.telephony.Phone; 77 private Phone mPhone;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
DefaultSoftKeyboardEN.java | 35 /** 12-key keyboard [PHONE MODE] */ 42 * keyboard(KEYMODE_EN_NUMBER) is active. The phone number
|
/system/core/liblog/ |
logd_write.c | 148 !strcmp(tag, "PHONE") || 176 !strcmp(tag, "PHONE") ||
|
/frameworks/base/libs/audioflinger/ |
AudioPolicyManagerBase.cpp | 256 // store previous phone state for management of sonification strategy below 274 // check for device and output changes triggered by new phone state 386 // check for device and output changes triggered by new phone state [all...] |
/frameworks/base/media/java/android/media/ |
AudioService.java | 311 // Register for phone state monitoring 1182 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local [all...] |
AudioManager.java | 143 /** The audio stream for phone calls */ 147 /** The audio stream for the phone ring */ 155 /** @hide The audio stream for phone calls when connected to bluetooth */ 273 * phone ringer to always vibrate, but the notification vibrate to only 732 * Application wanted to use bluetooth SCO audio when the phone is not in call 749 * to/from a bluetooth SCO headset while the phone is not in call. 768 * <p>Note that the phone application always has the priority on the usage of the SCO 769 * connection for telephony. If this method is called while the phone is in call [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
SimulatedCommands.java | 31 import com.android.internal.telephony.Phone; 776 ret[1] = Phone.BM_US_BAND; 777 ret[2] = Phone.BM_JPN_BAND; 778 ret[3] = Phone.BM_AUS_BAND; [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageUtils.java | 103 // allowable phone number separators [all...] |
/external/qemu/android/ |
console.c | [all...] |
hw-sensors.c | 476 * Also, for some reason, the framework code considers that the phone should 477 * be inclined by 30 degrees along the phone's X axis to be considered 480 * If the phone is completely vertical, rotating it will not do anything !
|
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 48 import com.android.internal.telephony.Phone; [all...] |
/external/svox/pico/lib/ |
picodata.h | 272 * \n------------------------- PHONE item type (PRODUCED BY PAM)----------------- 273 * - iteminfo1 : phonId : the phonetic identity of the phone 561 /** @brief maps an input phone string to its internal representation 567 * @param inputPhones input phone string in alphabet 'alphabet' 569 * @retval outputPhoneIds output phone string in internal representation
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternUtils.java | 673 // show "return to call" text and show phone icon 692 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local 694 if (phone != null && phone.showCallScreen()) {
|
/frameworks/base/services/java/com/android/server/ |
Watchdog.java | 114 final MemMonitor mPhoneMemMonitor = new MemMonitor("com.android.phone", 425 if ("com.android.phone".equals(name)) { 501 // How is the phone process doing? 505 // Just kill the phone process and let it restart. 506 Slog.i(TAG, "Watchdog is killing the phone process"); [all...] |
/packages/apps/Calendar/res/values/ |
strings.xml | 268 <!-- The button label for importing events from another source to the phone --> 311 weekly, etc.) and that the user cannot change this on the phone 313 <string name="custom">"Custom\u2026 (cannot customize on phone)"</string> 361 <!-- Settings dialog label that specifies when the phone should vibrate --> 383 <!-- Only when the phone is in Silent mode -->
|
/packages/apps/Contacts/ |
AndroidManifest.xml | 49 <action android:name="com.android.phone.action.TOUCH_DIALER" /> 60 <action android:name="com.android.phone.action.RECENT_CALLS" /> 79 <data android:mimeType="vnd.android.cursor.item/phone" /> 227 <data android:mimeType="vnd.android.cursor.dir/phone" android:host="contacts" /> 238 <data android:mimeType="vnd.android.cursor.item/phone" android:host="contacts" />
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyDialer.java | 17 package com.android.phone; 70 public static final String ACTION_DIAL = "com.android.phone.EmergencyDialer.DIAL"; 304 // if we are adding a call from the InCallScreen and the phone 524 * The tone is played locally, using the audio stream for phone calls. 536 // Also do nothing if the phone is in silent mode.
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
InputModeSwitcher.java | 122 * bits are ignored. For phone keyboard layout, these bits can be 123 * {@link #MASK_CASE_UPPER} to request symbol page for phone soft keyboard. 182 * Mode for inputing phone numbers. 187 * Mode for inputing phone numbers. 296 * Key toggling state for phone symbol mode.
|
/frameworks/base/core/java/android/app/ |
Notification.java | 58 * {@link #vibrate}. Using phone vibration requires the 226 * like a phone call. It should not be set if this notification is in 228 * like a missed phone call.
|
/frameworks/base/core/java/android/pim/vcard/ |
VCardComposer.java | 38 import android.provider.ContactsContract.CommonDataKinds.Phone; 101 public static final int DEFAULT_PHONE_TYPE = Phone.TYPE_HOME; 533 .appendPhones(contentValuesListMap.get(Phone.CONTENT_ITEM_TYPE))
|
/frameworks/base/docs/html/guide/practices/design/ |
seamlessness.jd | 21 phone call, for example). That behavior would not work for your application or 64 "Incoming Phone Call" app) can pop up over your own Activity at any moment. 97 <p>If the user is running an application (such as the Phone application during a
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 133 viewing, editing, dialing the phone, taking a photo, searching, 521 In this example, the user has downloaded a replacement for the Phone 523 Settings, Sound & Display, Phone Ringtone, the system presents 609 The phone application has two entry points: Contacts and Dialer. A 610 user entering from Contacts can choose a phone number to launch the 612 Contacts icon to launch the Contacts activity, then pick a phone 613 number to launch the Dialer activity and dial the phone. 679 Dial a phone number - resolves to a phone dialer activity 705 The specific data to be acted on. In these examples: the list of contacts, a particular contact, a phone number, the list of images, or a particular imag [all...] |