Searched refs:getTargetPhoneAccountLabel (Results 1 – 4 of 4) sorted by relevance
66 when(mAudioCall.getTargetPhoneAccountLabel()).thenReturn("Bar"); in setUp()68 when(mVideoCall.getTargetPhoneAccountLabel()).thenReturn("Bar"); in setUp()73 when(mRingingCall.getTargetPhoneAccountLabel()).thenReturn("Foo"); in setUp()
208 CharSequence viaApp = incomingCall.getTargetPhoneAccountLabel(); in getNotificationBuilder()229 CharSequence ongoingApp = ongoingCall.getTargetPhoneAccountLabel(); in getNotificationBuilder()
863 CharSequence droppedApp = foregroundCall.getTargetPhoneAccountLabel(); in processIncomingCallIntent()1802 activeCall.getTargetPhoneAccountLabel()); in markCallDisconnectedDueToSelfManagedCall()2991 ongoingAppName = selfManagedCall.getTargetPhoneAccountLabel(); in startCallConfirmation()
682 s.append(getTargetPhoneAccountLabel()); in getDescription()1063 public CharSequence getTargetPhoneAccountLabel() { in getTargetPhoneAccountLabel() method in Call