Home
last modified time | relevance | path

Searched defs:out1 (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationStoreTest.java208 ConversationInfo out1 = mConversationStore.getConversation(SHORTCUT_ID); in testDataPersistenceAndRestoration() local
238 ConversationInfo out1 = mConversationStore.getConversation(SHORTCUT_ID); in testDelayedDiskWrites() local
280 ConversationInfo out1 = mConversationStore.getConversation(SHORTCUT_ID); in testMimicDevicePowerOff() local
300 ConversationInfo out1 = conversationStore.getConversation(SHORTCUT_ID); in testBackupAndRestore() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DScheduleCalendarTest.java555 Calendar out1 = getDaylightSavingsForwardDay(); in testIsInSchedule_daylightSavingsForward_startDuringChange() local
627 Calendar out1 = getDaylightSavingsForwardDay(); in testIsInSchedule_daylightSavingsForward_endDuringChange() local
684 Calendar out1 = getDaylightSavingsBackwardDay(); in testIsInSchedule_daylightSavingsBackward_startDuringChange() local
754 Calendar out1 = getDaylightSavingsForwardDay(); in testIsInSchedule_daylightSavings_flippedSchedule() local
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java316 String out1 = TextUtils.ellipsize(s1, p, i, kind).toString(); in testEllipsize() local