/frameworks/base/media/java/android/media/ |
package.html | 10 and control alerts such as ringtones and phone vibrations ({@link android.media.AudioManager}).
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsUtils.java | 39 import android.provider.ContactsContract.CommonDataKinds.Phone; 65 if (Phone.CONTENT_ITEM_TYPE.equals(mimeType) 67 // Reset to phone mimetype so we generate a label for SMS case 68 mimeType = Phone.CONTENT_ITEM_TYPE; 69 colType = cursor.getColumnIndex(Phone.TYPE); 70 colLabel = cursor.getColumnIndex(Phone.LABEL); 97 if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) { 98 defaultType = Phone.TYPE_HOME; 99 customType = Phone.TYPE_CUSTOM; 302 String phone = null local [all...] |
DialtactsActivity.java | 40 * The dialer tab's title is 'phone', a more common name (see strings.xml). 104 Intent intent = new Intent("com.android.phone.action.RECENT_CALLS"); 115 Intent intent = new Intent("com.android.phone.action.TOUCH_DIALER"); 179 // Load the last tab used to make a phone call. default to the dialer in 216 /** Returns true if the given intent contains a phone number to populate the dialer with */ 316 * @return true if the phone is "in use", meaning that at least one line 322 ITelephony phone = ITelephony.Stub.asInterface(ServiceManager.checkService("phone")); local 323 if (phone != null) phoneInUse = !phone.isIdle() [all...] |
/packages/apps/Phone/src/com/android/phone/ |
IccProvider.java | 17 package com.android.phone;
|
OutgoingCallBroadcaster.java | 17 package com.android.phone; 31 import com.android.internal.telephony.Phone; 54 public static final String EXTRA_ALREADY_CALLED = "android.phone.extra.ALREADY_CALLED"; 55 public static final String EXTRA_ORIGINAL_URI = "android.phone.extra.ORIGINAL_URI"; 56 public static final String EXTRA_NEW_CALL_INTENT = "android.phone.extra.NEW_CALL_INTENT"; 57 public static final String EXTRA_SIP_PHONE_URI = "android.phone.extra.SIP_PHONE_URI"; 62 * press/depress of the "hookswitch" of a landline phone. Aka "empty flash". 64 * TODO: Receiving an intent extra to tell the phone to send this flash is a 69 public static final String EXTRA_SEND_EMPTY_FLASH = "com.android.phone.extra.SEND_EMPTY_FLASH"; 74 * a modified phone number and optional provider info (uri + package name + remote views. [all...] |
DataUsage.java | 17 package com.android.phone; 19 import com.android.phone.R;
|
InCallScreenShowActivation.java | 17 package com.android.phone; 19 import com.android.internal.telephony.Phone;
|
NotificationMgr.java | 17 package com.android.phone; 49 import com.android.internal.telephony.Phone; 55 * NotificationManager-related utility code for the Phone app. 81 private Phone mPhone; 120 mPhone = app.phone; 137 * of state and acts as an interface between the Phone process and 213 * Makes sure phone-related notifications are up to date on a 238 // case even if the phone app crashes. 321 if (DBG) log("contact :" + n.name + " found for phone: " + n.number); 377 * @param nameOrNumber either the contact name, or the phone number if no contac [all...] |
EmergencyCallbackModeService.java | 17 package com.android.phone; 38 import com.android.internal.telephony.Phone; 58 private Phone mPhone = null; 75 // Check if it is CDMA phone 76 if (PhoneFactory.getDefaultPhone().getPhoneType() != Phone.PHONE_TYPE_CDMA) { 115 // Stop the service when phone exits Emergency Callback Mode
|
/packages/apps/Phone/tests/ |
Android.mk | 28 LOCAL_INSTRUMENTATION_FOR := Phone
|
/packages/providers/TelephonyProvider/res/values/ |
strings.xml | 19 <!-- This is the label for the application that stores phone data -->
|
/packages/providers/TelephonyProvider/res/values-fr/ |
strings.xml | 19 <string name="app_label" msgid="4846406803456361049">"Stockage téléphone"</string>
|
/system/core/toolbox/ |
readtty.c | 67 int phone = 0; local 96 phone = 1; 121 if(phone) { 147 if(phone) {
|
/cts/tests/tests/permission2/ |
AndroidManifest.xml | 33 <!-- needs read phone state to get current phone number -->
|
/development/simulator/app/ |
PhoneButton.h | 4 // Phone button image holder. 13 * One button on a phone. Position, size, and a highlight graphic. The
|
/development/simulator/app/assets/android-sooner/ |
layout.xml | 29 <button keyCode="phone-dial" src="send.png" x="50" y="384"/> 30 <button keyCode="phone-hangup" src="end.png" x="333" y="385"/>
|
/development/simulator/app/assets/motorola-q/ |
layout.xml | 30 <button keyCode="phone-dial" src="send.png" x="35" y="421"/> 31 <button keyCode="phone-hangup" src="end.png" x="333" y="422"/>
|
/device/htc/passion-common/overlay/packages/apps/Phone/res/values/ |
config.xml | 17 <!-- Passion-specific phone app resources. --> 26 easy to press the key accidentally as you pull the phone out of
|
/external/sqlite/android/ |
PhonebookIndex.h | 28 * phone book index for it in the specified locale. For example, "a" becomes "A" 36 * to hold the longest phone book index (e.g. a three-char word in Japan).
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
AdnRecordCache.java | 36 PhoneBase phone; field in class:AdnRecordCache 59 public AdnRecordCache(PhoneBase phone) { 60 this.phone = phone; 61 mUsimPhoneBookManager = new UsimPhoneBookManager(phone, this); 158 new AdnRecordLoader(phone).updateEF(adn, efid, extensionEF, 220 new AdnRecordLoader(phone).updateEF(newAdn, efid, extensionEF, 283 new AdnRecordLoader(phone).loadAllFromEF(efid, extensionEf,
|
/packages/apps/Settings/assets/html/fr/ |
tethering_help.html | 21 <span class="style1">Vous pouvez partager la connexion Internet de votre mobile avec votre ordinateur, cela en connectant le téléphone à l'ordinateur par le biais d'un câble USB.</span> 28 <span class="style1">Vous pouvez transformer votre mobile en point d'accès Wi-Fi et ainsi partager la connexion Internet du téléphone avec un ou plusieurs ordinateurs ou autres appareils.</span>
|
/packages/providers/TelephonyProvider/ |
AndroidManifest.xml | 19 android:sharedUserId="android.uid.phone"> 23 <application android:process="com.android.phone"
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 65 CDMAPhone phone; field in class:CdmaServiceStateTracker 158 public CdmaServiceStateTracker(CDMAPhone phone) { 161 this.phone = phone; 162 cr = phone.getContext().getContentResolver(); 163 cm = phone.mCM; 171 (PowerManager)phone.getContext().getSystemService(Context.POWER_SERVICE); 184 phone.registerForEriFileLoaded(this, EVENT_ERI_FILE_LOADED, null); 207 phone.unregisterForEriFileLoaded(this); 208 phone.mRuimRecords.unregisterForRecordsLoaded(this) [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
AvailableIntentsTest.java | 128 * Test ACTION_CALL when uri is a phone number, it will call the entered phone number. 142 * Test ACTION_DIAL when uri is a phone number, it will dial the entered phone number. 156 * Test ACTION_DIAL when uri is a phone number, it will dial the entered phone number.
|
/frameworks/base/core/tests/coretests/src/android/util/ |
PatternsTest.java | 127 t = Patterns.PHONE.matcher("(919) 555-1212").matches(); 128 assertTrue("Valid phone", t); 130 t = Patterns.PHONE.matcher("2334 9323/54321").matches(); 131 assertFalse("Invalid phone", t); 161 Matcher m = Patterns.PHONE.matcher(test); 163 assertTrue("Valid phone " + test, m.find());
|