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

1 2

  /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...]
  /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.
  /system/core/rootdir/etc/
init.goldfish.sh 12 # no need for the radio interface daemon
14 setprop ro.radio.noril yes
  /device/htc/dream-sapphire/
AndroidBoardCommon.mk 26 $(call add-radio-file,recovery/images/firmware_error.565)
27 $(call add-radio-file,recovery/images/bitmap_size.txt)
  /external/qemu/android/utils/
debug.h 21 _VERBOSE_TAG(radio, "emulated GSM AT Command channel") \
  /device/htc/sapphire/
AndroidBoard.mk 17 $(call add-radio-file,recovery/images/firmware_install.565)
  /external/qemu/android/
cmdline-options.h 105 OPT_PARAM( radio, "<device>", "redirect radio modem interface to character device" )
  /frameworks/base/cmds/dumpstate/
dumpstate.c 46 char radio[PROPERTY_VALUE_MAX], bootloader[PROPERTY_VALUE_MAX]; local
51 property_get("ro.baseband", radio, "(unknown)");
63 printf("Radio: %s\n", radio);
100 run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "time", "-d", "*:v", NULL);
137 run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL);
  /device/htc/dream/
AndroidBoard.mk 17 $(call add-radio-file,recovery/images/firmware_install.565)
  /hardware/ti/wlan/wl1271/platforms/os/linux/build/
Makefile 88 FW_SRCS = ./firmware.c ./radio.c
221 # Handles firmware image and radio module for when firmware is statically linked
229 radio.c: $(RAD_IMAGE) $(BIN2C)
  /system/wlan/ti/wilink_6_1/platforms/os/linux/build/
Makefile 89 FW_SRCS = ./firmware.c ./radio.c
222 # Handles firmware image and radio module for when firmware is statically linked
230 radio.c: $(RAD_IMAGE) $(BIN2C)
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 181 RadioButton radio; field in class:MusicPicker.TrackListAdapter.ViewHolder
221 vh.radio = (RadioButton) v.findViewById(R.id.radio);
271 vh.radio.setChecked(id == mSelectedId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 137 /** Sets the radio button associate with the resource type. Can be null. */
142 /** Returns the radio button associate with the resource type. Can be null. */
425 * Returns the {@link TypeInfo} for the currently selected type radio button.
426 * Returns null if no radio button is selected.
579 // display the types on three columns of radio buttons.
602 Button radio = new Button(grid, SWT.RADIO); local
603 type.setWidget(radio);
604 radio.setSelection(false);
605 radio.setText(type.getUiName())
    [all...]
  /external/webkit/WebCore/platform/chromium/
ThemeChromiumMac.mm 346 // FIXME: Share more code with radio buttons.
381 // Radio Buttons
410 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
432 NSButtonCell *radioCell = radio(states, zoomedRect, zoomFactor);
679 // We inflate the rect as needed to account for padding included in the cell to accommodate the radio button
681 NSCell *cell = radio(states, zoomedRect, zoomFactor);
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 196 // FIXME: Share more code with radio buttons.
228 // Radio Buttons
257 static NSButtonCell *radio(ControlStates states, const IntRect& zoomedRect, float zoomFactor)
279 NSButtonCell *radioCell = radio(states, zoomedRect, zoomFactor);
544 // We inflate the rect as needed to account for padding included in the cell to accommodate the radio button
546 NSCell *cell = radio(states, zoomedRect, zoomFactor);
  /bionic/libc/kernel/common/linux/
videodev.h 199 int radio; member in struct:video_unit
  /build/tools/releasetools/
amend_generator.py 170 "hboot" or "radio") when recovery finishes."""
edify_generator.py 182 "hboot" or "radio") when recovery finishes."""
  /external/kernel-headers/original/linux/
videodev.h 202 int radio; /* Radio minor */ member in struct:video_unit
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 182 int radio; member in struct:video_unit
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
videodev.h 199 int radio; member in struct:video_unit

Completed in 358 milliseconds

1 2