Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRoleManagerAdapterImpl.java118 List<String> callCompanionApps = new ArrayList<>(); in getCallCompanionApps() local
119 callCompanionApps.addAll(mOverrideCallCompanionApps); in getCallCompanionApps()
120 return callCompanionApps; in getCallCompanionApps()
DInCallController.java2209 List<String> callCompanionApps = mCallsManager in updateNonUiInCallServices() local
2211 if (callCompanionApps != null && !callCompanionApps.isEmpty()) { in updateNonUiInCallServices()
2212 for (String pkg : callCompanionApps) { in updateNonUiInCallServices()