Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DRoleManagerAdapter.java93 List<String> getCallCompanionApps(); in getCallCompanionApps() method
DRoleManagerAdapterImpl.java98 public List<String> getCallCompanionApps() { in getCallCompanionApps() method in RoleManagerAdapterImpl
DInCallController.java1371 .getRoleManagerAdapter().getCallCompanionApps(); in connectToNonUiInCallServices()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java474 when(mRoleManagerAdapter.getCallCompanionApps()).thenReturn(Collections.emptyList()); in setupTelecomSystem()