Searched refs:mAudioFocusType (Results 1 – 1 of 1) sorted by relevance
241 if (mAudioFocusType != NO_FOCUS && msg.arg1 == NO_FOCUS) { in processMessage()243 } else if (mAudioFocusType == NO_FOCUS && msg.arg1 != NO_FOCUS) { in processMessage()246 mAudioFocusType = msg.arg1; in processMessage()327 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()558 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()1186 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()1496 private int mAudioFocusType = NO_FOCUS; field in CallAudioRouteStateMachine