Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java1335 InCallServiceInfo carModeComponentInfo = getCurrentCarModeComponent(); in bindToServices() local
1336 if (carModeComponentInfo != null && in bindToServices()
1337 !carModeComponentInfo.getComponentName().equals( in bindToServices()
1339 carModeInCall = new InCallServiceBindingConnection(carModeComponentInfo); in bindToServices()