Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/association/
DAssociationRequestsProcessor.java113 private static final String EXTRA_APPLICATION_CALLBACK = "application_callback"; field in AssociationRequestsProcessor
203 extras.putBinder(EXTRA_APPLICATION_CALLBACK, callback.asBinder()); in processNewAssociationRequest()
439 .asInterface(data.getBinder(EXTRA_APPLICATION_CALLBACK));
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionAssociationActivity.java103 private static final String EXTRA_APPLICATION_CALLBACK = "application_callback"; field in CompanionAssociationActivity
204 intent.getExtras().getBinder(EXTRA_APPLICATION_CALLBACK)); in onStart()
243 .asInterface(intent.getExtras().getBinder(EXTRA_APPLICATION_CALLBACK)); in onNewIntent()
357 data.putBinder(EXTRA_APPLICATION_CALLBACK, mAppCallback.asBinder()); in onAssociationApproved()