OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RadioController
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Car/Radio/src/com/android/car/radio/
MainRadioFragment.java
36
private
RadioController
mRadioController;
55
* Sets the {@link
RadioController
} that is responsible for updating the UI of this fragment
58
private void setRadioController(
RadioController
radioController
) {
59
mRadioController =
radioController
;
130
* @param
radioController
The {@link
RadioController
} that is responsible for updating the UI
133
public static MainRadioFragment newInstance(
RadioController
radioController
) {
135
fragment.setRadioController(
radioController
);
[
all
...]
CarRadioActivity.java
59
private
RadioController
mRadioController;
69
mRadioController = new
RadioController
(this);
RadioPresetsFragment.java
44
RadioController
.RadioStationChangeListener,
53
private
RadioController
mRadioController;
74
* Sets the {@link
RadioController
} that is responsible for updating the UI of this fragment
77
private void setRadioController(
RadioController
radioController
) {
78
mRadioController =
radioController
;
320
* @param
radioController
The {@link
RadioController
} that is responsible for updating the UI
323
public static RadioPresetsFragment newInstance(
RadioController
radioController
) {
[
all
...]
RadioController.java
51
public class
RadioController
implements
55
private static final String TAG = "Em.
RadioController
";
62
* @see {@link
RadioController
#setShouldColorStatusBar(boolean)}
134
public
RadioController
(Activity activity) {
148
* Initializes this {@link
RadioController
} to control the UI whose root is the given container.
573
* Closes all active connections in the {@link
RadioController
}.
603
mRadioStorage.addPreScannedChannelChangeListener(
RadioController
.this);
613
RadioController
.this /* callback */).forceLoad();
[
all
...]
Completed in 113 milliseconds