Home
last modified time | relevance | path

Searched refs:addOnCompleteListener (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DProgramList.java124 public void addOnCompleteListener(@NonNull @CallbackExecutor Executor executor, in addOnCompleteListener() method in ProgramList
126 addOnCompleteListener(() -> executor.execute(listener::onComplete)); in addOnCompleteListener()
132 public void addOnCompleteListener(@NonNull OnCompleteListener listener) { in addOnCompleteListener() method in ProgramList
DTunerCallbackAdapter.java80 programList.addOnCompleteListener(() -> { in setProgramListObserver()
/frameworks/base/api/
Dsystem-current.txt1900 …method public void addOnCompleteListener(java.util.concurrent.Executor, android.hardware.radio.Pro…
1901 method public void addOnCompleteListener(android.hardware.radio.ProgramList.OnCompleteListener);
/frameworks/base/config/
Dhiddenapi-public-dex.txt14305 Landroid/hardware/radio/ProgramList;->addOnCompleteListener(Landroid/hardware/radio/ProgramList$OnC…
14306 Landroid/hardware/radio/ProgramList;->addOnCompleteListener(Ljava/util/concurrent/Executor;Landroid…