Home
last modified time | relevance | path

Searched refs:currentProgramInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DRadioModule.java123 RadioManager.ProgramInfo currentProgramInfo =
125 Objects.requireNonNull(currentProgramInfo,
128 mCurrentProgramInfo = currentProgramInfo;
131 currentProgramInfo, uid)) {
136 cb.onCurrentProgramInfoChanged(currentProgramInfo);
255 RadioManager.ProgramInfo currentProgramInfo; in openSession() local
261 currentProgramInfo = mCurrentProgramInfo; in openSession()
272 if (currentProgramInfo != null) { in openSession()
273 userCb.onCurrentProgramInfoChanged(currentProgramInfo); in openSession()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DRadioModule.java105 RadioManager.ProgramInfo currentProgramInfo = mCurrentProgramInfo;
107 currentProgramInfo));