Searched refs:count (Results 226 - 250 of 525) sorted by relevance

1234567891011>>

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DToastBarOperation.java42 * @param count Number of conversations this action would be applied to.
49 public ToastBarOperation(int count, int menuId, int type, boolean batch, argument
51 mCount = count;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyPreviewView.java105 final int count = paint.getTextWidths(text, 0, len, widths);
107 for (int i = 0; i < count; i++) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DThemeSettingsFragment.java104 final int count = screen.getPreferenceCount();
105 for (int index = 0; index < count; index++) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
H A Dprobability_dict_content.cpp51 const int count = buffer->readUintAndAdvancePosition( local
53 const HistoricalInfo historicalInfo(timestamp, level, count);
162 AKLOGE("Cannot write count in probability dict content. pos: %d", writingPos);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dneapi.c136 prev_info->count = 0;
144 prev_info->count = 1;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForOrganization.java100 int count = super.delete(db, txContext, c);
103 return count;
H A DDataRowHandlerForPhoto.java133 int count = super.delete(db, txContext, c);
135 return count;
H A DDataRowHandlerForGroupMembership.java127 int count = super.delete(db, txContext, c);
133 return count;
216 int count = entries.size();
217 for (int i = 0; i < count; i++) {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailProviderTest.java118 int count = mResolver.update(uri, values, null, null);
119 assertEquals(1, count);
125 int count = mResolver.delete(voicemailUri(), Voicemails._ID + "="
127 assertEquals(1, count);
496 // Insertion request for the same package should fail with no change in count.
513 int count = mResolver.update(uri, values, null, null);
514 assertEquals(1, count);
520 int count = mResolver.delete(statusUri(), Status._ID + "="
522 assertEquals(1, count);
/packages/apps/Settings/src/com/android/settings/search/
H A DIndex.java378 final int count = cursor.getCount();
379 if (count > 0) {
399 final int count = array.length;
400 for (int n = 0; n < count; n++) {
542 final int count = cursor.getCount();
543 if (count > 0) {
589 final int count = cursor.getCount();
590 if (count > 0) {
685 final int count = columnNames.length;
686 for (int n = 0; n < count;
[all...]
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DInterpolatingLayout.java212 int count = getChildCount();
213 for (int i = 0; i < count; i++) {
282 int count = getChildCount();
283 for (int i = 0; i < count; i++) {
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java133 final int count = size();
134 for (int i = 0; i < count; i++) {
141 final int count = size();
142 for (int i = 0; i < count; i++) {
150 final int count = size();
151 for (int i = 0; i < count; i++) {
447 final int count = mTargetDrawables.size();
448 for (int i = 0; i < count; i++) {
589 final int count = array.length();
590 ArrayList<TargetDrawable> drawables = new ArrayList<TargetDrawable>(count);
[all...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DCropView.java231 final int count = event.getPointerCount();
232 for (int i = 0; i < count; i++) {
238 final int div = pointerUp ? count - 1 : count;
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java136 int count = mDatabaseCursor.getCount();
139 for (int i = 0; i < count; i++) {
160 int count = getCount();
161 if (position < 0 || position > count + 1) {
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/hdr/
H A DdmMetaDataNode.h162 * \param count [in] - current number of nodes
166 BOOLEAN VerifyChildrenMultiNodesCount(UINT16 count,
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
H A Dxpl_File.cc135 const XPL_FS_COUNT_T count,
140 XPL_FS_COUNT_T nRead = (XPL_FS_COUNT_T)read((int)file_handle,buffer,(int)count);
149 const XPL_FS_COUNT_T count,
155 XPL_FS_COUNT_T nWrite = (XPL_FS_COUNT_T)write((int)file_handle,buffer,(int)count);
133 XPL_FS_Read(XPL_FS_HANDLE_T file_handle, void* buffer, const XPL_FS_COUNT_T count, XPL_FS_RET_STATUS_T * result) argument
147 XPL_FS_Write(XPL_FS_HANDLE_T file_handle, void* buffer, const XPL_FS_COUNT_T count, XPL_FS_RET_STATUS_T * result) argument
/packages/apps/OMA-DM/engine/xpl/src/
H A Dxpl_File.cc134 const XPL_FS_COUNT_T count,
139 XPL_FS_COUNT_T nRead = (XPL_FS_COUNT_T)read((int)file_handle,buffer,(int)count);
148 const XPL_FS_COUNT_T count,
154 XPL_FS_COUNT_T nWrite = (XPL_FS_COUNT_T)write((int)file_handle,buffer,(int)count);
132 XPL_FS_Read(XPL_FS_HANDLE_T file_handle, void* buffer, const XPL_FS_COUNT_T count, XPL_FS_RET_STATUS_T * result) argument
146 XPL_FS_Write(XPL_FS_HANDLE_T file_handle, void* buffer, const XPL_FS_COUNT_T count, XPL_FS_RET_STATUS_T * result) argument
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
H A DSourceLatency.java109 int count = length + 1;
111 while (time.getCount() < count) {
124 int count = queries.length;
129 Log.d(TAG, src + "[DONE]: " + count + " queries in " + formatTime(time.getAverage())
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSuggestionCursorUtil.java66 assertEquals(message + ", count", expected.getCount(), observed.getCount());
68 int count = expected.getCount();
69 for (int i = 0; i < count; i++) {
192 int count = from.getCount();
193 for (int i = 0; i < count; i++) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
H A Dbigram_dict_content.h118 const int timestamp, const int level, const int count, int *const entryWritingPos);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java232 int count = 0;
238 count++;
243 return count;
/packages/apps/Browser/src/com/android/browser/
H A DBrowserBackupAgent.java105 int count = in.readInt();
106 ArrayList<Bookmark> bookmarks = new ArrayList<Bookmark>(count);
110 for (int i = 0; i < count; i++) {
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCalendarInteractionsLoader.java115 * {@param count} values. The comparison is insensitive to dots and case.
125 private String caseAndDotInsensitiveEmailComparisonClause(int count) { argument
126 Preconditions.checkArgument(count > 0, "Count needs to be positive");
131 for (int i = 1; i < count; i++) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DAccountFilterActivity.java132 final int count = accountFilters.size();
133 if (count >= 1) {
135 if (count > 1) {
/packages/apps/Dialer/src/com/android/dialer/voicemail/
H A DVoicemailStatusHelperImpl.java172 int count = 0;
176 ++count;
179 return count;

Completed in 792 milliseconds

1234567891011>>