Searched refs:queryEmpty (Results 1 – 2 of 2) sorted by relevance
254 protected void updateUi(boolean queryEmpty) { in updateUi() argument255 updateQueryTextView(queryEmpty); in updateUi()256 updateSearchGoButton(queryEmpty); in updateUi()257 updateVoiceSearchButton(queryEmpty); in updateUi()260 protected void updateQueryTextView(boolean queryEmpty) { in updateQueryTextView() argument261 if (queryEmpty) { in updateQueryTextView()269 private void updateSearchGoButton(boolean queryEmpty) { in updateSearchGoButton() argument270 if (queryEmpty) { in updateSearchGoButton()277 protected void updateVoiceSearchButton(boolean queryEmpty) { in updateVoiceSearchButton() argument278 if (shouldShowVoiceSearch(queryEmpty) in updateVoiceSearchButton()[all …]
289 const std::vector<char> queryEmpty(MAXPACKET, 0); in TEST_F() local293 EXPECT_EQ(-EINVAL, cacheAdd(TEST_NETID, queryEmpty, ce.answer)); in TEST_F()400 const std::vector<char> queryEmpty(MAXPACKET, 0); in TEST_F() local413 EXPECT_EQ(RESOLV_CACHE_UNSUPPORTED, cacheLookupFn(queryEmpty, ce.answer)); in TEST_F()