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