Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DRoleManagerAdapter.java93 List<String> getCallCompanionApps(); in getCallCompanionApps() method
H A DRoleManagerAdapterImpl.java101 public List<String> getCallCompanionApps() { in getCallCompanionApps() method in RoleManagerAdapterImpl
H A DInCallController.java1597 .getRoleManagerAdapter().getCallCompanionApps(); in updateNonUiInCallServices()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomSystemTest.java473 when(mRoleManagerAdapter.getCallCompanionApps()).thenReturn(Collections.emptyList()); in setupTelecomSystem()