Searched refs:mIsBound (Results 1 – 3 of 3) sorted by relevance
69 private boolean mIsBound = false; field in AlarmService76 mIsBound = true; in onBind()82 mIsBound = false; in onUnbind()173 if (mIsBound) {
89 Log.d(this, "onServiceConnected: %s %b %b", name, mIsBound, mIsConnected);90 mIsBound = true;107 mIsBound = false;118 private boolean mIsBound = false; field in InCallController.InCallServiceBindingConnection166 pw.append(mIsBound ? "" : "not ").append("bound]\n"); in dump()
193 private boolean mIsBound = false; field in FilterShowActivity243 mIsBound = true; in doBindService()247 if (mIsBound) { in doUnbindService()250 mIsBound = false; in doUnbindService()