Searched refs:getProgramInformation (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DITuner.aidl66 RadioManager.ProgramInfo getProgramInformation();
H A DRadioTuner.java232 public abstract int getProgramInformation(RadioManager.ProgramInfo[] info); method in class:RadioTuner
H A DTunerAdapter.java194 public int getProgramInformation(RadioManager.ProgramInfo[] info) { method in class:TunerAdapter
199 info[0] = mTuner.getProgramInformation();
/frameworks/base/services/core/java/com/android/server/broadcastradio/
H A DTuner.java214 public RadioManager.ProgramInfo getProgramInformation() { method in class:Tuner
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
H A DRadioTunerTest.java307 // test getProgramInformation
309 ret = mRadioTuner.getProgramInformation(info);
/frameworks/base/services/core/jni/BroadcastRadio/
H A DTuner.cpp361 hidlResult = halTuner10->getProgramInformation([&](Result result,

Completed in 326 milliseconds