Searched refs:add (Results 101 - 125 of 711) sorted by relevance

1234567891011>>

/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java122 mPairs.add(pair);
139 mPairs.add(new Transaction(Transaction.ACTION_CLIENT_CLOSE));
143 mPairs.add(new Transaction(Transaction.ACTION_IO_EXCEPTION));
147 mPairs.add(new Transaction(Transaction.ACTION_START_TLS));
154 mQueuedInput.add(s);
158 mQueuedInput.add(SPECIAL_RESPONSE_IOEXCEPTION);
/packages/apps/Gallery/src/com/android/camera/
H A DMenuHelper.java601 MenuItem rotateLeft = rotateSubmenu.add(R.string.rotate_left)
609 MenuItem rotateRight = rotateSubmenu.add(R.string.rotate_right)
617 requiresWriteAccessItems.add(rotateSubmenu.getItem());
618 requiresWriteAccessItems.add(rotateLeft);
619 requiresWriteAccessItems.add(rotateRight);
621 requiresImageItems.add(rotateSubmenu.getItem());
622 requiresImageItems.add(rotateLeft);
623 requiresImageItems.add(rotateRight);
627 MenuItem autoCrop = menu.add(Menu.NONE, Menu.NONE,
636 requiresWriteAccessItems.add(autoCro
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfileManager.java107 // Always add HID and PAN profiles
245 mServiceListeners.add(l);
316 profiles.add(mHeadsetProfile);
323 profiles.add(mA2dpProfile);
329 profiles.add(mOppProfile);
335 profiles.add(mHidProfile);
341 profiles.add(mPanProfile);
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
H A DBugReportListActivity.java86 menu.add(0, SYSTEM_LOG_ID, 0, "System Log");
87 menu.add(0, CPU_ID, 0, "CPU Info");
88 menu.add(0, MEMORY_ID, 0, "Memory Info");
89 menu.add(0, PROCRANK_ID, 0, "Procrank");
168 mAdapter.add(name.substring(10, name.length() - 4));
169 mFiles.add(files[i]);
/packages/apps/Calendar/tests/src/com/android/calendar/event/
H A DEditEventHelperTest.java225 expectedOps.add(b.build());
235 // Duplicates the delete and add for changing a single email address
241 expectedOps.add(b.build());
253 expectedOps.add(b.build());
265 /** Some tests add all the attendees to the db, the names and emails should match
289 ops.add(b.build());
309 ops.add(b.build());
329 ops.add(b.build());
381 expectedOps.add(b.build());
428 expectedOps.add(ContentProviderOperatio
[all...]
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java225 mAlerts.add(a);
819 threeItemList.add(createNotificationInfo(5));
820 threeItemList.add(createNotificationInfo(4));
821 threeItemList.add(createNotificationInfo(3));
844 medium.add(high.remove(1));
857 high.add(createNotificationInfo(5));
858 high.add(createNotificationInfo(4));
859 high.add(createNotificationInfo(3));
860 high.add(createNotificationInfo(2));
861 high.add(createNotificationInf
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DTimeClustering.java119 items.add(buf[i]);
164 result.add(items.get(i).path);
203 mClusters.add(mCurrCluster);
214 mClusters.add(mCurrCluster);
238 mClusters.add(mCurrCluster);
254 mClusters.add(partitionedCluster);
259 mClusters.add(partitionedCluster);
261 mClusters.add(mCurrCluster);
314 mClusters.add(mCurrCluster);
359 mItems.add(ite
[all...]
H A DMtpClient.java61 // We add devices to this list if the user canceled a permission request or we were
111 mIgnoredDevices.add(deviceName);
190 mRequestPermissionDevices.add(deviceName);
200 mIgnoredDevices.add(deviceName);
204 mIgnoredDevices.add(deviceName);
227 mListeners.add(listener);
312 storageList.add(info);
384 objectList.add(info);
H A DClusterAlbumSet.java121 mAlbums.add(album);
129 existing.add(item.getPath());
144 newPaths.add(p);
H A DMtpDevice.java101 jpeg.add(obj);
104 dir.add(obj);
136 result.add(image);
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java171 mSections.add(mPhoneEntries);
172 mSections.add(mSmsEntries);
173 mSections.add(mEmailEntries);
174 mSections.add(mImEntries);
175 mSections.add(mPostalEntries);
176 mSections.add(mNicknameEntries);
177 mSections.add(mOrganizationEntries);
178 mSections.add(mGroupEntries);
179 mSections.add(mOtherEntries);
347 mRawContactIds.add(rawContactI
[all...]
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DPop3StoreUnitTests.java539 fp.add(FetchProfile.Item.FLAGS);
540 fp.add(FetchProfile.Item.ENVELOPE);
587 fp.add(FetchProfile.Item.FLAGS);
588 fp.add(FetchProfile.Item.ENVELOPE);
634 fp.add(FetchProfile.Item.FLAGS);
635 fp.add(FetchProfile.Item.ENVELOPE);
646 fp.add(FetchProfile.Item.BODY);
796 fp.add(FetchProfile.Item.FLAGS);
797 fp.add(FetchProfile.Item.ENVELOPE);
814 fp.add(FetchProfil
[all...]
/packages/apps/Settings/src/com/android/settings/net/
H A DNetworkPolicyEditor.java77 mPolicies.add(policy);
114 mPolicies.add(policy);
206 mPolicies.add(policy);
233 subscriberIds.add(policy.template.getSubscriberId());
297 mPolicies.add(new NetworkPolicy(templateAll, restrictive.cycleDay,
306 mPolicies.add(new NetworkPolicy(template3g, policyAll.cycleDay, policyAll.cycleTimezone,
309 mPolicies.add(new NetworkPolicy(template4g, policyAll.cycleDay, policyAll.cycleTimezone,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java130 mChildren.mData.add(n);
155 mBigrams.add(bigram);
214 mShortcutTargets.add(shortcut);
230 mBigrams.add(bigram);
290 * Helper method to add a word as a string.
296 * @param word the word to add.
300 public void add(final String word, final int frequency, method in class:FusionDictionary
302 add(getCodePoints(word), frequency, shortcutTargets);
324 * Helper method to add a new bigram to the dictionary.
335 add(getCodePoint
353 private void add(final int[] word, final int frequency, method in class:FusionDictionary
[all...]
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DProvisionParser.java208 unsupportedList.add(res);
219 unsupportedList.add(R.string.policy_bluetooth_restricted);
228 unsupportedList.add(R.string.policy_require_encryption);
267 unsupportedList.add(R.string.policy_require_sd_encryption);
289 unsupportedList.add(R.string.policy_require_smime);
318 unsupportedList.add(R.string.policy_app_blacklist);
320 unsupportedList.add(R.string.policy_app_whitelist);
342 unsupportedList.add(R.string.policy_text_truncation);
345 unsupportedList.add(R.string.policy_html_truncation);
H A DFolderSyncParser.java226 ops.add(ContentProviderOperation.newDelete(
234 mParentFixupsNeeded.add(parentId);
393 mParentFixupsNeeded.add(parentId);
478 mParentFixupsNeeded.add(parentId);
482 mParentFixupsNeeded.add(oldParentId);
493 ops.add(ContentProviderOperation.newUpdate(
513 validMailboxes.add(m);
522 ops.add(ContentProviderOperation
555 addMailboxes.add(mailbox);
583 // And add th
[all...]
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java60 public Vec add(Vec v) { method in class:BouncyDroid.BouncyView.World.Vec
91 forces.add(f);
94 impulses.add(f);
103 p = p.add(v.mul(dt));
105 v = v.add(f.mul(dt/m));
109 v = v.add(f.mul(dt/m));
118 mBodies.add(b);
237 World.Vec newPos = finger.add(mGrabSpot);
238 mBody.v = mBody.v.add(newPos.sub(mBody.p).mul(dt));
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastListActivity.java63 // Create the list fragment and add it as our sole content.
66 fm.beginTransaction().add(android.R.id.content, listFragment).commit();
120 menu.add(0, MENU_DELETE_ALL, 0, R.string.menu_delete_all).setIcon(
122 menu.add(0, MENU_PREFERENCES, 0, R.string.menu_preferences).setIcon(
172 menu.add(0, MENU_VIEW, 0, R.string.menu_view);
173 menu.add(0, MENU_DELETE, 0, R.string.menu_delete);
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DImageListUber.java67 if (slot.next()) mQueue.add(slot);
136 if (slot.next()) mQueue.add(slot);
139 if (slot.next()) mQueue.add(slot);
234 if (slot.next()) mQueue.add(slot);
237 if (slot.next()) mQueue.add(slot);
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DElementTimeImpl.java75 // Initialize Time instances and add them to Vector
78 beginTimeList.add(new TimeImpl(beginTimeStringList[i], getBeginConstraints()));
103 beginTimeList.add(new TimeImpl("0", TimeImpl.ALLOW_ALL));
128 // Initialize Time instances and add them to Vector
131 endTimeList.add(new TimeImpl(endTimeStringList[i],
146 endTimeList.add(new TimeImpl("indefinite", getEndConstraints()));
151 endTimeList.add(new TimeImpl(
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerTester.java62 wavDirs.add(dir);
70 wavFiles.add(f);
73 wavDirs.add(f);
182 set.add(wf.mFile.getName());
202 set.add(wf.mFile.getParent());
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DHomeGroupsXLarge.java60 xact.add(R.id.smallPane, groupsList);
61 xact.add(R.id.largePane, contactsList);
101 // commit is actually async, so add in details at largePane, which will be correct
104 xact.add(R.id.largePane, details);
133 // Small was before large so add them back in reverse order
137 // Large was before small so add them back in reverse order
158 menu.add(0, ACTION_ID_SEARCH, 0, R.string.menu_search)
160 menu.add(0, ACTION_ID_ADD, 1, R.string.menu_newContact)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DWordComposer.java133 public void add(int primaryCode, int x, int y, KeyDetector keyDetector) { method in class:WordComposer
147 add(primaryCode, keyX, keyY);
153 private void add(int primaryCode, int keyX, int keyY) { method in class:WordComposer
182 add(codePoint, x, y);
186 add(codePoint, WordComposer.NOT_A_COORDINATE, WordComposer.NOT_A_COORDINATE);
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java449 dest.add(proc);
451 destProc.add(proc);
802 mInterestingProcesses.add(proc);
888 uidToDelete.add(mServiceProcessesByName.keyAt(i));
935 sortedProcesses.add(pi);
949 // First add processes we are dependent on.
951 // And add the process itself.
952 newItems.add(pi);
954 mProcessItems.add(pi);
957 // Now add th
[all...]
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapList.java34 @Override void add(ImapElement e) {
41 /* package */ void add(ImapElement e) { method in class:ImapList
43 throw new RuntimeException("Can't add null");
45 mList.add(e);

Completed in 365 milliseconds

1234567891011>>