Searched refs:hasNext (Results 101 - 125 of 173) sorted by relevance

1234567

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerObj.java294 while(i.hasNext()) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DDialogFragment.java1062 public Builder hasNext(boolean hasNext) { argument
1063 mHasNext = hasNext;
1177 public boolean hasNext() { method in class:DialogFragment.Action
1183 * unactionable. If both this and {@link #hasNext()} are true,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactLocaleUtilsTest.java362 while (resultKeys.hasNext()) {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoCarousel.java160 i.hasNext();) {
/packages/apps/Settings/src/com/android/settings/
H A DUtils.java296 if (!iter.hasNext()) return null;
299 while (iter.hasNext()) {
301 if (iter.hasNext()) addresses += "\n";
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java932 while (iter.hasNext()) {
962 while (iter.hasNext()) {
1068 while (iter.hasNext()) {
1103 while (iter.hasNext()) {
1320 while (iter.hasNext()) {
H A DInstallShortcutReceiver.java227 while (iter.hasNext()) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizePagedView.java860 while (iter.hasNext()) {
894 while (iter.hasNext()) {
999 while (iter.hasNext()) {
1034 while (iter.hasNext()) {
1261 while (iter.hasNext()) {
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Browser/src/com/android/browser/
H A DIntentHandler.java210 while (iter.hasNext()) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactDeltaList.java84 while (iterator.hasNext()) {
H A DContactLoader.java404 while (keys.hasNext()) {
433 while (iterator.hasNext()) {
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java321 while (iter.hasNext()) {
/packages/apps/Mms/src/com/android/mms/ui/
H A DDeliveryReportActivity.java256 while (iterator.hasNext()) {
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverService.java511 while (it.hasNext()) {
/packages/apps/Settings/src/com/android/settings/location/
H A DSettingsInjector.java351 if (!iter.hasNext()) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java670 while (iter.hasNext()) {
745 while (iter.hasNext()) {
786 while (iter.hasNext()) {
2446 while (iterator.hasNext()) {
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DFilenameUtils.java1067 for (Iterator<String> it = extensions.iterator(); it.hasNext();) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDictionaryInfoUtils.java325 while (iter.hasNext()) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DComposingText.java85 for (Iterator<StrSegment> it = mStringLayer[i].iterator(); it.hasNext();) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java298 while (it.hasNext()) {
/packages/services/Mms/src/com/android/mms/service/
H A DMmsConfig.java268 while(iter.hasNext()) {
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java249 while (iterator.hasNext()) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java154 while (iterator.hasNext()) {
490 while (oppositeChildren.hasNext()) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java594 while (i.hasNext()) {
614 while (i.hasNext()) {

Completed in 673 milliseconds

1234567