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

1 2 3 4 5 6 7 8

  /hardware/ril/libril/
ril_service.h 23 namespace radio { namespace
    [all...]
  /packages/apps/Car/Radio/src/com/android/car/radio/
FragmentWithFade.java 17 package com.android.car.radio;
PreScannedChannelLoader.java 16 package com.android.car.radio;
21 import com.android.car.radio.service.RadioStation;
27 * An {@link AsyncTaskLoader} that will load all the pre-scanned radio stations for a given band.
41 * Sets the radio band that this loader should load the pre-scanned stations for.
43 * @param radioBand One of the band values in {@link android.hardware.radio.RadioManager}. For
44 * example, {@link android.hardware.radio.RadioManager#BAND_FM}.
BootupReceiver.java 17 package com.android.car.radio;
PresetListScrollListener.java 17 package com.android.car.radio;
27 * playing radio station. This elevation will give the illusion of the preset list scrolling
RadioChannelFormatter.java 17 package com.android.car.radio;
20 import android.hardware.radio.RadioManager;
21 import com.android.car.radio.service.RadioStation;
27 * Common formatters for displaying channel numbers for various radio bands.
36 * The formatter for AM radio stations.
41 * The formatter for FM radio stations.
RadioFabButton.java 16 package com.android.car.radio;
25 * A default FAB button for the radio that will color itself based on the accent color defined
PlayPauseButton.java 17 package com.android.car.radio;
RadioBandButton.java 16 package com.android.car.radio;
RadioChannelColorMapper.java 17 package com.android.car.radio;
20 import android.hardware.radio.RadioManager;
23 import com.android.car.radio.service.RadioStation;
27 * for different channels can be found on go/aae-ncar-por in the radio section.
63 * Returns the default color for the radio.
81 * Returns the color that should be used for the given radio band and channel. If a match cannot
ManualTunerFragment.java 16 package com.android.car.radio;
18 import android.hardware.radio.RadioManager;
26 import com.android.car.radio.service.RadioStation;
29 * A fragment that allows the user to manually input a radio station to tune to.
45 * Called when the user has finished selected a radio station on the manual tuner. If the
90 * Creates a new {@link ManualTunerFragment} that is defaulted to the given radio band.
MainRadioFragment.java 17 package com.android.car.radio;
28 * A fragment that functions as the main display of the information relating to the current radio
29 * station. It also displays controls that allows the user to switch to different radio stations.
44 * favorite radio stations has been clicked.
PrescannedRadioStationAdapter.java 17 package com.android.car.radio;
26 import com.android.car.radio.service.RadioStation;
31 * A {@link com.android.car.radio.CarouselView.Adapter} that supplies the views to be displayed
  /packages/apps/Car/Radio/src/com/android/car/radio/demo/
DemoRadioStations.java 16 package com.android.car.radio.demo;
18 import android.hardware.radio.RadioManager;
19 import com.android.car.radio.service.RadioRds;
20 import com.android.car.radio.service.RadioStation;
27 * Static lists of the mock radio stations for AM and FM bands.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenRadioLayout.java 24 * Specialized layout for zen mode that allows the radio buttons to reside within
25 * a RadioGroup, but also makes sure that all the heights off the radio buttons align
36 * that sets the size of the radio buttons to the heights of the corresponding content.
51 View radio = radioGroup.getChildAt(i); local
54 radio.setAccessibilityTraversalAfter(lastView.getId());
57 if (contentClick != null) contentClick.setAccessibilityTraversalAfter(radio.getId());
59 if (radio.getLayoutParams().height != content.getMeasuredHeight()) {
61 radio.getLayoutParams().height = content.getMeasuredHeight();
  /frameworks/base/core/java/android/net/
NetworkConfig.java 38 * the radio number from radio attributes config
40 public int radio; field in class:NetworkConfig
62 * [associated radio-type],[priority],[dependencyMet]
68 radio = Integer.parseInt(fragments[2]);
78 return (type == radio);
  /frameworks/base/core/tests/coretests/src/android/widget/
RadioGroupPreCheckedTest.java 38 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_one); local
39 assertTrue("The first radio button should be checked", radio.isChecked());
42 assertEquals("The first radio button should be checked", R.id.value_one,
50 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_two); local
51 TouchUtils.clickView(this, radio);
55 assertFalse("The first radio button should not be checked", old.isChecked());
56 assertTrue("The second radio button should be checked", radio.isChecked());
59 assertEquals("The second radio button should be checked", R.id.value_two
    [all...]
  /packages/apps/Car/Stream/src/com/android/car/stream/radio/
RadioFormatter.java 16 package com.android.car.stream.radio;
19 import android.hardware.radio.RadioManager;
20 import com.android.car.radio.service.RadioStation;
26 * Common formatters for displaying channel numbers for various radio channels and bands.
35 * The formatter for AM radio stations.
40 * The formatter for FM radio stations.
  /frameworks/base/core/java/android/hardware/radio/
TunerCallbackAdapter.java 17 package android.hardware.radio;
  /packages/apps/Car/libs/car-radio-service/src/com/android/car/radio/service/
RadioRds.java 16 package com.android.car.radio.service;
25 * An object that wraps the metadata for a particular radio station.
RadioStation.java 17 package com.android.car.radio.service;
26 * A representation of a radio station.
37 * @param band One of {@link android.hardware.radio.RadioManager#BAND_AM},
38 * {@link android.hardware.radio.RadioManager#BAND_FM},
39 * {@link android.hardware.radio.RadioManager#BAND_AM_HD} or
40 * {@link android.hardware.radio.RadioManager#BAND_FM_HD}.
41 * @param rds The Radio Data System for a particular channel. This represents the radio
  /packages/services/Car/car-lib/src/android/car/hardware/radio/
CarRadioEvent.java 17 package android.car.hardware.radio;
24 * A CarRadioEvent object corresponds to a single radio event coming from the car.
32 * Event specifying that a radio preset has been changed.
CarRadioPreset.java 17 package android.car.hardware.radio;
24 * CarPreset object corresponds to a preset that is stored on the car's Radio unit.
37 * Radio band this preset belongs to.
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_utils_v1_0.h 24 #include <android/hardware/radio/1.0/IRadio.h>
25 #include <android/hardware/radio/1.0/IRadioIndication.h>
26 #include <android/hardware/radio/1.0/IRadioResponse.h>
27 #include <android/hardware/radio/1.0/types.h>
31 using namespace ::android::hardware::radio::V1_0;
45 /* Callback class for radio response */
397 /* Callback class for radio indication */
514 // The main test class for Radio HIDL.
538 sp<IRadio> radio; member in class:RadioHidlTest
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
link_layer_stats.cpp 29 /* Internal radio statistics structure in the driver */
31 wifi_radio radio; member in struct:__anon41997
95 ALOGE("radio: = %d", radio_stat->radio);
123 external_stat_ptr->radio = internal_stat_ptr->radio;

Completed in 451 milliseconds

1 2 3 4 5 6 7 8