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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/
form-control-madness.html 4 Only the radio buttons between X's should be checked after clicking the button and going back
6 <input type="radio" name="old_version" value="12">
7 <input type="radio" name="version" value="12">
9 X<input type="radio" name="old_version" value="11" checked="checked"> X
10 <input type="radio" name="version" value="11">
12 <input type="radio" name="old_version" value="10">
13 X<input type="radio" name="version" value="10" checked="checked">X
15 <input type="radio" name="old_version" value="9">
16 <input type="radio" name="version" value="9">
18 <input type="radio" name="old_version" value="8">
    [all...]
remove-form-node-with-radio-buttons-crash.html 6 doc.innerHTML = "<form name=\"gaga\"><input type=\"radio\" name=\"asdf\" id=\"chk\" value=\"A\"> Checkbox 1" +
7 "<input type=\"radio\" name=\"asdf\" value=\"B\"> Checkbox 2";
  /device/htc/common/
releasetools.py 16 (installing the radio image)."""
41 common.ZipWriteStr(info.output_zip, "radio.img", radio_img)
44 bitmap_txt = input_zip.read("RADIO/bitmap_size.txt")
45 install_img = input_zip.read("RADIO/firmware_install.565")
46 error_img = input_zip.read("RADIO/firmware_error.565")
51 assert(htc.install_radio(package_extract_file("radio.img"),
61 'write_firmware_image("PACKAGE:radio.img", "radio");')
64 ('assert(package_extract_file("radio.img", "/tmp/radio.img"),\n
    [all...]
  /external/iproute2/etc/iproute2/
rt_realms 11 #4 radio-msu
  /frameworks/base/core/tests/coretests/src/android/widget/
RadioGroupPreCheckedTest.java 39 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_one); local
40 assertTrue("The first radio button should be checked", radio.isChecked());
43 assertEquals("The first radio button should be checked", R.id.value_one,
51 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_two); local
52 TouchUtils.clickView(this, radio);
56 assertFalse("The first radio button should not be checked", old.isChecked());
57 assertTrue("The second radio button should be checked", radio.isChecked());
60 assertEquals("The second radio button should be checked", R.id.value_two
    [all...]
  /frameworks/base/core/java/android/widget/
RadioButton.java 25 * A radio button is a two-states button that can be either checked or
26 * unchecked. When the radio button is unchecked, the user can press or click it
27 * to check it. However, contrary to a {@link android.widget.CheckBox}, a radio
32 * Radio buttons are normally used together in a
33 * {@link android.widget.RadioGroup}. When several radio buttons live inside
34 * a radio group, checking one radio button unchecks all the others.</p>
62 * If the radio button is already checked, this method will not toggle the radio button.
66 // we override to prevent toggle when the radio is alread
    [all...]
RadioGroup.java 29 * <p>This class is used to create a multiple-exclusion scope for a set of radio
30 * buttons. Checking one radio button that belongs to a radio group unchecks
31 * any previously checked radio button within the same group.</p>
33 * <p>Intially, all of the radio buttons are unchecked. While it is not possible
34 * to uncheck a particular radio button, the radio group can be cleared to
37 * <p>The selection is identified by the unique id of the radio button as defined
55 // tracks children radio buttons checked state
77 // retrieve selected radio button as requested by the user in th
    [all...]
  /system/extras/tests/fstest/
perm_checker.conf 24 /data/misc/rild* 600 660 root radio root radio
40 /dev/alarm 600 664 root radio root radio
49 /dev/htc-acoustic 600 640 radio radio radio radio
63 /dev/ppp 660 660 radio radio vpn vp
    [all...]
  /device/htc/passion-common/
AndroidBoardCommon.mk 17 $(call add-radio-file,recovery/images/firmware_install.565)
18 $(call add-radio-file,recovery/images/firmware_error.565)
19 $(call add-radio-file,recovery/images/bitmap_size.txt)
  /device/htc/common/updater/
Android.mk 10 # radio or hboot update is done.
20 # doing radio and hboot updates on HTC devices.
bootloader.h 27 * reboot into recovery or to update radio or bootloader firmware.
32 * completion of an "update-radio" or "update-hboot" command.
50 /* Write an update to the cache partition for update-radio or update-hboot.
69 #define UPDATE_MAGIC "MSM-RADIO-UPDATE"
firmware.c 37 * else if command == "update-radio" -> update radio image (below)
41 * Radio/Hboot Update Flow
45 * 4. if the update image is invalid, status="invalid-radio-image", goto #8
firmware.h 21 * Returns 0 if no radio image was defined, nonzero on error,
  /external/webkit/JavaScriptCore/tests/mozilla/
importList.html 8 var radio = document.forms["foo"].elements[name];
9 radio.checked = !radio.checked;
55 <input type="radio" name="clear_all" checked
  /frameworks/base/telephony/java/com/android/internal/telephony/
EventLogTags.logtags 9 # packet count that triggers a countdown to radio restart
12 # Radio restart - timed out with no incoming packets.
30 # Suspicious status of data connection while radio poweroff
42 # GSM radio access technology switched
TelephonyProperties.java 27 //****** Baseband and Radio Interface version
34 * Availability: property is available any time radio is on
38 /** Radio Interface Layer (RIL) library implementation. */
99 * Indicates the available radio technology. Values include: <code>"unknown"</code>,
138 static final String PROPERTY_CDMA_MSG_ID = "persist.radio.cdma.msgid";
147 * when there is a radio technology change.
149 static final String PROPERTY_RESET_ON_RADIO_TECH_CHANGE = "persist.radio.reset_on_switch";
  /frameworks/base/core/res/res/xml/
power_profile.xml 31 <item name="radio.active">1</item>
32 <!-- The current consumed by the radio when it is scanning for a signal -->
33 <item name="radio.scanning">0.5</item>
35 <!-- Current consumed by the radio at different signal strengths, when paging -->
36 <array name="radio.on"> <!-- Strength 0 to BINS-1 -->
  /development/simulator/app/
Resource.h 71 IDC_LOG_PREFS_FMT_FULL, // log prefs - radio button
72 IDC_LOG_PREFS_FMT_BRIEF, // log prefs - radio button
73 IDC_LOG_PREFS_FMT_MINIMAL, // log prefs - radio button
  /external/bluetooth/bluez/tools/
bccmd.8 16 Cambridge Silicon Radio
82 Lock radio on specific channel
88 TXData1 radio test
91 Run radio tests, tests 4, 6 and 7 are transmit tests
  /system/core/rootdir/etc/
init.goldfish.sh 12 # no need for the radio interface daemon
14 setprop ro.radio.noril yes
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalRadio.c 39 * PURPOSE: Handle all radio aspects in the Hal
123 ("whalCtrl_convertRSSIToRxLevel: Error - Unknown radio type!\n"));
153 ("Radio Type is : RADIA BG\n"));
159 ("Radio Type is : RADIA ABG\n"));
165 ("Radio Type is : RADIA BG (crt)\n"));
171 ("Radio Type is : RADIO ABG (wbr)\n"));
178 ("Radio Type is : RADIO ABG (dcr)\n"));
183 WLAN_OS_REPORT (("FATAL ERR: Radio Type is : 0x%x - UNKNOWN\n", pWlanParams->radioType))
    [all...]
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallHandler.java 38 * radio is off, e.g. if the device is in airplane mode, this class is
39 * responsible for turning the radio back on and retrying the call.
81 // make the initial call attempt after the radio is turned on.
133 // If this is the initial attempt, we need to register for a radio state
134 // change and turn the radio on. Otherwise, this is just a retry, and
138 // Note: The radio logic ITSELF will try its best to put the emergency
139 // call through once the radio is turned on. The retry we have here
146 // turn the radio on and listen for it to complete.
162 // Otherwise, for some strange reason the radio is just off, so
  /device/htc/passion-common/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 33 <item name="radio.active">300</item>
35 <item name="radio.scanning">70</item>
36 <array name="radio.on"> <!-- Strength 0 to BINS-1 -->
  /device/htc/dream-sapphire/recovery/images/
README 2 firmware_error.565 bitmaps shown when installing a radio or hboot
  /device/htc/passion-common/recovery/images/
README 2 firmware_error.565 bitmaps shown when installing a radio or hboot

Completed in 112 milliseconds

1 2 3 4 5 6 7 8 91011>>