/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothCall.java | 286 return getDetails().hasProperty(Call.Details.PROPERTY_CONFERENCE); in isConference() 306 return getDetails().hasProperty(Call.Details.PROPERTY_IS_EXTERNAL_CALL); in isExternalCall() 310 return getDetails().hasProperty(Call.Details.PROPERTY_HIGH_DEF_AUDIO); in isHighDefAudio() 337 public boolean hasProperty(int property) { in hasProperty() method in BluetoothCall 338 return getDetails().hasProperty(property); in hasProperty()
|
D | BluetoothInCallService.java | 927 if (conferenceCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)) { in sendClccForCall()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | ExternalCallList.java | 53 telecomCall.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)); in onCallAdded() 106 if (!call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in notifyExternalCallUpdated()
|
D | DialerCall.java | 825 if (hasProperty(Details.PROPERTY_EMERGENCY_CALLBACK_MODE)) { in isPotentialEmergencyCallback() 1011 public boolean hasProperty(int property) { in hasProperty() method in DialerCall 1012 return telecomCall.getDetails().hasProperty(property); in hasProperty() 1036 return hasProperty(Call.Details.PROPERTY_CONFERENCE); in isConferenceCall() 1202 return hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL); in isExternalCall() 1521 boolean showCallbackNumber = hasProperty(Details.PROPERTY_EMERGENCY_CALLBACK_MODE); in getCallbackNumber()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 304 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE) in getLargeIconToDisplay() 306 .hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)) { in getLargeIconToDisplay() 349 if (call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_CONFERENCE)) { in getContentTitle() 352 call.getDetails().hasProperty(android.telecom.Call.Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle()
|
D | CallCardPresenter.java | 447 primary.hasProperty(PROPERTY_ENTERPRISE_CALL) in updatePrimaryCallState() 451 isPrimaryCallActive() && primary.hasProperty(Details.PROPERTY_HIGH_DEF_AUDIO); in updatePrimaryCallState() 454 && !primary.hasProperty(DialerCall.PROPERTY_CODEC_KNOWN) in updatePrimaryCallState() 481 .setIsWifi(primary.hasProperty(Details.PROPERTY_WIFI)) in updatePrimaryCallState() 484 && !primary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)) in updatePrimaryCallState() 654 boolean hasWorkCallProperty = primary.hasProperty(PROPERTY_ENTERPRISE_CALL); in updatePrimaryDisplayInfo() 670 context, primary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE))) in updatePrimaryDisplayInfo() 876 context, secondary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE))) in updateSecondaryDisplayInfo()
|
D | StatusBarNotifier.java | 565 context, call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)); in getContentTitle() 612 call.isConferenceCall() && !call.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)); in getLargeIconToDisplay() 661 } else if (call.hasProperty(PROPERTY_HIGH_DEF_AUDIO) in getIconToDisplay() 667 } else if (call.hasProperty(Details.PROPERTY_HAS_CDMA_VOICE_PRIVACY)) { in getIconToDisplay() 685 boolean isWorkCall = call.hasProperty(PROPERTY_ENTERPRISE_CALL) in getContentString() 703 if (call.hasProperty(Details.PROPERTY_WIFI)) { in getContentString() 712 } else if (call.hasProperty(Details.PROPERTY_WIFI)) { in getContentString()
|
D | InCallPresenter.java | 173 if (details.hasProperty(Details.PROPERTY_IS_EXTERNAL_CALL) 627 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in onCallAdded() 665 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in shouldAttemptBlocking() 759 if (call.getDetails().hasProperty(CallCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { in onCallRemoved()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/ |
D | SppResponseMessage.java | 74 if (!response.hasProperty(SPPErrorProperty)) { in SppResponseMessage() 79 if (response.hasProperty(SPPErrorProperty)) { in SppResponseMessage()
|
/packages/apps/Car/Launcher/ |
D | build.gradle | 43 …def code = project.hasProperty('versionCode') ? versionCode.toInteger() : gradle.ext.platformSdkVe… 48 def name = project.hasProperty('versionName') ? versionName : gradle.ext.platformSdkVersion
|
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/ |
D | build.gradle | 92 if (project.hasProperty("android")) { 105 if (android.hasProperty("kotlinOptions")) {
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallLogManager.java | 200 !call.hasProperty(Connection.PROPERTY_REMOTELY_HOSTED)) { in shouldLogDisconnectedCall() 208 !call.hasProperty(Connection.PROPERTY_REMOTELY_HOSTED)) { in shouldLogDisconnectedCall() 219 if (call.getParentCall() != null && call.hasProperty(Connection.PROPERTY_REMOTELY_HOSTED)) { in shouldLogDisconnectedCall()
|
D | Call.java | 1765 return hasProperty(Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL); in isNetworkIdentifiedEmergencyCall() 3494 if (!hasProperty(Connection.PROPERTY_IS_EXTERNAL_CALL)) { in pullExternalCall() 3676 public boolean hasProperty(int property) { in hasProperty() method in Call
|
D | CallsManager.java | 872 if (incomingCall.hasProperty(Connection.PROPERTY_EMERGENCY_CALLBACK_MODE) || in onSuccessfulIncomingCall() 873 incomingCall.hasProperty(Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL) || in onSuccessfulIncomingCall() 881 incomingCall.hasProperty(Connection.PROPERTY_EMERGENCY_CALLBACK_MODE), in onSuccessfulIncomingCall() 882 incomingCall.hasProperty(Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL), in onSuccessfulIncomingCall()
|
/packages/apps/Dialer/java/com/android/incallui/video/impl/ |
D | VideoChargesAlertDialogFragment.java | 60 if (call.hasProperty(Details.PROPERTY_WIFI)) { in shouldShow()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallLogManagerTest.java | 1175 when(fakeCall.hasProperty(eq(Connection.PROPERTY_REMOTELY_HOSTED))).thenReturn(true); in testLogRemotelyHostedConferenceWithChildren() 1198 when(fakeCall.hasProperty(eq(Connection.PROPERTY_REMOTELY_HOSTED))).thenReturn(true); in testLogRemotelyHostedConferenceWithNoChildren() 1221 when(fakeConfCall.hasProperty(eq(Connection.PROPERTY_REMOTELY_HOSTED))).thenReturn(true); in testDoNotLogChildOfRemotelyHostedConference() 1238 when(fakeChild.hasProperty(eq(Connection.PROPERTY_REMOTELY_HOSTED))).thenReturn(true); in testDoNotLogChildOfRemotelyHostedConference() 1313 when(fakeCall.hasProperty(eq(Connection.PROPERTY_REMOTELY_HOSTED))).thenReturn(false); in makeFakeCall()
|
D | BasicCallTests.java | 942 assertTrue(Call.Details.hasProperty( in testCdmaEnhancedPrivacyVoiceCall() 962 assertFalse(Call.Details.hasProperty( in testDropCdmaEnhancedPrivacyVoiceCall()
|
D | CallsManagerTest.java | 1494 .hasProperty(Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL); in testNoFilteringOfNetworkIdentifiedEmergencyCalls()
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/ndo/ |
D | InCallLiveDataTest.java | 131 when(callDetails.hasProperty(Call.Details.PROPERTY_SELF_MANAGED)).thenReturn(true); in createMockCallDetails()
|
/packages/modules/AppSearch/flags/ |
D | appsearch.aconfig | 39 description: "Enable the hasProperty function in list filter query expressions."
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/ |
D | PostDevDataMessageTest.java | 150 request.hasProperty(SoapEnvelope.NS20, SppConstants.PROPERTY_MO_CONTAINER)); in verifyCommonFields()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothCallTest.java | 391 assertThrows(NullPointerException.class, () -> mBluetoothCall.hasProperty(1)); in hasProperty_whenInnerCallIsNull_throwsNPE()
|
D | BluetoothInCallServiceTest.java | 461 when(parentCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)).thenReturn(true); in testListCurrentCallsCdmaHold() 524 when(parentCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)).thenReturn(true); in testListCurrentCallsCdmaConference() 898 when(parentCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)).thenReturn(true); in testListCurrentCallsHeldImsCepConference() 935 when(conferenceCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)).thenReturn(true); in testListCurrentCallsConferenceGetChildrenIsEmpty() 1006 when(conferenceCall.hasProperty(Call.Details.PROPERTY_GENERIC_CONFERENCE)).thenReturn(true); in testListCurrentCallsConferenceEmptyChildrenInference()
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/ |
D | InCallModel.java | 443 && mCurrentCall.getDetails().hasProperty(Call.Details.PROPERTY_SELF_MANAGED); in isSelfManagedCall()
|