Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java1714 ComponentName foundComponentName = in getInCallServiceComponents() local
1717 mKnownNonUiInCallServices.add(foundComponentName); in getInCallServiceComponents()
1720 boolean isEnabled = isServiceEnabled(foundComponentName, in getInCallServiceComponents()
1730 retval.add(new InCallServiceInfo(foundComponentName, isExternalCallsSupported, in getInCallServiceComponents()