Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationViewModelTransformerTest.java84 final ComplicationId secondId = idCaptor.getValue(); in testStableIds() local
86 assertEquals(secondId, firstId); in testStableIds()
110 final ComplicationId secondId = idCaptor.getValue(); in testUniqueIds() local
112 assertNotEquals(secondId, firstId); in testUniqueIds()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ui/viewmodel/
DScreenshotViewModelTest.kt51 val secondId = viewModel.addAction(appearance, false, onclick) in testRemoveAction() constant
54 assertThat(firstId).isNotEqualTo(secondId) in testRemoveAction()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DEnterpriseSpecificIdCalculator.java163 VerifierDeviceIdentity secondId = new VerifierDeviceIdentity(esidByteBuffer.getLong()); in calculateEnterpriseId() local
164 return firstId.toString() + secondId.toString(); in calculateEnterpriseId()