Home
last modified time | relevance | path

Searched refs:mDetachedData (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/binding/
DDetachableBinding.java28 private T mDetachedData; field in DetachableBinding
39 mDetachedData = null; in bind()
43 Assert.isNull(mDetachedData); in detach()
45 mDetachedData = getData(); in detach()
50 if (mDetachedData != null) { in reAttachIfPossible()
52 bind(mDetachedData); in reAttachIfPossible()
53 mDetachedData = null; in reAttachIfPossible()