OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursorCount
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java
301
int
cursorCount
= c.getCount();
304
cursorCount
,
305
cursorCount
,
361
if (
cursorCount
> 0) {
367
cursorCount
, searchString));
/frameworks/base/media/java/android/media/
RingtoneManager.java
420
final int
cursorCount
= cursor.getCount();
429
for (int i = 0; i <
cursorCount
; i++) {
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java
365
final int
cursorCount
= mConversationCursor != null ?
367
mShouldShowViewMore = count <
cursorCount
|| count < mFolderCount;
380
final int
cursorCount
= mConversationCursor != null ?
382
return Math.min(
cursorCount
, MAX_CONVERSATIONS_COUNT);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java
611
int
cursorCount
= cursor.getCount();
612
if (
cursorCount
< messageCount) {
[
all
...]
Completed in 1164 milliseconds