Home
last modified time | relevance | path

Searched refs:getParentId (Results 1 – 14 of 14) sorted by relevance

/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java789 lhs.getParentId() != null in compare()
790 ? getLabel(mTvInputManagerHelper.getTvInputInfo(lhs.getParentId())) in compare()
793 rhs.getParentId() != null in compare()
794 ? getLabel(mTvInputManagerHelper.getTvInputInfo(rhs.getParentId())) in compare()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java391 when(confCall1.getParentId()).thenReturn(parentId); in testConferenceInProgressCDMA()
392 when(confCall2.getParentId()).thenReturn(parentId); in testConferenceInProgressCDMA()
459 when(foregroundCall.getParentId()).thenReturn(parentId); in testListCurrentCallsCdmaHold()
460 when(heldCall.getParentId()).thenReturn(parentId); in testListCurrentCallsCdmaHold()
522 when(confCall1.getParentId()).thenReturn(parentId); in testListCurrentCallsCdmaConference()
523 when(confCall2.getParentId()).thenReturn(parentId); in testListCurrentCallsCdmaConference()
889 when(childCall1.getParentId()).thenReturn(parentId); in testListCurrentCallsHeldImsCepConference()
890 when(childCall2.getParentId()).thenReturn(parentId); in testListCurrentCallsHeldImsCepConference()
1595 when(activeCall.getParentId()).thenReturn(parentId); in testOnParentOnChildrenChanged()
1596 when(heldCall.getParentId()).thenReturn(parentId); in testOnParentOnChildrenChanged()
DBluetoothCallTest.java217 assertThrows(NullPointerException.class, () -> mBluetoothCall.getParentId()); in getParentId_whenInnerCallIsNull_throwsNPE()
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java264 if (input.getParentId() != null && !input.isConnectedToHdmiSwitch()) { in buildInputListAndNotify()
265 mInputList.remove(inputMap.get(input.getParentId())); in buildInputListAndNotify()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java437 return source.getParentId() == null in canMatchJoinKeys()
460 return source.getParentId() == null in canMatchAdIdWebSourceToAppTrigger()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java292 if (call.getParentId() != null) { in onParentChanged()
388 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in hangupCall()
923 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in sendClccForCall()
1105 BluetoothCall conferenceCall = getBluetoothCallById(activeCall.getParentId()); in _processChld()
1636 BluetoothCall conferenceCall = getBluetoothCallById(call.getParentId()); in createTbsCall()
DBluetoothCall.java186 public Integer getParentId() { in getParentId() method in BluetoothCall
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregatePayloadGenerator.java92 if (source.getParentId() != null && keyMappingForAdtech.isPresent()) { in generateAttributionReport()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java787 if (selectedSource.getParentId() != null) { in selectSourceToAttribute()
852 if (source.getParentId() == null) { in ignoreCompetingSources()
858 source.getParentId(), triggerEnrollmentId); in ignoreCompetingSources()
872 if (source.getParentId() != null) { in maybeGenerateEventReport()
1388 if (source.getParentId() == null) { in finalizeAggregateReportCreation()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DInputsFragment.java113 || !TextUtils.isEmpty(info.getParentId())) { in refresh()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java1058 public String getParentId() { in getParentId() method in DialerCall
1260 getParentId(), in toString()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DXnaSourceCreatorTest.java289 Comparator<Source> sorter = Comparator.comparing(Source::getParentId); in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DSource.java1161 public String getParentId() { in getParentId() method in Source
/packages/apps/TV/src/com/android/tv/
DMainActivity.java1166 mParentInputIdWhenScreenOff = input.getParentId(); in markCurrentChannelDuringScreenOff()