Searched refs:next (Results 101 - 125 of 301) sorted by relevance

1234567891011>>

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPatternView.java308 private void next() { method in class:KeyguardPatternView.AccountAnalyzer
323 next();
340 next();
H A DKeyguardSimPukView.java56 public void next() { method in class:KeyguardSimPukView.StateMachine
278 mStateMachine.next();
/frameworks/base/services/java/com/android/server/location/
H A DGeofenceManager.java148 GeofenceState state = iter.next();
174 GeofenceState state = iter.next();
187 GeofenceState state = iter.next();
/frameworks/av/include/media/
H A DIMediaPlayer.h68 virtual status_t setNextPlayer(const sp<IMediaPlayer>& next) = 0;
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp96 it.next();
/frameworks/base/core/java/android/content/
H A DIntentFilter.java776 * any character, and '\' to escape the next character.
1033 return it.hasNext() ? it.next() : null;
1037 final String category = it.next();
1208 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
1269 sb.append(it.next()); sb.append("\"");
1278 sb.append(it.next()); sb.append("\"");
1287 sb.append(it.next()); sb.append("\"");
1294 AuthorityEntry ae = it.next();
1306 PatternMatcher pe = it.next();
1318 sb.append(it.next()); s
[all...]
/frameworks/base/core/java/android/database/
H A DCursorJoiner.java56 * The result of a call to next().
117 * Returns whether or not there are more rows to compare using next().
142 * Returns the comparison result of the next row from each cursor. If one cursor
148 * Once next() has been called the cursors specified in the result of the call to
149 * next() are guaranteed to point to the row that was indicated. Reading values
150 * from the cursor that was not indicated in the call to next() will result in
156 public Result next() { method in class:CursorJoiner
158 throw new IllegalStateException("you must only call next() when hasNext() is true");
213 * Increment the cursors past the rows indicated in the most recent call to next().
214 * This will only have an affect once per call to next()
[all...]
/frameworks/base/core/java/android/webkit/
H A DByteArrayBuilder.java86 Chunk c = it.next();
H A DFindActionModeCallback.java70 * the find next or find previous button to find all of the matches.
99 * Move the highlight to the next match.
100 * @param next If true, find the next match further down in the document.
103 private void findNext(boolean next) { argument
113 // There are no matches, so moving to the next match will not do
117 mWebView.findNext(next);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java119 ActivityManager.ProcessErrorStateInfo info = iter.next();
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java113 Map map = it.next();
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineButtonsTest.java48 mNext = (ImageButton) activity.findViewById(R.id.next);
/frameworks/base/location/java/android/location/
H A DGpsStatus.java52 public GpsSatellite next() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/services/java/com/android/server/am/
H A DCompatModePackages.java69 eventType = parser.next();
73 eventType = parser.next();
94 eventType = parser.next();
359 Map.Entry<String, Integer> entry = it.next();
H A DIntentBindRecord.java68 AppBindRecord a = it.next();
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java112 ProcessErrorStateInfo err = in.iterator().next();
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp203 arg = arg->next;
255 arg = arg->next;
663 arg = arg->next;
707 arg = arg->next;
785 arg = arg->next;
827 arg = arg->next;
872 arg = arg->next;
895 arg = arg->next;
984 item = item->next;
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java100 Handler target = it.next();
/frameworks/base/media/libdrm/mobile1/include/objmng/
H A Dsvc_drm.h165 struct _T_DRM_Rights_Info_Node *next; member in struct:_T_DRM_Rights_Info_Node
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java121 while ((type=parser.next()) != XmlPullParser.START_TAG
186 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java85 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
104 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/core/java/android/widget/
H A DTextClock.java151 long next = now + (1000 - now % 1000);
153 getHandler().postAtTime(mTicker, next);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java141 while ((type = parser.next()) != XmlPullParser.END_DOCUMENT
175 while ((type = parser.next()) == XmlPullParser.TEXT) {
/frameworks/base/services/java/com/android/server/
H A DNetworkTimeUpdateService.java210 long next = now + interval;
211 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME, next, mPendingPollIntent);
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h42 if ((m_Pos == m_pChunk->bound) && (0 == m_pChunk->next))
45 m_pChunk = m_pChunk->next;

Completed in 1579 milliseconds

1234567891011>>