/packages/apps/Mms/src/com/android/mms/ui/ |
D | RecipientList.java | 261 int count = mRecipients.size(); in getToNumbers() local 276 int count = mRecipients.size(); in getSingleRecipient() local 292 int count = mRecipients.size(); in containsBcc() local 302 int count = mRecipients.size(); in containsEmail() local 313 int count = mRecipients.size(); in getBccNumbers() local 324 int count = mRecipients.size(); in getNumbers() local 334 int count = mRecipients.size(); in serialize() local 359 int count = mInvalidRecipients.size(); in getInvalidRecipientString() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactsGroupSyncSelector.java | 132 int count = mChecked.size(); in onClick() local 195 int count = cursor.getCount() + 1; // add 1 for "sync all" in buildItems() local 240 int count = list.getCount(); in adjustChecks() local 246 int count = list.getCount(); in adjustChecks() local
|
/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()
|
D | CountingInputStream.java | 35 private long count; field in CountingInputStream
|
/packages/apps/Browser/src/com/android/browser/ |
D | BrowserHomepagePreference.java | 58 public void beforeTextChanged(CharSequence s, int start, int count, in beforeTextChanged() 62 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
D | BrowserDownloadPage.java | 274 int count = 0; in getCancelableCount() local 292 int count = getCancelableCount(); in promptCancelAll() local 354 int count = 0; in getClearableCount() local
|
D | FindDialog.java | 189 int count, in beforeTextChanged() 196 int count) { in onTextChanged()
|
/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/Launcher/src/com/android/launcher/ |
D | Workspace.java | 214 int count = currentScreen.getChildCount(); in getOpenFolder() local 231 int count = currentScreen.getChildCount(); in getOpenFolders() local 452 final int count = getChildCount(); in setOnLongClickListener() local 527 final int count = getChildCount(); in dispatchDraw() local 555 final int count = getChildCount(); in onMeasure() local 582 final int count = getChildCount(); in onLayout() local 754 final int count = getChildCount(); in enableChildrenCache() local 763 final int count = getChildCount(); in clearChildrenCache() local 1124 int count = getChildCount(); in getScreenForView() local 1138 final int count = screen.getChildCount(); in findSearchWidget() local [all …]
|
D | CellLayout.java | 106 final int count = getChildCount(); in cancelLongPress() local 157 final int count = getChildCount(); in onInterceptTouchEvent() local 486 int count = getChildCount(); in onMeasure() local 511 int count = getChildCount(); in onLayout() local 528 final int count = getChildCount(); in setChildrenDrawingCacheEnabled() local 765 int count = getChildCount(); in findOccupiedCells() local 944 final int count = list.size(); in clearVacantCells() local 988 final int count = list.size(); in findCellForSpan() local
|
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 …]
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | MessagingNotification.java | 134 int count = 0; in updateNewMessageIndicator() local 197 CharSequence ticker, long timeMillis, String title, int count) { in MmsSmsNotificationInfo() 207 public void deliver(Context context, boolean isNew, int count, int uniqueThreads) { in deliver() 310 int count) { in getNewMessageNotificationInfo() 541 int count = undeliveredCursor.getCount(); in getUndeliveredMessageCount() local 599 int count = c.getCount(); in getDownloadFailedMessageCount() local
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSetupBasics.java | 136 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 139 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPinDialog.java | 196 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 200 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/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/AlarmClock/src/com/android/alarmclock/ |
D | AlarmProvider.java | 143 int count; in update() local 214 int count; in delete() local
|
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/ |
D | CandidateView.java | 208 final int count = mSuggestions.size(); in onDraw() local 305 final int count = mSuggestions.size(); in scrollPrev() local 323 final int count = mSuggestions.size(); in scrollNext() local
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
D | CountingOutputStream.java | 34 private long count; field in CountingOutputStream
|
D | ThresholdingOutputStream.java | 216 protected void checkThreshold(int count) throws IOException in checkThreshold()
|
/packages/providers/GoogleSubscribedFeedsProvider/src/com/android/settings/ |
D | SyncSettings.java | 244 int count = getPreferenceScreen().getPreferenceCount(); in initUI() local 331 int count = getPreferenceScreen().getPreferenceCount(); in setOneTimeSyncMode() local
|
/packages/inputmethods/LatinIME/dictionary/src/ |
D | dictionary.cpp | 187 int count = getCount(&pos); in getWordsRec() local 255 int count = getCount(&pos); in isValidWordRec() local
|
/packages/apps/IM/src/com/android/im/service/ |
D | StatusBarNotifier.java | 282 int count = mItems.size(); in getTitle() local 295 int count = mItems.size(); in getMessage() local 307 int count = mItems.size(); in getIntent() local
|