Searched refs:ProjectionCallHandler (Results 1 – 3 of 3) sorted by relevance
18 import static com.android.car.dialer.telecom.ProjectionCallHandler.HFP_CLIENT_SCHEME;19 import static com.android.car.dialer.telecom.ProjectionCallHandler.PROJECTION_STATUS_EXTRA_DEVICE_S…20 import static com.android.car.dialer.telecom.ProjectionCallHandler.PROJECTION_STATUS_EXTRA_HANDLES_…79 private ProjectionCallHandler mProjectionCallHandler;93 mProjectionCallHandler = new ProjectionCallHandler(mTelecomManager, mCarProjectionManager); in setUp()
38 class ProjectionCallHandler implements InCallServiceImpl.ActiveCallListChangedCallback, class54 ProjectionCallHandler(Context context) { in ProjectionCallHandler() method in ProjectionCallHandler61 ProjectionCallHandler(TelecomManager telecomManager, CarProjectionManager projectionManager) { in ProjectionCallHandler() method in ProjectionCallHandler
46 private final ProjectionCallHandler mProjectionCallHandler;52 mProjectionCallHandler = new ProjectionCallHandler(context); in InCallRouter()