Searched refs:previousValue (Results 1 – 4 of 4) sorted by relevance
51 final T previousValue = mStateManager.get(); in apply()56 if (!Objects.equals(previousValue, currentValue)) { in apply()57 mStateManager.set(previousValue); in apply()
78 final String previousValue = System.getProperty(DEXMAKER_SHARE_CLASSLOADER_PROPERTY); in wrapInSetAndClearProperty()83 if (previousValue != null) { in wrapInSetAndClearProperty()84 System.setProperty(DEXMAKER_SHARE_CLASSLOADER_PROPERTY, previousValue); in wrapInSetAndClearProperty()
465 final AutofillValue previousValue = previousSession in findValueLocked() local467 if (previousValue != null) { in findValueLocked()469 autofillId, previousValue); in findValueLocked()
4473 boolean previousValue = (mGroupFlags & FLAG_CLIP_CHILDREN) == FLAG_CLIP_CHILDREN; in setClipChildren()4474 if (clipChildren != previousValue) { in setClipChildren()