Home
last modified time | relevance | path

Searched defs:out2 (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationStoreTest.java209 ConversationInfo out2 = mConversationStore.getConversation(SHORTCUT_ID_2); in testDataPersistenceAndRestoration() local
239 ConversationInfo out2 = mConversationStore.getConversation(SHORTCUT_ID_2); in testDelayedDiskWrites() local
281 ConversationInfo out2 = mConversationStore.getConversation(SHORTCUT_ID_2); in testMimicDevicePowerOff() local
305 ConversationInfo out2 = conversationStore.getConversation(SHORTCUT_ID_2); in testBackupAndRestore() local
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DBase64Test.java546 OutputStream out2 = new Base64OutputStream(out, Base64.DEFAULT); in testOutputStream_ioExceptionDuringClose() local
569 OutputStream out2 = new Base64OutputStream(out, Base64.DEFAULT); in testOutputStream_ioExceptionDuringCloseAndWrite() local
600 OutputStream out2 = new Base64OutputStream(out, Base64.DEFAULT); in testOutputStream_ioExceptionDuringWrite() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DScheduleCalendarTest.java588 Calendar out2 = getDaylightSavingsForwardDay(); in testIsInSchedule_daylightSavingsForward_startDuringChange() local
647 Calendar out2 = getDaylightSavingsForwardDay(); in testIsInSchedule_daylightSavingsForward_endDuringChange() local
716 Calendar out2 = getDaylightSavingsBackwardDay(); in testIsInSchedule_daylightSavingsBackward_startDuringChange() local
760 Calendar out2 = getDaylightSavingsForwardDay(); in testIsInSchedule_daylightSavings_flippedSchedule() local
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java317 String out2 = TextUtils.ellipsize(s2, p, i, kind).toString(); in testEllipsize() local