Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java1445 ComponentName componentName, int requestedType) { in getInCallServiceComponents() argument
1475 if (requestedType == IN_CALL_SERVICE_TYPE_NON_UI) { in getInCallServiceComponents()
1478 if (serviceInfo.enabled && (requestedType == 0 || requestedType == currentType)) { in getInCallServiceComponents()
1480 isExternalCallsSupported, isSelfManageCallsSupported, requestedType)); in getInCallServiceComponents()