Searched defs:add (Results 51 - 65 of 65) sorted by relevance

123

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java212 * @param presenter The presenter to add
215 mPresenters.add(new WeakReference<MenuPresenter>(presenter));
384 * Adds an item to the menu. The other add methods funnel to this.
397 mItems.add(findInsertIndex(mItems, ordering), item);
403 public MenuItem add(CharSequence title) { method in class:MenuBuilder
407 public MenuItem add(int titleRes) { method in class:MenuBuilder
411 public MenuItem add(int group, int id, int categoryOrder, CharSequence title) { method in class:MenuBuilder
415 public MenuItem add(int group, int id, int categoryOrder, int title) { method in class:MenuBuilder
457 final MenuItem item = add(group, id, categoryOrder, ri.loadLabel(pm))
675 * not been or/add wit
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java237 parts.add(new Part());
239 lastPart().add(token);
702 info.add(getType().toString());
783 info.add(getTrack());
803 info.add(getURL());
804 info.add(getRawText());
840 info.add(getRssUrl(docid));
841 info.add(getURL(docid));
899 info.add(getRssUrl(docid));
900 info.add(getUR
1470 public void add(Token token) { method in class:AbstractMessageParser.Part
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java915 public Builder add(Element element, String name, int arraySize) { method in class:Element.Builder
943 public Builder add(Element element, String name) { method in class:Element.Builder
944 return add(element, name, 1);
/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java166 String nativeLibraryPathString, int pkgFlags, boolean create, boolean add) {
169 resourcePath, nativeLibraryPathString, pkg.mVersionCode, pkgFlags, create, add);
326 String nativeLibraryPathString, int vc, int pkgFlags, boolean create, boolean add) {
441 if (add) {
512 sharedUser.packages.add(p);
591 p.sharedUser.packages.add(newp);
608 mUserIds.add(null);
1190 ret.add(ps);
1273 mPackagesToBeCleaned.add(name);
1639 mPendingPackages.add((PendingPackag
164 getPackageLPw(PackageParser.Package pkg, PackageSetting origPackage, String realName, SharedUserSetting sharedUser, File codePath, File resourcePath, String nativeLibraryPathString, int pkgFlags, boolean create, boolean add) argument
324 getPackageLPw(String name, PackageSetting origPackage, String realName, SharedUserSetting sharedUser, File codePath, File resourcePath, String nativeLibraryPathString, int vc, int pkgFlags, boolean create, boolean add) argument
[all...]
H A DPackageManagerService.java499 mPendingInstalls.add(idx, params);
502 mPendingInstalls.add(idx, params);
649 mSettings.mPackagesToBeCleaned.add(packageName);
958 libFiles.add(paths[i]);
982 libFiles.add(lib);
997 libFiles.add(mFrameworkDir.getPath() + "/framework-res.apk");
1347 perms.add(perm);
1445 static int[] appendInts(int[] cur, int[] add) { argument
1446 if (add == null) return cur;
1447 if (cur == null) return add;
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java400 connections.add(c);
434 connections.add(c);
511 // in that.connections will be removed in add(SipConnection).
516 add(conn);
524 private void add(SipConnection conn) { method in class:SipPhone.SipCall
529 connections.add(conn);
851 call.add(this);
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp480 bool add(AudioStream *stream);
670 bool AudioGroup::add(AudioStream *stream) function in class:__anon1257::AudioGroup
934 void add(JNIEnv *env, jobject thiz, jint mode, function in namespace:__anon1257
996 if (!group->add(stream)) {
998 "cannot add audio stream");
1042 {"nativeAdd", "(IILjava/lang/String;ILjava/lang/String;I)V", (void *)add},
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java194 periodicSyncs.add(Pair.create(new Bundle(), DEFAULT_POLL_FREQUENCY_SECONDS));
370 reports.add(mChangeListeners.getBroadcastItem(i));
584 long period, boolean add) {
599 if (add) {
600 // add this periodic sync if one with the same extras doesn't already
615 // if we added an entry to the periodicSyncs array also add an entry to
618 authority.periodicSyncs.add(Pair.create(extras, period));
657 updateOrRemovePeriodicSync(account, providerName, extras, pollFrequency, true /* add */);
671 syncs.add(new PeriodicSync(account, providerName, item.first, item.second));
756 mPendingOperations.add(o
583 updateOrRemovePeriodicSync(Account account, String providerName, Bundle extras, long period, boolean add) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DZoomManager.java718 // add a 5pt padding to the left edge.
774 // animations prevent updates, but others can add their own conditions
806 private void add(float focusDelta) { method in class:ZoomManager.FocusMovementQueue
847 mFocusMovementQueue.add(focusDelta);
H A DWebView.java140 * in a WebView, you must add the {@code INTERNET} permissions to your
190 * <p>A WebView has several customization points where you can add your
1174 sGoogleApps.add("com.google.android.youtube");
1237 installedPackages.add(name);
1815 history.add(data);
2866 // stop the scroll animation, and don't let a subsequent fling add
3834 // the URL provides accessibility but we still need to add our generic script
3909 // If the page is being scrolled to (0,0), do not add in the title
5034 pastEntries.add(getResources().getText(
5040 // There is no autofill profile set up yet, so add a
7859 public QueuedTouch add(QueuedTouch other) { method in class:WebView.QueuedTouch
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp386 void add(const sp<JavaDeathRecipient>& recipient);
403 list->add(this);
517 void DeathRecipientList::add(const sp<JavaDeathRecipient>& recipient) { function in class:DeathRecipientList
520 LOGDEATH("DRL @ %p : add JDR %p", this, recipient.get());
/frameworks/base/tools/aapt/
H A DResource.cpp365 set->add(leafName, group);
366 resources->add(resType, set);
373 set->add(leafName, group);
540 // Also add any found only in the overlay.
602 // didn't find a match fall through and add it..
615 assets->getResources()->add(String8(resType), *baseSet);
618 (*baseSet)->add(overlaySet->keyAt(overlayIndex),
1231 finalResTable.add(resFile->getData(), resFile->getSize(), NULL);
1585 idents.add(code);
1586 origOrder.add(cod
2013 void ProguardKeepSet::add(const String8& rule, const String8& where) function in class:ProguardKeepSet
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp244 const uint32_t type = Res_GETTYPE(key) + 1; // add one, idmap stores "public" type id
534 * add it together with the next character.
556 * add it together with the next character.
1790 add(data, size, cookie, copyData);
1806 status_t ResTable::add(const void* data, size_t size, void* cookie, bool copyData, function in class:android::ResTable
1809 return add(data, size, cookie, NULL, copyData, reinterpret_cast<const Asset*>(idmap));
1812 status_t ResTable::add(Asset* asset, void* cookie, bool copyData, const void* idmap) function in class:android::ResTable
1820 return add(data, size, cookie, asset, copyData, reinterpret_cast<const Asset*>(idmap));
1823 status_t ResTable::add(ResTable* src) function in class:android::ResTable
1828 mHeaders.add(sr
1847 status_t ResTable::add(const void* data, size_t size, void* cookie, function in class:android::ResTable
[all...]
/frameworks/base/core/java/android/provider/
H A DSettings.java287 * To tell which input method's subtypes are displayed in the settings, add
456 * The account types available to add via the add account button may be restricted by adding an
470 * Activity Action: Show add account screen for creating a new account.
475 * The account types available to add may be restricted by adding an {@link #EXTRA_AUTHORITIES}
768 MOVED_TO_SECURE.add(Secure.ADB_ENABLED);
769 MOVED_TO_SECURE.add(Secure.ANDROID_ID);
770 MOVED_TO_SECURE.add(Secure.BLUETOOTH_ON);
771 MOVED_TO_SECURE.add(Secure.DATA_ROAMING);
772 MOVED_TO_SECURE.add(Secur
4278 public static Uri add(ContentResolver cr, method in class:Settings.Bookmarks
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java377 * On some devices the fading edges add a performance penalty if used
614 // also add TextView_showSoftInputOnFocus to the list of attributes above
2788 * multiplied by <code>mult</code> and have <code>add</code> added to it.
2793 public void setLineSpacing(float add, float mult) { argument
2794 if (mSpacingAdd != add || mSpacingMult != mult) {
2795 mSpacingAdd = add;
4476 // The get method will add the listener on controller creation.
7576 mListeners.add(watcher);
8697 outViews.add(this);
8997 event.getText().add(tex
[all...]

Completed in 436 milliseconds

123