Searched defs:metadata (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
H A DPanoramaMetadataLoader.java33 * photo sphere metadata.
37 * Called with the loaded metadata or <code>null</code>.
39 public void onPanoramaMetadataLoaded(PanoramaMetadata metadata); argument
55 * Asynchronously extract and return panorama metadata from the item with
95 private synchronized void onLoadingDone(PanoramaMetadata metadata) { argument
96 mPanoramaMetadata = metadata;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DMetadataHandler.java29 * Helper class to easy up manipulation of dictionary pack metadata.
35 // The canonical file name for metadata. This is not the name of a real file on the
36 // device, but a symbolic name used in the database and in metadata handling. It is never
37 // tested against, only used for human-readability as the file name for the metadata.
38 public final static String METADATA_FILENAME = "metadata.json";
41 * Reads the data from the cursor and store it in metadata objects.
43 * @return the constructed list of wordlist metadata.
85 * Gets the whole metadata, for installed and not installed dictionaries.
88 * @return The current metadata.
101 * Read metadata fro
126 findWordListById(final List<WordListMetadata> metadata, final String id) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DAvrcp.java56 * support metadata, play status and event notification
219 public void setMetadata(int generationId, Bundle metadata) { argument
222 handler.obtainMessage(MSG_SET_METADATA, generationId, 0, metadata).sendToTarget();
240 public void setAllMetadata(int generationId, Bundle metadata, Bitmap bitmap) { argument
243 handler.obtainMessage(MSG_SET_METADATA, generationId, 0, metadata).sendToTarget();

Completed in 617 milliseconds