Searched refs:EXTRA_APPLICATION_CALLBACK (Results 1 – 2 of 2) sorted by relevance
113 private static final String EXTRA_APPLICATION_CALLBACK = "application_callback"; field in AssociationRequestsProcessor203 extras.putBinder(EXTRA_APPLICATION_CALLBACK, callback.asBinder()); in processNewAssociationRequest()439 .asInterface(data.getBinder(EXTRA_APPLICATION_CALLBACK));
103 private static final String EXTRA_APPLICATION_CALLBACK = "application_callback"; field in CompanionAssociationActivity204 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()