Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java1041 .flatMap(componentName -> getInCallServiceComponents(
2125 List<InCallServiceInfo> infos = getInCallServiceComponents(userToBind, in bindToBTService()
2134 infos = getInCallServiceComponents(parentUser, IN_CALL_SERVICE_TYPE_BLUETOOTH); in bindToBTService()
2256 getInCallServiceComponents(userFromCall, IN_CALL_SERVICE_TYPE_NON_UI); in updateNonUiInCallServices()
2261 getInCallServiceComponents(parentUser, IN_CALL_SERVICE_TYPE_NON_UI); in updateNonUiInCallServices()
2341 List<InCallServiceInfo> list = getInCallServiceComponents(userHandle, in getInCallServiceComponent()
2355 List<InCallServiceInfo> list = getInCallServiceComponents(userHandle, in getInCallServiceComponent()
2363 private List<InCallServiceInfo> getInCallServiceComponents( in getInCallServiceComponents() method in InCallController
2365 return getInCallServiceComponents(userHandle, null, null, type); in getInCallServiceComponents()
2368 private List<InCallServiceInfo> getInCallServiceComponents(UserHandle userHandle, in getInCallServiceComponents() method in InCallController
[all …]