Home
last modified time | relevance | path

Searched refs:IControlsSubscriber (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/controls/
H A DIControlsProvider.aidl20 import android.service.controls.IControlsSubscriber;
27 void load(IControlsSubscriber subscriber); in load()
29 void loadSuggested(IControlsSubscriber subscriber); in loadSuggested()
32 IControlsSubscriber subscriber); in subscribe()
H A DControlsProviderService.java176 public void load(IControlsSubscriber subscriber) { in onBind()
180 public void loadSuggested(IControlsSubscriber subscriber) { in onBind()
186 IControlsSubscriber subscriber) { in onBind()
218 final IControlsSubscriber cs = (IControlsSubscriber) msg.obj;
226 final IControlsSubscriber cs = (IControlsSubscriber) msg.obj;
285 private IControlsSubscriber mCs;
289 SubscriberProxy(boolean enforceStateless, IBinder token, IControlsSubscriber cs) {
296 IControlsSubscriber cs) {
400 final IControlsSubscriber mSubscriber;
402 SubscribeMessage(List<String> controlIds, IControlsSubscriber subscriber) {
H A DIControlsSubscriber.aidl25 oneway interface IControlsSubscriber { interface
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DServiceWrapper.kt21 import android.service.controls.IControlsSubscriber
47 fun load(subscriber: IControlsSubscriber): Boolean {
53 fun loadSuggested(subscriber: IControlsSubscriber): Boolean {
59 fun subscribe(controlIds: List<String>, subscriber: IControlsSubscriber): Boolean {
H A DControlsProviderLifecycleManager.kt33 import android.service.controls.IControlsSubscriber
237 fun maybeBindAndLoad(subscriber: IControlsSubscriber.Stub) {
256 fun maybeBindAndLoadSuggested(subscriber: IControlsSubscriber.Stub) {
279 fun maybeBindAndSubscribe(controlIds: List<String>, subscriber: IControlsSubscriber) =
364 inner class Load(val subscriber: IControlsSubscriber.Stub) : ServiceMethod() {
373 inner class Suggest(val subscriber: IControlsSubscriber.Stub) : ServiceMethod() {
383 val subscriber: IControlsSubscriber
H A DStatefulControlSubscriber.kt21 import android.service.controls.IControlsSubscriber
36 ) : IControlsSubscriber.Stub() {
H A DControlsBindingControllerImpl.kt25 import android.service.controls.IControlsSubscriber
300 ) : IControlsSubscriber.Stub() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DServiceWrapperTest.kt22 import android.service.controls.IControlsSubscriber
55 private lateinit var subscriber: IControlsSubscriber
H A DControlsBindingControllerImplTest.kt25 import android.service.controls.IControlsSubscriber
69 private lateinit var subscriberCaptor: ArgumentCaptor<IControlsSubscriber.Stub>
72 private lateinit var loadSubscriberCaptor: ArgumentCaptor<IControlsSubscriber.Stub>
H A DControlsProviderLifecycleManagerTest.kt26 import android.service.controls.IControlsSubscriber
66 private lateinit var subscriberService: IControlsSubscriber.Stub
/aosp14/frameworks/base/core/tests/coretests/src/android/service/controls/
H A DControlProviderServiceTest.java80 private IControlsSubscriber.Stub mSubscriber;