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