Home
last modified time | relevance | path

Searched refs:otherId (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binderthreadstate/
Dtest.cpp99 HidlServer(size_t thisId, size_t otherId) : thisId(thisId), otherId(otherId) {} in HidlServer() argument
101 size_t otherId; member in HidlServer
110 LOG(INFO) << "HidlServer CALL " << thisId << " to " << otherId << " at idx: " << idx in call()
116 callHidl(otherId, idx - 1); in call()
118 callAidl(otherId, idx - 1); in call()
128 AidlServer(size_t thisId, size_t otherId) : thisId(thisId), otherId(otherId) {} in AidlServer() argument
130 size_t otherId; member in AidlServer
138 LOG(INFO) << "AidlServer CALL " << thisId << " to " << otherId << " at idx: " << idx in call()
144 callHidl(otherId, idx - 1); in call()
146 callAidl(otherId, idx - 1); in call()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/autofill/
DAutofillIdTest.java185 final AutofillId otherId = new AutofillId(108); in testEqualsHashCode_nonVirtual_other() local
187 assertThat(id).isNotEqualTo(otherId); in testEqualsHashCode_nonVirtual_other()
188 assertThat(otherId).isNotEqualTo(id); in testEqualsHashCode_nonVirtual_other()
189 assertNotEqualsIgnoreSession(id, otherId); in testEqualsHashCode_nonVirtual_other()
190 assertNotEqualsIgnoreSession(otherId, id); in testEqualsHashCode_nonVirtual_other()
191 assertThat(id.hashCode()).isNotEqualTo(otherId.hashCode()); in testEqualsHashCode_nonVirtual_other()
/frameworks/base/telecomm/java/android/telecom/
DCall.java2522 for (String otherId : conferenceableCallIds) { in internalUpdate()
2523 if (callIdMap.containsKey(otherId)) { in internalUpdate()
2524 conferenceableCalls.add(callIdMap.get(otherId)); in internalUpdate()