/packages/apps/Email/src/org/apache/commons/io/input/ |
D | CharSequenceReader.java | 106 int count = 0; in read() local 141 int count = dest - idx; in skip() local
|
D | SwappedDataInputStream.java | 141 int count = read( data, location, remaining ); in readFully() local 245 public int skipBytes( int count ) in skipBytes()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | RestrictionExceptionsTest.java | 104 final int count = mGrey.getDataCountForRawContact(rawContact); in testRestrictedInsertRestrictedQuery() local 111 final int count = mRed.getDataCountForRawContact(rawContact); in testRestrictedInsertGenericQuery() local 118 final int count = mGrey.getDataCountForRawContact(rawContact); in testGenericInsertRestrictedQuery() local 125 final int count = mRed.getDataCountForRawContact(rawContact); in testGenericInsertGenericQuery() local 155 int count = mRed.getDataCountForRawContact(greyContact); in testUpdateRestricted() local
|
D | CallLogProviderTest.java | 90 int count = mResolver.update(uri, values, null, null); in testUpdate() local 106 int count = mResolver.delete(Calls.CONTENT_URI, Calls._ID + "=" in testDelete() local
|
/packages/apps/Gallery/src/com/android/camera/ |
D | EvenlySpacedLayout.java | 50 int count = getChildCount(); in onMeasure() local 70 int count = getChildCount(); in layoutHorizontal() local 97 int count = getChildCount(); in layoutVertical() local
|
/packages/apps/Camera/src/com/android/camera/ |
D | EvenlySpacedLayout.java | 48 int count = getChildCount(); in onMeasure() local 68 int count = getChildCount(); in layoutHorizontal() local 95 int count = getChildCount(); in layoutVertical() local
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothNamePreference.java | 131 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 136 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
D | BluetoothPairingDialog.java | 272 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 276 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/Launcher/src/com/android/launcher/ |
D | Workspace.java | 195 int count = currentScreen.getChildCount(); in getOpenFolder() local 212 int count = currentScreen.getChildCount(); in getOpenFolders() local 370 final int count = getChildCount(); in setOnLongClickListener() local 448 final int count = getChildCount(); in dispatchDraw() local 476 final int count = getChildCount(); in onMeasure() local 492 final int count = getChildCount(); in onLayout() local 664 final int count = getChildCount(); in enableChildrenCache() local 673 final int count = getChildCount(); in clearChildrenCache() local 1034 int count = getChildCount(); in getScreenForView() local 1048 final int count = screen.getChildCount(); in findSearchWidget() local [all …]
|
D | LauncherModel.java | 209 final int count = adapter.getCount(); in removePackage() local 245 final int count = matches.size(); in updatePackage() local 323 int count = apps.size(); in findActivitiesForPackage() local 340 final int count = matches.size(); in addEnabledAndUpdateActivities() local 371 final int count = adapter.getCount(); in removeDisabledActivities() local 400 final int count = adapter.getCount(); in findIntent() local 522 final int count = apps.size(); in run() local 578 final int count = buffer.size(); in run() local 1085 final int count = desktopItems.size(); in unbindDrawables() local 1104 final int count = applications.size(); in unbindAppDrawables() local [all …]
|
D | CellLayout.java | 107 final int count = getChildCount(); in cancelLongPress() local 157 final int count = getChildCount(); in onInterceptTouchEvent() local 485 int count = getChildCount(); in onMeasure() local 515 int count = getChildCount(); in onLayout() local 532 final int count = getChildCount(); in setChildrenDrawingCacheEnabled() local 730 int count = getChildCount(); in findOccupiedCells() local 911 final int count = list.size(); in clearVacantCells() local 955 final int count = list.size(); in findCellForSpan() local
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
D | nj_str.c | 55 NJ_UINT16 count = 0; in nj_strlen() local 92 NJ_UINT16 count = 0; in nj_charlen() local
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | MessagingNotification.java | 132 int count = 0; in updateNewMessageIndicator() local 181 CharSequence ticker, long timeMillis, String title, int count) { in MmsSmsNotificationInfo() 191 public void deliver(Context context, boolean isNew, int count, int uniqueThreads) { in deliver() 295 int count) { in getNewMessageNotificationInfo() 527 int count = undeliveredCursor.getCount(); in getUndeliveredMessageCount() local 585 int count = c.getCount(); in getDownloadFailedMessageCount() local
|
/packages/apps/Browser/src/com/android/browser/ |
D | BrowserDownloadPage.java | 270 int count = 0; in getCancelableCount() local 288 int count = getCancelableCount(); in promptCancelAll() local 350 int count = 0; in getClearableCount() local
|
D | FindDialog.java | 178 int count, in beforeTextChanged() 185 int count) { in onTextChanged()
|
/packages/apps/GlobalSearch/src/com/android/globalsearch/ |
D | SuggestionFactoryImpl.java | 80 String count = getCountString(suggestionCount, sourceStat.getQueryLimit()); in getMoreEntry() local 114 private String getCountString(int count, int limit) { in getCountString()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Workspace.java | 203 int count = currentScreen.getChildCount(); in getOpenFolder() local 220 int count = currentScreen.getChildCount(); in getOpenFolders() local 447 final int count = getChildCount(); in setOnLongClickListener() local 545 final int count = getChildCount(); in dispatchDraw() local 584 final int count = getChildCount(); in onMeasure() local 603 final int count = getChildCount(); in onLayout() local 833 final int count = getChildCount(); in enableChildrenCache() local 846 final int count = getChildCount(); in clearChildrenCache() local 1234 int count = getChildCount(); in getScreenForView() local 1248 final int count = screen.getChildCount(); in findSearchWidget() local [all …]
|
D | AllAppsList.java | 144 int count = matches.size(); in updatePackage() local 176 int count = apps.size(); in findActivitiesForPackage() local
|
/packages/apps/Email/src/org/apache/james/mime4j/decoder/ |
D | ByteQueue.java | 46 public int count() { in count() method in ByteQueue
|
/packages/apps/Email/src/org/apache/commons/io/ |
D | CopyUtils.java | 197 int count = 0; in copy() local 222 int count = 0; in copy() local
|
/packages/apps/Email/src/org/apache/james/mime4j/util/ |
D | SimpleTempStorage.java | 60 int count = 1000; in createTempPath() local 88 int count = 1000; in createTempFile() local
|
/packages/apps/Email/src/com/android/email/activity/ |
D | AccountFolderList.java | 254 int count = 0; in getUnreadCountByMailboxType() local 271 int count = 0; in getCountByMailboxType() local 311 int count; in getSummaryChildCursor() local
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSetupBasics.java | 172 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 175 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
D | AlarmProvider.java | 143 int count; in update() local 214 int count; in delete() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | SQLiteContentProvider.java | 133 int count = 0; in update() local 161 int count = 0; in delete() local
|