Home
last modified time | relevance | path

Searched refs:queryEmpty (Results 1 – 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DSearchActivityView.java254 protected void updateUi(boolean queryEmpty) { in updateUi() argument
255 updateQueryTextView(queryEmpty); in updateUi()
256 updateSearchGoButton(queryEmpty); in updateUi()
257 updateVoiceSearchButton(queryEmpty); in updateUi()
260 protected void updateQueryTextView(boolean queryEmpty) { in updateQueryTextView() argument
261 if (queryEmpty) { in updateQueryTextView()
269 private void updateSearchGoButton(boolean queryEmpty) { in updateSearchGoButton() argument
270 if (queryEmpty) { in updateSearchGoButton()
277 protected void updateVoiceSearchButton(boolean queryEmpty) { in updateVoiceSearchButton() argument
278 if (shouldShowVoiceSearch(queryEmpty) in updateVoiceSearchButton()
[all …]
/packages/modules/DnsResolver/
Dresolv_cache_unit_test.cpp289 const std::vector<char> queryEmpty(MAXPACKET, 0); in TEST_F() local
293 EXPECT_EQ(-EINVAL, cacheAdd(TEST_NETID, queryEmpty, ce.answer)); in TEST_F()
400 const std::vector<char> queryEmpty(MAXPACKET, 0); in TEST_F() local
413 EXPECT_EQ(RESOLV_CACHE_UNSUPPORTED, cacheLookupFn(queryEmpty, ce.answer)); in TEST_F()