Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierTest.java73 callInfo.getHandleSchemeSpecificPart()); in testCallInfoFactory()
88 assertNull(callInfo.getHandleSchemeSpecificPart()); in testCallInfoFactoryNullParam()
DMissedCallNotifierImplTest.java727 when(fakeCall.getHandleSchemeSpecificPart()).thenReturn(handle.getSchemeSpecificPart()); in makeFakeCallInfo()
/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java70 public String getHandleSchemeSpecificPart() { in getHandleSchemeSpecificPart() method in MissedCallNotifier.CallInfo
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java400 String handle = callInfo.getHandleSchemeSpecificPart(); in showMissedCallNotification()
476 String handle = callInfo.getHandleSchemeSpecificPart(); in getNameForMissedCallNotification()