HomeSort by relevance Sort by last modified time
    Searched refs:phone (Results 26 - 50 of 57) sorted by null

12 3

  /external/walt/docs/
Development.md 3 In general WALT Android app has no special requirements but since WALT usually takes up the only available USB connector on the phone, the typical development using ADB via USB becomes difficult. Below are some options to overcome this problem.
10 1. With the phone connected you computer via USB, run `adb tcpip 5555` (you can replace 5555 with any port)
11 1. Disconnect the phone from USB
12 1. Connect a USB hub (preferably powered) to the phone using a [USB-C to USB-A-female adapter](https://store.google.com/product/usb_type_c_to_usb_standard_a_adapter)
AudioLatency.md 66 Audio output signal from the phone is detected when audio line voltage crosses a predefined
  /device/google/cuttlefish/shared/gsi/
device.mk 20 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
38 Phone \
  /device/google/cuttlefish/shared/phone/
device.mk 20 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
33 Phone \
  /device/google/cuttlefish/shared/tablet_3g/
device.mk 20 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
33 Phone \
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ContactsFacade.java 77 Class<?> phone = Class.forName("android.provider.ContactsContract$CommonDataKinds$Phone"); local
78 mPhoneContent = (Uri) phone.getField("CONTENT_URI").get(null);
79 mContactId = (String) phone.getField("CONTACT_ID").get(null);
80 mPrimary = (String) phone.getField("IS_PRIMARY").get(null);
81 mPhoneNumber = (String) phone.getField("NUMBER").get(null);
82 mHasPhoneNumber = (String) phone.getField("HAS_PHONE_NUMBER").get(null);
101 description = "Displays a list of phone numbers to pick from.",
102 returns = "The selected phone number."
303 @Rpc(description = "Erase all contacts in phone book."
    [all...]
  /bionic/libc/kernel/uapi/linux/
isdn.h 90 char phone[ISDN_MSNLEN]; member in struct:__anon761
  /external/kernel-headers/original/uapi/linux/
isdn.h 105 char phone[ISDN_MSNLEN]; member in struct:__anon25651
  /external/libxml2/example/
gjobread.c 39 xmlChar *phone; member in struct:person
89 if (cur->phone) printf(" phone: %s\n", cur->phone);
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 151 String phone = "+86-13512345678"; local
152 address.setPhone(phone);
153 assertEquals(phone, address.getPhone());
211 "longitude=0.0,phone=null,url=www.google.com,extras=null]";
  /device/google/contexthub/firmware/build/
config.mk 20 NANO_ALL_CLASSES := phone watch
57 # variant may declare it's class; default is phone
59 $(if $(filter $(NANO_ALL_CLASSES),$(NANO_CLASS_$(AUX_OS_VARIANT))),$(NANO_CLASS_$(AUX_OS_VARIANT)),phone)
  /device/google/cuttlefish/shared/auto/
device.mk 78 Phone \
92 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
  /external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
README.md 88 (2) Connect your phone. Push the binary to your phone with adb push
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java 37 import android.provider.ContactsContract.CommonDataKinds.Phone;
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 89 // Also, be aware that type IDs differ between Phone and Email, and MUST be computed
92 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_HOME);
93 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_WORK);
94 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_MOBILE);
95 mContactPhoneTypes.add(ContactsContract.CommonDataKinds.Phone.TYPE_OTHER);
107 // Populate list of account types for phone
114 adapter.add(ContactsContract.CommonDataKinds.Phone.getTypeLabel(
173 String phone = mContactPhoneEditText.getText().toString(); local
199 ContactsContract.CommonDataKinds.Phone.CONTENT_ITEM_TYPE)
200 .withValue(ContactsContract.CommonDataKinds.Phone.NUMBER, phone
    [all...]
  /developers/build/prebuilts/gradle/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 27 import android.support.wearable.phone.PhoneDeviceType;
47 * Checks if the phone app is installed on remote device. If it is not, allows user to open app
48 * listing on the phone's Play or App Store.
65 + "You are missing the required phone app, please click on the button below to "
66 + "install it on your phone.\n";
73 // Name of capability listed in Phone app's wear.xml.
86 // Result from sending RemoteIntent to phone to open app in play/app store.
190 * Updates UI when capabilities change (install/uninstall phone app).
230 // TODO: Add your code to communicate with the phone app via
251 // Paired to Android phone, use Play Store URI
    [all...]
  /developers/samples/android/wearable/wear/WearVerifyRemoteApp/Wearable/src/main/java/com/example/android/wearable/wear/wearverifyremoteapp/
MainWearActivity.java 23 import android.support.wearable.phone.PhoneDeviceType;
44 * Checks if the phone app is installed on remote device. If it is not, allows user to open app
45 * listing on the phone's Play or App Store.
60 + "You are missing the required phone app, please click on the button below to "
61 + "install it on your phone.\n";
68 // Name of capability listed in Phone app's wear.xml.
81 // Result from sending RemoteIntent to phone to open app in play/app store.
148 * Updates UI when capabilities change (install/uninstall phone app).
185 // TODO: Add your code to communicate with the phone app via
206 // Paired to Android phone, use Play Store URI
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils.py 486 'high. Cannot discharge phone %s percent.', percent)
  /external/python/cpython2/Lib/ctypes/test/
test_structures.py 280 class Phone(Structure):
286 ("phone", Phone),
292 self.assertEqual(p.phone.areacode, "1234")
293 self.assertEqual(p.phone.number, "5678")
313 class Phone(Structure):
319 ("phone", Phone),
327 "(Phone) <type 'exceptions.TypeError'>: "
332 "(Phone) exceptions.TypeError:
    [all...]
  /external/python/cpython3/Lib/ctypes/test/
test_structures.py 283 class Phone(Structure):
289 ("phone", Phone),
295 self.assertEqual(p.phone.areacode, b"1234")
296 self.assertEqual(p.phone.number, b"5678")
316 class Phone(Structure):
322 ("phone", Phone),
328 "(Phone) <class 'TypeError'>: "
334 "(Phone) <class 'TypeError'>: too many initializers"
    [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
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 29 import android.telecom.Phone;
696 * Public Call/Phone Functions
823 Phone phone = svc.getPhone(); local
824 if (phone == null) {
825 Log.d("overrideProximitySensor: phone is null.");
829 phone.setProximitySensorOff(screenOn);
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 81 import android.provider.ContactsContract.CommonDataKinds.Phone;
193 private void insertSingleContact(String name, String phone, String email, boolean starred) {
207 if (phone != null) {
209 builder.withValueBackReference(Phone.RAW_CONTACT_ID, 0);
210 builder.withValue(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
211 builder.withValue(Phone.TYPE, Phone.TYPE_MOBILE);
212 builder.withValue(Phone.NUMBER, phone);
234 private Uri lookupContact(String phone) {
    [all...]
  /device/google/marlin/
device-common.mk 69 $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 29 // If a mobile phone, set flag and do mobile setup

Completed in 773 milliseconds

12 3