Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DIncomingCallNotifierTest.java74 when(mAudioCall.getTargetPhoneAccountLabel()).thenReturn("Bar"); in setUp()
76 when(mVideoCall.getTargetPhoneAccountLabel()).thenReturn("Bar"); in setUp()
81 when(mRingingCall.getTargetPhoneAccountLabel()).thenReturn("Foo"); in setUp()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DIncomingCallNotifier.java208 CharSequence viaApp = incomingCall.getTargetPhoneAccountLabel(); in getNotificationBuilder()
229 CharSequence ongoingApp = ongoingCall.getTargetPhoneAccountLabel(); in getNotificationBuilder()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java866 s.append(getTargetPhoneAccountLabel()); in getDescription()
1468 public CharSequence getTargetPhoneAccountLabel() { in getTargetPhoneAccountLabel() method in Call
DCallsManager.java1225 CharSequence droppedApp = activeCall.getTargetPhoneAccountLabel(); in processIncomingCallIntent()
3054 activeCall.getTargetPhoneAccountLabel());
4545 CharSequence ongoingAppName = activeCall.getTargetPhoneAccountLabel();