Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java773 List<InCallServiceBindingConnection> nonUIInCalls = new LinkedList<>(); in bindToServices() local
775 nonUIInCalls.add(new InCallServiceBindingConnection(componentName)); in bindToServices()
777 mNonUIInCallServiceConnections = new NonUIInCallServiceConnectionCollection(nonUIInCalls); in bindToServices()