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;
157 List<GenerationIntent> setupIntents = prepareSerialisation(executionInfo.setup); in runAndSerialize()
158 List<GenerationIntent> actIntents = prepareSerialisation(executionInfo.acts, in runAndSerialize()
DPersistence.java373 static List<GenerationIntent> prepareSerialisation(List<LaunchFromIntent> intents) { in prepareSerialisation() method in Persistence.LaunchFromIntent
374 return prepareSerialisation(intents, 0); in prepareSerialisation()
379 static List<GenerationIntent> prepareSerialisation(List<LaunchFromIntent> intents, in prepareSerialisation() method in Persistence.LaunchFromIntent