Searched refs:assetsSeq (Results 1 – 5 of 5) sorted by relevance
821 public int assetsSeq; field in Configuration952 assetsSeq = o.assetsSeq; in setTo()1104 if (assetsSeq != 0) { in toString()1105 sb.append(" as.").append(assetsSeq); in toString()1405 assetsSeq = ASSETS_SEQ_UNDEFINED; in setToDefaults()1594 if (delta.assetsSeq != ASSETS_SEQ_UNDEFINED && delta.assetsSeq != assetsSeq) { in updateFrom()1596 assetsSeq = delta.assetsSeq; in updateFrom()1675 assetsSeq = delta.assetsSeq; in setTo()1824 if ((compareUndefined || delta.assetsSeq != ASSETS_SEQ_UNDEFINED) in diff()1825 && assetsSeq != delta.assetsSeq) { in diff()[all …]
137 overrideConfig.assetsSeq = 5; in testRecycleLaunchActivityItem()173 overrideConfig.assetsSeq = 5; in testRecycleActivityRelaunchItem()
184 overrideConfig.assetsSeq = 5; in testLaunch()214 overrideConfig.assetsSeq = 5; in testRelaunch()
5919 newConfig.assetsSeq = (mConfiguration != null ? mConfiguration.assetsSeq : 0) + 1; in handleApplicationInfoChanged()
1076 field public int assetsSeq;