Searched refs:EXTRA_CONFIG_ASSETS_SEQ (Results 1 – 3 of 3) sorted by relevance
22 import static android.server.wm.app.Components.TestActivity.EXTRA_CONFIG_ASSETS_SEQ;160 extras.putInt(EXTRA_CONFIG_ASSETS_SEQ, newConfig.assetsSeq); in dumpAssetSeqNumber()
30 import static android.server.wm.app.Components.TestActivity.EXTRA_CONFIG_ASSETS_SEQ;319 return TestJournalContainer.get(activityName).extras.getInt(EXTRA_CONFIG_ASSETS_SEQ); in getAssetSeqNumber()
346 public static final String EXTRA_CONFIG_ASSETS_SEQ = "config_assets_seq"; field in Components.TestActivity