Searched refs:mIsBound (Results 1 – 3 of 3) sorted by relevance
49 private var mIsBound = false variable58 mIsBound = true in onBind()63 mIsBound = false in onUnbind()115 if (mIsBound) { in onReceive()
216 Log.d(this, "onServiceConnected: %s %b %b", name, mIsBound, mIsConnected);217 mIsBound = true;234 mIsBound = false;249 mIsBound = false;263 mIsBound = false;274 private boolean mIsBound = false; field in InCallController.InCallServiceBindingConnection384 pw.print(mIsBound ? "" : "not "); in dump()
191 private boolean mIsBound = false; field in FilterShowActivity241 mIsBound = true; in doBindService()245 if (mIsBound) { in doUnbindService()248 mIsBound = false; in doUnbindService()