Home
last modified time | relevance | path

Searched refs:hasProperty (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java438 mPrimary.hasProperty(PROPERTY_ENTERPRISE_CALL) in updatePrimaryCallState()
442 isPrimaryCallActive() && mPrimary.hasProperty(Details.PROPERTY_HIGH_DEF_AUDIO); in updatePrimaryCallState()
445 && !mPrimary.hasProperty(DialerCall.PROPERTY_CODEC_KNOWN) in updatePrimaryCallState()
467 mPrimary.hasProperty(Details.PROPERTY_WIFI), in updatePrimaryCallState()
469 && !mPrimary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE), in updatePrimaryCallState()
666 boolean hasWorkCallProperty = mPrimary.hasProperty(PROPERTY_ENTERPRISE_CALL); in updatePrimaryDisplayInfo()
1039 boolean isGenericConference = call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE); in getConferenceString()
DExternalCallNotifier.java337 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE) in getLargeIconToDisplay()
339 .hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)) { in getLargeIconToDisplay()
387 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE) in getContentTitle()
389 .hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)) { in getContentTitle()
DStatusBarNotifier.java568 if (call.isConferenceCall() && !call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)) { in getContentTitle()
618 && !call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)) { in getLargeIconToDisplay()
664 } else if (call.hasProperty(PROPERTY_HIGH_DEF_AUDIO) in getIconToDisplay()
692 if (call.hasProperty(Details.PROPERTY_WIFI)) { in getContentString()
711 } else if (call.hasProperty(Details.PROPERTY_WIFI)) { in getContentString()
726 boolean isWorkCall = call.hasProperty(PROPERTY_ENTERPRISE_CALL); in getContentString()
DInCallPresenter.java151 if (details.hasProperty(Details.PROPERTY_IS_EXTERNAL_CALL)
508 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in onCallAdded()
539 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in shouldAttemptBlocking()
631 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in onCallRemoved()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java617 if (hasProperty(Details.PROPERTY_EMERGENCY_CALLBACK_MODE)) { in isPotentialEmergencyCallback()
740 public boolean hasProperty(int property) { in hasProperty() method in DialerCall
741 return mTelecomCall.getDetails().hasProperty(property); in hasProperty()
755 return hasProperty(Call.Details.PROPERTY_CONFERENCE); in isConferenceCall()
825 && hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL); in isExternalCall()
1069 boolean showCallbackNumber = hasProperty(Details.PROPERTY_EMERGENCY_CALLBACK_MODE); in getCallbackNumber()
DExternalCallList.java51 if (!telecomCall.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in onCallAdded()
106 if (!call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in notifyExternalCallUpdated()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java758 assertTrue(Call.Details.hasProperty( in testCdmaEnhancedPrivacyVoiceCall()
777 assertFalse(Call.Details.hasProperty( in testDropCdmaEnhancedPrivacyVoiceCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1843 if (!hasProperty(Connection.PROPERTY_IS_EXTERNAL_CALL)) { in pullExternalCall()
1955 public boolean hasProperty(int property) { in hasProperty() method in Call
DCallsManager.java444 if (incomingCall.hasProperty(Connection.PROPERTY_EMERGENCY_CALLBACK_MODE)) { in onSuccessfulIncomingCall()