Searched refs:add (Results 51 - 75 of 1761) sorted by relevance

1234567891011>>

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java58 row.add(Root.COLUMN_ROOT_ID, DOC_ID_ROOT);
59 row.add(Root.COLUMN_FLAGS, Root.FLAG_LOCAL_ONLY | Root.FLAG_ADVANCED);
60 row.add(Root.COLUMN_ICON, android.R.mipmap.sym_def_app_icon);
61 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.bugreport_storage_title));
62 row.add(Root.COLUMN_DOCUMENT_ID, DOC_ID_ROOT);
72 row.add(Document.COLUMN_DOCUMENT_ID, documentId);
73 row.add(Document.COLUMN_MIME_TYPE, Document.MIME_TYPE_DIR);
74 row.add(Document.COLUMN_DISPLAY_NAME, mRoot.getName());
75 row.add(Document.COLUMN_LAST_MODIFIED, mRoot.lastModified());
76 row.add(Documen
[all...]
/frameworks/base/tools/aapt/
H A DAaptUtil.cpp32 parts.add(String8(p, strlen(p)));
36 parts.add(String8(p, q-p));
52 parts.add(val);
58 parts.add(val);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DLightingColorFilter_Delegate.java53 /*package*/ static long native_CreateLightingFilter(int mul, int add) { argument
/frameworks/base/tools/split-select/
H A DGrouper.cpp50 groups.add();
51 groups.editTop().add(split);
57 groups.add(densityGroups[i]);
62 groups.add(abiGroups[i]);
H A DTestRules.h32 AndRule& add(const Rule& rhs) { function in struct:split::test::AndRule
33 subrules.add(new Rule(rhs));
43 OrRule& add(const Rule& rhs) { function in struct:split::test::OrRule
44 subrules.add(new Rule(rhs));
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceInfo.java80 info.add(createSupplicantQuery(uuid, null));
81 info.add(createSupplicantQuery(uuid, "upnp:rootdevice"));
82 info.add(createSupplicantQuery(uuid, device));
85 info.add(createSupplicantQuery(uuid, service));
/frameworks/base/services/tests/servicestests/src/com/android/server/notification/
H A DRankingHelperTest.java95 notificationList.add(mRecordGroupGSortA);
96 notificationList.add(mRecordGroupGSortB);
97 notificationList.add(mRecordNoGroup);
98 notificationList.add(mRecordNoGroupSortA);
109 notificationList.add(mRecordNoGroup);
110 notificationList.add(mRecordNoGroup2);
117 notificationList.add(mRecordNoGroup);
118 notificationList.add(mRecordNoGroupSortA);
125 notificationList.add(mRecordNoGroup);
132 notificationList.add(mRecordGroupGSort
[all...]
/frameworks/compile/mclinker/unittests/
H A DSymbolCategoryTest.cpp61 m_pTestee->add(*ee);
62 m_pTestee->add(*dd);
63 m_pTestee->add(*cc);
64 m_pTestee->add(*bb);
65 m_pTestee->add(*aa);
110 m_pTestee->add(*ee);
111 m_pTestee->add(*dd);
112 m_pTestee->add(*cc);
113 m_pTestee->add(*bb);
114 m_pTestee->add(*a
[all...]
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestCore.java67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_vector(this, mRes, mCtx));
69 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
70 unitTests.add(new UT_rstime(this, mRes, mCtx));
71 unitTests.add(new UT_rstypes(this, mRes, mCtx));
72 unitTests.add(new UT_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_refcount(this, mRes, mCtx));
74 unitTests.add(new UT_foreach(this, mRes, mCtx));
75 unitTests.add(new UT_math(this, mRes, mCtx));
76 unitTests.add(ne
[all...]
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestCore.java67 unitTests.add(new UT_primitives(this, mRes, mCtx));
68 unitTests.add(new UT_vector(this, mRes, mCtx));
69 unitTests.add(new UT_rsdebug(this, mRes, mCtx));
70 unitTests.add(new UT_rstime(this, mRes, mCtx));
71 unitTests.add(new UT_rstypes(this, mRes, mCtx));
72 unitTests.add(new UT_alloc(this, mRes, mCtx));
73 unitTests.add(new UT_refcount(this, mRes, mCtx));
74 unitTests.add(new UT_foreach(this, mRes, mCtx));
75 unitTests.add(new UT_math(this, mRes, mCtx));
76 unitTests.add(ne
[all...]
/frameworks/base/core/java/android/os/
H A DRegistrantList.java29 add(Handler h, int what, Object obj) method in class:RegistrantList
31 add(new Registrant(h, what, obj));
39 add(new Registrant(h, what, obj));
43 add(Registrant r) method in class:RegistrantList
46 registrants.add(r);
/frameworks/data-binding/library/src/main/java/android/databinding/
H A DObservableArrayList.java32 mListeners.add(listener);
43 public boolean add(T object) { method in class:ObservableArrayList
44 super.add(object);
50 public void add(int index, T object) { method in class:ObservableArrayList
51 super.add(index, object);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapRequestPullPhoneBook.java66 oap.add(OAP_TAGID_FILTER, filter);
69 oap.add(OAP_TAGID_FORMAT, format);
76 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
78 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) 65535);
82 oap.add(OAP_TAGID_LIST_START_OFFSET, (short) listStartOffset);
H A DBluetoothPbapRequestPullVcardListing.java62 oap.add(OAP_TAGID_ORDER, order);
66 oap.add(OAP_TAGID_SEARCH_ATTRIBUTE, searchAttr);
67 oap.add(OAP_TAGID_SEARCH_VALUE, searchVal);
75 oap.add(OAP_TAGID_MAX_LIST_COUNT, (short) maxListCount);
79 oap.add(OAP_TAGID_LIST_START_OFFSET, (short) listStartOffset);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DDuration.java131 cal.add(Calendar.DAY_OF_MONTH, sign*weeks*7);
132 cal.add(Calendar.DAY_OF_MONTH, sign*days);
133 cal.add(Calendar.HOUR, sign*hours);
134 cal.add(Calendar.MINUTE, sign*minutes);
135 cal.add(Calendar.SECOND, sign*seconds);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLoggingItemAnimator.java52 mAddVHs.add(holder);
58 mRemoveVHs.add(holder);
65 mMoveVHs.add(holder);
73 mChangeOldVHs.add(oldHolder);
76 mChangeNewVHs.add(newHolder);
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DGreedyLineBreaker.java80 breakInfo.mBreaksList.add(mPrimitives.get(goodBreakIndex).location);
81 breakInfo.mWidthsList.add(goodBreakWidth);
82 breakInfo.mFlagsList.add(firstTabIndex < goodBreakIndex);
89 breakInfo.mBreaksList.add(mPrimitives.get(breakIndex).location);
90 breakInfo.mWidthsList.add(breakWidth);
91 breakInfo.mFlagsList.add(firstTabIndex < breakIndex);
114 breakInfo.mBreaksList.add(p.location);
115 breakInfo.mWidthsList.add(printedWidth);
116 breakInfo.mFlagsList.add(firstTabIndex < i);
147 breakInfo.mBreaksList.add(mPrimitive
[all...]
/frameworks/support/v4/tests/java/android/support/v4/graphics/
H A DColorUtilsTest.java40 sEntryList.add(new TestEntry(Color.BLACK).setHsl(0f, 0f, 0f));
41 sEntryList.add(new TestEntry(Color.WHITE).setHsl(0f, 0f, 1f));
42 sEntryList.add(new TestEntry(Color.BLUE).setHsl(240f, 1f, 0.5f));
43 sEntryList.add(new TestEntry(Color.GREEN).setHsl(120f, 1f, 0.5f));
44 sEntryList.add(new TestEntry(Color.RED).setHsl(0f, 1f, 0.5f));
45 sEntryList.add(new TestEntry(Color.CYAN).setHsl(180f, 1f, 0.5f));
46 sEntryList.add(new TestEntry(0x2196F3).setHsl(207f, 0.9f, 0.54f));
47 sEntryList.add(new TestEntry(0xD1C4E9).setHsl(261f, 0.46f, 0.84f));
48 sEntryList.add(new TestEntry(0x311B92).setHsl(251.09f, 0.687f, 0.339f));
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
H A Dnode_ext.kt28 ids.add(getAndroidId()!!)
33 ids.add(id)
51 arrayList.add(item(i))
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java140 mFirstPassUpdates.add(updateOp);
148 mSecondPassUpdates.add(updateOp);
210 mViewHolders.add(viewHolder);
249 add(2, 1);
251 add(1, 5);
275 add(0, 1);
289 add(0, 1);
297 add(6, 1);
324 add(4, 2); // 3 a b 4 5
353 add(
984 void add(int start, int count) { method in class:AdapterHelperTest
1051 public void add(int index, int count) { method in class:AdapterHelperTest.TestAdapter
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Capabilities.java47 mSupportedPreviewFpsRange.add(new int[] { fpsRange.getLower(), fpsRange.getUpper() });
54 mSupportedPreviewFormats.add(format);
93 mSupportedFeatures.add(Feature.FOCUS_AREA);
97 mSupportedFeatures.add(Feature.METERING_AREA);
101 mSupportedFeatures.add(Feature.ZOOM);
113 mSupportedSceneModes.add(equiv);
120 mSupportedFlashModes.add(FlashMode.OFF);
122 mSupportedFlashModes.add(FlashMode.AUTO);
123 mSupportedFlashModes.add(FlashMode.ON);
124 mSupportedFlashModes.add(FlashMod
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpre_big.cpp204 aOffset = add(aOffset, MP1, pOverflow);
206 frameOffset = add(frameOffset, L_SUBFR, pOverflow);
/frameworks/base/media/java/android/media/
H A DDecoderCapabilities.java58 decoderList.add(VideoDecoder.values()[native_get_video_decoder_type(i)]);
71 decoderList.add(AudioDecoder.values()[native_get_audio_decoder_type(i)]);
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DSmsManagerPermissionTest.java76 msgParts.add(MSG_CONTENTS);
77 msgParts.add("foo");
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestSetMessageStatus.java41 oap.add(OAP_TAGID_STATUS_INDICATOR,
44 oap.add(OAP_TAGID_STATUS_VALUE, statusValue ? STATUS_YES : STATUS_NO);

Completed in 716 milliseconds

1234567891011>>