Searched defs:RadioStorage (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioStorage.java39 public class RadioStorage { class
40 private static final String TAG = "Em.RadioStorage";
41 private static final String PREF_NAME = "com.android.car.radio.RadioStorage";
52 private static RadioStorage sInstance;
89 private RadioStorage(Context context) { method in class:RadioStorage
99 public static RadioStorage getInstance(Context context) {
101 sInstance = new RadioStorage(context.getApplicationContext());
103 // When the RadioStorage is first created, load the list of radio presets.

Completed in 196 milliseconds