Home
last modified time | relevance | path

Searched refs:handle3 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java1841 final int handle3 = 3; in testActiveSyncedSource_AddRemoveGet() local
1865 mBassClientService.removeActiveSyncedSource(handle3); in testActiveSyncedSource_AddRemoveGet()
2282 final int handle3 = 2; in testSelectSource_queueAndRemoveAfterMaxLimit() local
2306 assertThat(mBassClientService.getActiveSyncedSources().contains(handle3)).isFalse(); in testSelectSource_queueAndRemoveAfterMaxLimit()
2311 assertThat(mBassClientService.getDeviceForSyncHandle(handle3)).isEqualTo(null); in testSelectSource_queueAndRemoveAfterMaxLimit()
2318 assertThat(mBassClientService.getBroadcastIdForSyncHandle(handle3)) in testSelectSource_queueAndRemoveAfterMaxLimit()
2333 assertThat(mBassClientService.getActiveSyncedSources().contains(handle3)).isFalse(); in testSelectSource_queueAndRemoveAfterMaxLimit()
2338 assertThat(mBassClientService.getDeviceForSyncHandle(handle3)).isEqualTo(null); in testSelectSource_queueAndRemoveAfterMaxLimit()
2344 assertThat(mBassClientService.getBroadcastIdForSyncHandle(handle3)) in testSelectSource_queueAndRemoveAfterMaxLimit()
2356 assertThat(mBassClientService.getActiveSyncedSources().contains(handle3)).isFalse(); in testSelectSource_queueAndRemoveAfterMaxLimit()
[all …]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java167 PhoneAccountHandle handle3 = new PhoneAccountHandle( in registerPhoneAccount() local
169 mPhoneAccountMap.put(SIM_SUBSCRIPTION_ID2, handle3); in registerPhoneAccount()
171 handle3, in registerPhoneAccount()