Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/binding/
DBinding.java27 private boolean mWasBound; field in Binding
55 throw new IllegalStateException("not bound; wasBound = " + mWasBound); in ensureBound()
62 throw new IllegalStateException("not bound; wasBound = " + mWasBound); in ensureBound()
82 mWasBound = true; in bind()