Home
last modified time | relevance | path

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

/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingFragment.java52 private boolean mBound; field in MessagingFragment
58 mBound = true;
65 mBound = false;
146 if (mBound) { in onStop()
148 mBound = false; in onStop()
153 if (mBound) { in sendMsg()