Searched refs:prepareSerialisation (Results 1 – 2 of 2) sorted by relevance
19 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()
367 static List<GenerationIntent> prepareSerialisation(List<LaunchFromIntent> intents) { in prepareSerialisation() method in Persistence.LaunchFromIntent368 return prepareSerialisation(intents, 0); in prepareSerialisation()373 static List<GenerationIntent> prepareSerialisation(List<LaunchFromIntent> intents, in prepareSerialisation() method in Persistence.LaunchFromIntent