/packages/apps/Contacts/tests/src/com/android/contacts/ |
RecentCallsListActivityTests.java | 208 mCallTypeIcons.put(Calls.INCOMING_TYPE, getBitmap("ic_call_log_list_incoming_call")); 209 mCallTypeIcons.put(Calls.MISSED_TYPE, getBitmap("ic_call_log_list_missed_call")); 210 mCallTypeIcons.put(Calls.OUTGOING_TYPE, getBitmap("ic_call_log_list_outgoing_call"));
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
FolderSyncParser.java | 138 cv.put(AccountColumns.SYNC_KEY, mAccount.mSyncKey); 290 cv.put(Mailbox.DISPLAY_NAME, displayName); 293 cv.put(Mailbox.PARENT_SERVER_ID, parentId);
|
/packages/apps/IM/src/com/android/im/app/ |
NewChatActivity.java | 296 entry. put("icon", icons[i]); 297 entry. put("name", names[i]); 298 entry.put("text", texts[i]);
|
/packages/apps/Settings/src/com/android/settings/quicklaunch/ |
BookmarkPicker.java | 226 map.put(KEY_TITLE, getResolveInfoTitle(info)); 227 map.put(KEY_RESOLVE_INFO, info); 310 // Put our information
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutParamsParser.java | 230 mViewMap.put(fqcn, info); 256 mGroupMap.put(fqcn, info); 336 mLayoutParamsMap.put(fqcn, layoutParamsInfo);
|
/sdk/jarutils/src/com/android/jarutils/ |
SignedJarBuilder.java | 174 // loop on the entries of the intermediary package and put them in the final package. 262 mManifest.getEntries().put(entry.getName(), attr); 299 sf.getEntries().put(entry.getKey(), sfAttr);
|
/cts/tests/tests/os/src/android/os/cts/ |
ParcelTest.java | 392 map.put("string", "String"); 393 map.put("int", Integer.MAX_VALUE); 394 map.put("boolean", true); 494 sparseArray.put(3, "String"); 495 sparseArray.put(2, Long.MAX_VALUE); 496 sparseArray.put(4, Float.MAX_VALUE); 497 sparseArray.put(0, Integer.MAX_VALUE); 498 sparseArray.put(1, true); 499 sparseArray.put(10, true); [all...] |
/external/dropbear/libtomcrypt/ |
Doxyfile | 29 # base path where the generated documentation will be put. 178 # put the command \sideeffect (or @sideeffect) in the documentation, which 180 # You can put \n's in the value part of an alias to insert newlines. 199 # the same type (for instance a group of public functions) to be put as a 291 # will put a list of the files that are included by a file in the documentation 562 # classes will be put under the same header in the alphabetical index. 577 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 579 # put in front of it. If left blank `html' will be used as the default path. 605 # the style sheet file to the HTML output directory, so don't put your own 689 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. [all...] |
/external/guava/javadoc/com/google/common/collect/ |
EnumHashBiMap.html | 226 An alternate form of <code>put</code> that silently removes any existing entry 227 with the value <code>value</code> before proceeding with the <A HREF="../../../../com/google/common/collect/BiMap.html#put(K, V)"><CODE>BiMap.put(K, V)</CODE></A> 258 <TD><CODE><B><A HREF="../../../../com/google/common/collect/EnumHashBiMap.html#put(K, V)">put</A></B>(<A HREF="../../../../com/google/common/collect/EnumHashBiMap.html" title="type parameter in EnumHashBiMap">K</A> key, 370 <A NAME="put(java.lang.Enum,java.lang.Object)"><!-- --></A><A NAME="put(K, V)"><!-- --></A><H3> 371 put</H3> 373 public <A HREF="../../../../com/google/common/collect/EnumHashBiMap.html" title="type parameter in EnumHashBiMap">V</A> <B>put</B>(<A HREF="../../../../com/google/common/collect/EnumHashBiMap.html" title="type parameter in EnumHashBiMap">K</A> key, 377 <DD><B>Description copied from interface: <CODE><A HREF="../../../../com/google/common/collect/BiMap.html#put(K, V)">BiMap</A></CODE></B></DD [all...] |
HashBiMap.html | 237 An alternate form of <code>put</code> that silently removes any existing entry 238 with the value <code>value</code> before proceeding with the <A HREF="../../../../com/google/common/collect/BiMap.html#put(K, V)"><CODE>BiMap.put(K, V)</CODE></A> 261 <TD><CODE><B><A HREF="../../../../com/google/common/collect/HashBiMap.html#put(K, V)">put</A></B>(<A HREF="../../../../com/google/common/collect/HashBiMap.html" title="type parameter in HashBiMap">K</A> key, 386 <A NAME="put(java.lang.Object,java.lang.Object)"><!-- --></A><A NAME="put(K, V)"><!-- --></A><H3> 387 put</H3> 389 public <A HREF="../../../../com/google/common/collect/HashBiMap.html" title="type parameter in HashBiMap">V</A> <B>put</B>(<FONT SIZE="-1"><A HREF="http://jsr-305.googlecode.com/svn/trunk/javadoc/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</A></FONT> 394 <DD><B>Description copied from interface: <CODE><A HREF="../../../../com/google/common/collect/BiMap.html#put(K, V)">BiMap</A></CODE></B></DD [all...] |
/cts/tests/src/android/view/cts/ |
FocusFinderStubActivity.java | 121 * Which side to put the button on.
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_ArtistsTest.java | 102 artistValues.put(Artists.ARTIST, Audio2.ALBUM);
|
/cts/tools/dex-tools/src/dex/reader/ |
DexMethodImpl.java | 79 parameterIdToIndex.put(i, buffer.readUInt());
|
/cts/tools/signature-tools/src/signature/compare/model/subst/ |
ViewpointAdapter.java | 58 substitution.put(paramsIterator.next(), argumentsIterator.next());
|
/cts/tools/signature-tools/src/signature/converter/doclet/ |
DocletFactory.java | 96 compOpts.put("-sourcepath", sourcepath);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
EncodedField.java | 118 // TODO: Maybe put something better here?
|
FieldIdsSection.java | 109 fieldIds.put(field, result);
|
MethodIdsSection.java | 109 methodIds.put(method, result);
|
ProtoIdsSection.java | 101 protoIds.put(prototype, result);
|
/dalvik/hit/src/com/android/hit/ |
State.java | 48 mHeaps.put(id, heap);
|
/dalvik/libcore/crypto/src/main/java/org/apache/harmony/crypto/internal/ |
NullCipherSpi.java | 126 output.put(input);
|
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
ChunkHandler.java | 90 * and there's nowhere better to put it.
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
namednodemapsetnameditemns01.java | 39 * and put its attributes into a named node map. Create a new attribute node and add it to this map.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
ListResourceBundle.java | 130 table.put((String) content[0], content[1]);
|
ResourceBundle.java | 335 cache.put(cacheKey, loaderCache); 402 loaderCache.put(bundleName, bundle); 409 loaderCache.put(bundleName, bundle); 413 loaderCache.put(bundleName, loadBase ? MISSINGBASE : MISSING);
|