Searched refs:STATE_UNPLUGGED (Results 1 – 1 of 1) sorted by relevance
139 private static final int STATE_UNPLUGGED = 0; field in AppRTCAudioManager.WiredHeadsetReceiver146 int state = intent.getIntExtra("state", STATE_UNPLUGGED); in onReceive()151 + (state == STATE_UNPLUGGED ? "unplugged" : "plugged") + ", m=" in onReceive()