Searched refs:isStart (Results 1 – 5 of 5) sorted by relevance
99 void startRfDiscovery (bool isStart);1825 void startRfDiscovery(bool isStart) in startRfDiscovery() argument1829 ALOGV("%s: is start=%d", __func__, isStart); in startRfDiscovery()1831 status = isStart ? NFA_StartRfDiscovery () : NFA_StopRfDiscovery (); in startRfDiscovery()1835 sRfEnabled = isStart; in startRfDiscovery()
43 extern void startRfDiscovery (bool isStart);
676 boolean isStart = (mCurrentFocusIndex == FOCUS_NONE); in moveFocus()678 int index = isStart ? 0 : (mCurrentFocusIndex + direction); in moveFocus()691 if (isStart) { in moveFocus()
1800 boolean isStart = (mCurrentFocusIndex == FOCUS_NONE); in moveFocus()1880 if (isStart) { in moveFocus()
1207 final boolean isStart = KeyboardUtils.isKeycodeDirectionStart(keyCode, isRtl); in onKey()1216 final boolean navigateAway = shouldNavigateAway(id, isStart, isTwoPaneLand); in onKey()1222 if ((isStart || isEnd) && shouldInterceptLeftRightEvents( in onKey()1223 id, isStart, isEnd, isTwoPaneLand)) { in onKey()