Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchRunner.java19 import static android.server.wm.intent.Persistence.LaunchFromIntent.prepareSerialisation;
153 List<GenerationIntent> setupIntents = prepareSerialisation(executionInfo.setup); in runAndSerialize()
154 List<GenerationIntent> actIntents = prepareSerialisation(executionInfo.acts, in runAndSerialize()
DPersistence.java367 static List<GenerationIntent> prepareSerialisation(List<LaunchFromIntent> intents) { in prepareSerialisation() method in Persistence.LaunchFromIntent
368 return prepareSerialisation(intents, 0); in prepareSerialisation()
373 static List<GenerationIntent> prepareSerialisation(List<LaunchFromIntent> intents, in prepareSerialisation() method in Persistence.LaunchFromIntent