Searched refs:isAfterLast (Results 1 - 25 of 43) sorted by relevance

12

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapCallLogComposer.java125 if (mCursor == null || mCursor.isAfterLast()) {
272 public boolean isAfterLast() { method in class:BluetoothPbapCallLogComposer
276 return mCursor.isAfterLast();
H A DBluetoothPbapVcardManager.java181 for (callCursor.moveToFirst(); !callCursor.isAfterLast();
221 for (contactCursor.moveToFirst(); !contactCursor.isAfterLast(); contactCursor
256 for (contactCursor.moveToFirst(); !contactCursor.isAfterLast(); contactCursor
470 while (!composer.isAfterLast()) {
508 while (!composer.isAfterLast()) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java412 boolean isAfterLast = cursor.isAfterLast();
430 while (!isAfterLast || arrayPos < mShares.size()) {
431 if (isAfterLast) {
460 isAfterLast = cursor.isAfterLast();
487 isAfterLast = cursor.isAfterLast();
505 isAfterLast = cursor.isAfterLast();
[all...]
H A DBluetoothOppTransferHistory.java230 while (!mTransferCursor.isAfterLast()) {
247 while (!mTransferCursor.isAfterLast()) {
H A DBluetoothOppNotification.java240 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
380 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
427 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
476 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java85 while (!mCursor.isAfterLast()) {
165 for (mCursor.moveToFirst(); !mCursor.isAfterLast();
/packages/apps/Music/src/com/android/music/
H A DCreatePlaylist.java110 if (!c.isAfterLast()) {
158 while (! c.isAfterLast()) {
H A DRenamePlaylist.java130 if (!c.isAfterLast()) {
147 if (!c.isAfterLast()) {
H A DSortCursor.java75 if (mCursors[j] == null || mCursors[j].isAfterLast())
158 if (mCursors[j] == null || mCursors[j].isAfterLast()) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsBinaryDictionary.java136 while (!cursor.isAfterLast() && count < MAX_CONTACT_COUNT) {
231 while (!cursor.isAfterLast()) {
H A DContactsDictionary.java129 while (!cursor.isAfterLast()) {
H A DUserBinaryDictionary.java191 while (!cursor.isAfterLast()) {
H A DUserDictionary.java209 while (!cursor.isAfterLast()) {
H A DUserHistoryDictionary.java259 while (!cursor.isAfterLast()) {
391 while (count < numDeleteRows && !c.isAfterLast()) {
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDateSortedExpandableListAdapter.java106 while (!mCursor.isAfterLast()) {
181 for (mCursor.moveToFirst(); !mCursor.isAfterLast();
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java211 if (mCursor.isAfterLast()) return null;
221 if (mCursor.isAfterLast()) return null;
H A DApnSettings.java163 while (!cursor.isAfterLast()) {
/packages/apps/Email/src/com/android/email/activity/
H A DMessageOrderManager.java264 if (mCursor.isAfterLast()) {
/packages/apps/Mms/src/com/android/mms/util/
H A DDraftCache.java106 for (; !cursor.isAfterLast(); cursor.moveToNext()) {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceContact.java153 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DAbstractDownloadProviderFunctionalTest.java206 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberListAdapter.java242 if (cursor.moveToNext() && !cursor.isAfterLast()) {
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DExportProcessor.java165 while (!composer.isAfterLast()) {
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java372 public boolean isAfterLast() { method in class:SuggestionsProvider.SuggestionsCursor
/packages/apps/Mms/src/com/android/mms/transaction/
H A DRetrieveTransaction.java240 for (cursor.moveToFirst(); !cursor.isAfterLast(); cursor.moveToNext()) {

Completed in 1499 milliseconds

12