Searched refs:shouldExist (Results 1 – 4 of 4) sorted by relevance
203 private void checkFingerExistence(int id, boolean shouldExist) { in checkFingerExistence() argument204 if (shouldExist != mFingers.containsKey(id)) { in checkFingerExistence()206 shouldExist ? "Finger does not exist" : "Finger already exists"); in checkFingerExistence()
132 bool shouldExist = true) { in verifyRestrictedData() argument139 if (shouldExist) { in verifyRestrictedData()
221 private void setupExpansionView(boolean shouldExist, boolean collapsed) { in setupExpansionView() argument228 mExpansionViewContainer.setVisibility(shouldExist ? View.VISIBLE : View.INVISIBLE); in setupExpansionView()
218 private void setupLabelButton(boolean shouldExist) { in setupLabelButton() argument219 if (shouldExist) { in setupLabelButton()