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.java66 when(mAudioCall.getTargetPhoneAccountLabel()).thenReturn("Bar"); in setUp()
68 when(mVideoCall.getTargetPhoneAccountLabel()).thenReturn("Bar"); in setUp()
73 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/
DCallsManager.java863 CharSequence droppedApp = foregroundCall.getTargetPhoneAccountLabel(); in processIncomingCallIntent()
1802 activeCall.getTargetPhoneAccountLabel()); in markCallDisconnectedDueToSelfManagedCall()
2991 ongoingAppName = selfManagedCall.getTargetPhoneAccountLabel(); in startCallConfirmation()
DCall.java682 s.append(getTargetPhoneAccountLabel()); in getDescription()
1063 public CharSequence getTargetPhoneAccountLabel() { in getTargetPhoneAccountLabel() method in Call