Searched refs:hasNext (Results 76 - 100 of 173) sorted by relevance

1234567

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSuggestionCursorUtil.java112 public boolean hasNext() {
117 if (!hasNext()) {
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
H A DGen.java82 while (it.hasNext()) {
93 while (it.hasNext()) {
114 while (it.hasNext()) {
291 while (indexShortcutKeys.hasNext()) {
309 while (indexListKeys.hasNext()) {
681 while (childIterator.hasNext()) {
692 while (tmpConstraints.hasNext()) {
701 while (childIterator.hasNext()) {
731 while (childIterator.hasNext()) {
743 while (tmpConstraints.hasNext()) {
[all...]
/packages/apps/Browser/src/com/android/browser/preferences/
H A DWebsiteSettingsFragment.java261 while (iter.hasNext()) {
275 while (iter.hasNext()) {
307 while (originIter.hasNext()) {
344 while (sitesIter.hasNext()) {
385 while (entryIterator.hasNext()) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DActionAdapter.java202 chevronView.setVisibility(action.hasNext() ? View.VISIBLE : View.GONE);
205 chevronBackgroundView.setVisibility(action.hasNext() ? View.VISIBLE : View.INVISIBLE);
289 float chevronAlpha = action.hasNext() && !action.infoOnly()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/
H A DResolverActivity.java328 while (ssp != null && pIt.hasNext()) {
338 while (aIt.hasNext()) {
351 while (path != null && pIt.hasNext()) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java659 public boolean hasNext() { method in class:FusionDictionary.DictionaryIterator
661 if (p.pos.hasNext()) {
674 if (currentPos.pos.hasNext()) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java159 for (Iterator<Pair<String,Long>> iter = mWhitelist.iterator(); iter.hasNext(); ) {
171 for (Iterator<Pair<String,Long>> iter = mWhitelist.iterator(); iter.hasNext(); ) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInstallShortcutReceiver.java129 while (newStringsIter.hasNext()) {
272 while (iter.hasNext()) {
/packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/
H A DUtil.java105 while (keys.hasNext()) {
158 while (iterator.hasNext()) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DHandleMap.java164 for(Iterator <Entry> it = mEntries.iterator(); it.hasNext();) {
H A DScanFilterQueue.java179 for (Iterator<Entry> it = mEntries.iterator(); it.hasNext();) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterRepresentation.java247 while (reader.hasNext()) {
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTweener.java46 while (iter.hasNext()) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java123 while (iterator.hasNext()) {
H A DEntitySet.java71 while (iterator.hasNext()) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameLookupBuilder.java331 while (it.hasNext()) {
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java137 if (mAttemptRecordIterator.hasNext()) {
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSettings.java167 while (iter.hasNext()) {
325 while (iter.hasNext()) {
/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java502 while (iter.hasNext()) {
518 while (iter.hasNext()) {
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaByDayAdapter.java339 while (iter.hasNext()) {
404 while (iter.hasNext()) {
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DGlobalDismissManager.java294 while (it.hasNext()) {
486 while (it.hasNext()) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DDialogActionAdapter.java202 chevronView.setVisibility(action.hasNext() ? View.VISIBLE : View.INVISIBLE);
378 float chevronAlpha = action.hasNext() && !action.infoOnly()
H A DSettingsLayoutAdapter.java276 mChevronView.setVisibility(layoutRow.hasNext() ? View.VISIBLE : View.INVISIBLE);
444 if (layoutRow.hasNext() && !layoutRow.infoOnly()) {
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthWeekEventsView.java747 while (iter.hasNext()) {
749 int newY = drawEvent(canvas, event, xSquare, yTest, rightEdge, iter.hasNext(),
760 while (iter.hasNext()) {
762 int newY = drawEvent(canvas, event, xSquare, ySquare, rightEdge, iter.hasNext(),
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
H A DMockContentProvider.java252 for (Iterator<Query> iterator = mExpectedQueries.iterator(); iterator.hasNext();) {

Completed in 741 milliseconds

1234567