/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
IPlatformDependency.java | 22 * Interface used to decorate a {@link Package} that has a dependency 28 * Note that although this interface looks like {@link IPackageVersion}, it does not convey 29 * the same semantic, that is {@link IPackageVersion} does <em>not</em> imply any dependency being
|
/system/vold/ |
Process.cpp | 35 int Process::readSymLink(const char *path, char *link, size_t max) { 45 length = readlink(path, link, max- 1); 48 link[length] = 0; 108 char link[PATH_MAX]; local 110 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) { 113 strncpy(openFilename, link, max-1); 156 char link[PATH_MAX]; local 159 if (readSymLink(path, link, sizeof(link)) && pathMatchesMountPoint(link, mountPoint)) [all...] |
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeech.java | 39 * initialization. Implement the {@link TextToSpeech.OnInitListener} to be 41 * When you are done using the TextToSpeech instance, call the {@link #shutdown()} method 113 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}. 128 * {@link TextToSpeech#speak(String, int, HashMap)} or 129 * {@link TextToSpeech#synthesizeToFile(String, HashMap, String)} with the 130 * {@link TextToSpeech.Engine#KEY_PARAM_UTTERANCE_ID} key. 169 * TextToSpeech engine with the {@link #ACTION_CHECK_TTS_DATA} intent. 174 * TextToSpeech engine with the {@link #ACTION_CHECK_TTS_DATA} intent. 179 * the TextToSpeech engine with the {@link #ACTION_CHECK_TTS_DATA} intent [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
adding-custom-suggestions.jd | 3 parent.link=index.html 10 <li>{@link android.app.SearchManager}</li> 11 <li>{@link android.content.SearchRecentSuggestionsProvider}</li> 12 <li>{@link android.content.ContentProvider}</li> 64 your searchable Activity. Whereas a normal search query will send an Intent with the {@link 66 {@link android.content.Intent#ACTION_VIEW} (or any other action), and also include additional data 76 <li>Build a table (such as in an {@link android.database.sqlite.SQLiteDatabase}) for your 81 <li>Declare the type of {@link android.content.Intent} to be sent when the user selects a 101 <li>Your content provider then returns a {@link android.database.Cursor} that points to all 113 to your searchable Activity using the normal {@link android.content.Intent#ACTION_SEARCH [all...] |
adding-recent-query-suggestions.jd | 3 parent.link=index.html 10 <li>{@link android.provider.SearchRecentSuggestions}</li> 11 <li>{@link android.content.SearchRecentSuggestionsProvider}</li> 47 the suggestions, your searchable Activity will receive a normal {@link 56 <li>Create a content provider that extends {@link 73 <li>Your content provider then returns a {@link android.database.Cursor} that points to all 85 to your searchable Activity using the normal {@link android.content.Intent#ACTION_SEARCH} 88 {@link android.content.Intent#ACTION_SEARCH} Intent is triggered, using the suggested text as the 92 <p>As you'll soon discover, the {@link android.content.SearchRecentSuggestionsProvider} class that 126 of {@link android.content.SearchRecentSuggestionsProvider}. This class does practically everythin [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothSocket.java | 34 * {@link java.net.Socket} and {@link java.net.ServerSocket}. On the server 35 * side, use a {@link BluetoothServerSocket} to create a listening server 36 * socket. When a connection is accepted by the {@link BluetoothServerSocket}, 37 * it will return a new {@link BluetoothSocket} to manage the connection. 38 * On the client side, use a single {@link BluetoothSocket} to both intiate 45 * <p>To create a {@link BluetoothSocket} for connecting to a known device, use 46 * {@link BluetoothDevice#createRfcommSocketToServiceRecord 48 * Then call {@link #connect()} to attempt a connection to the remote device. 52 * <p>To create a {@link BluetoothSocket} as a server (or "host"), see th [all...] |
BluetoothDevicePicker.java | 39 * Selected BT device address is contained in extra string {@link BluetoothIntent} 48 * - {@link #EXTRA_NEED_AUTH} (boolean): if need authentication 49 * - {@link #EXTRA_FILTER_TYPE} (int): what kinds of device should be 51 * - {@link #EXTRA_LAUNCH_PACKAGE} (string): where(which package) this 53 * - {@link #EXTRA_LAUNCH_CLASS} (string): where(which class) this intent
|
/frameworks/base/core/java/android/content/ |
AsyncQueryHandler.java | 30 * A helper class to help make handling asynchronous {@link ContentResolver} 144 * {@link #onQueryComplete} is called. 146 * @param token A token passed into {@link #onQueryComplete} to identify 148 * @param cookie An object that gets passed into {@link #onQueryComplete} 199 * done {@link #onInsertComplete} is called. 201 * @param token A token passed into {@link #onInsertComplete} to identify 203 * @param cookie An object that gets passed into {@link #onInsertComplete} 225 * done {@link #onUpdateComplete} is called. 227 * @param token A token passed into {@link #onUpdateComplete} to identify 229 * @param cookie An object that gets passed into {@link #onUpdateComplete [all...] |
ContentProviderOperation.java | 53 * Creates a {@link ContentProviderOperation} by copying the contents of a 54 * {@link Builder}. 137 * Create a {@link Builder} suitable for building an insert {@link ContentProviderOperation}. 138 * @param uri The {@link Uri} that is the target of the insert. 139 * @return a {@link Builder} 146 * Create a {@link Builder} suitable for building an update {@link ContentProviderOperation}. 147 * @param uri The {@link Uri} that is the target of the update. 148 * @return a {@link Builder [all...] |
/frameworks/base/core/java/android/app/ |
Notification.java | 35 * the user using the {@link android.app.NotificationManager}. 50 * {@link #sound}. 58 * {@link #vibrate}. Using phone vibration requires the 59 * {@link android.Manifest.permission#VIBRATE VIBRATE} permission. 67 * {@link #FLAG_SHOW_LIGHTS} bit, and {@link #ledARGB}, {@link #ledOffMS}, or 68 * {@link #ledOnMS}. 96 * {@link android.content.Intent#FLAG_ACTIVITY_NEW_TASK} flag, which requires 135 * To play the default notification sound, see {@link #defaults}. [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/ |
DatatypeFactory.java | 29 * <p id="DatatypeFactory.newInstance">{@link #newInstance()} is used to create a new <code>DatatypeFactory</code>. 33 * If the system property specified by {@link #DATATYPEFACTORY_PROPERTY}, "<code>javax.xml.datatype.DatatypeFactory</code>", 35 * Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}. 38 * If the file ${JAVA_HOME}/lib/jaxp.properties exists, it is loaded in a {@link java.util.Properties} <code>Object</code>. 44 * Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}. 48 * {@link #DATATYPEFACTORY_IMPLEMENTATION_CLASS}, "<code>javax.xml.datatype.DatatypeFactoryImpl</code>". 49 * Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}. 77 * <p>Use {@link #newInstance()} to create a <code>DatatypeFactory</code>.</p> 145 * <p>All six values are set and available from the created {@link Duration}</p> 149 * An {@link UnsupportedOperationException} will be thrown with a message indicating implementation limit [all...] |
Duration.java | 58 * The {@link #compare(Duration duration)} method implements this 61 * <p>See the {@link #isLongerThan(Duration)} method for details about 81 * Because some operations of <code>Duration</code> rely on {@link Calendar} 82 * even though {@link Duration} can hold very large or very small values, 84 * The impacted methods document their dependency on {@link Calendar}. 99 * i.e. {@link #isSet(DatatypeConstants.Field field)} == <code>true</code>.</p> 121 * <td>{@link DatatypeConstants#DURATION}</td> 130 * <td>{@link DatatypeConstants#DURATION_DAYTIME}</td> 139 * <td>{@link DatatypeConstants#DURATION_YEARMONTH}</td> 151 * {@link DatatypeConstants#DURATION} [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewStubTest.java | 43 * Test {@link ViewStub}. 64 notes = "Test constructor(s) of {@link ViewStub}", 70 notes = "Test constructor(s) of {@link ViewStub}", 76 notes = "Test constructor(s) of {@link ViewStub}", 82 notes = "Test constructor(s) of {@link ViewStub}", 103 notes = "Test {@link ViewStub#draw(Canvas)}", 116 notes = "Test {@link ViewStub#setVisibility(int)}", 180 notes = "Test {@link ViewStub#onMeasure(int, int)}", 199 notes = "Test {@link ViewStub#setOnInflateListener(OnInflateListener)}", 234 notes = "Test {@link ViewStub#getInflatedId()} and {@link ViewStub#setInflatedId(int)}" [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
XPathExpression.java | 46 * If the expression contains a variable reference, its value will be found through the {@link XPathVariableResolver}. 47 * An {@link XPathExpressionException} is raised if the variable resolver is undefined or 55 * If the expression contains a function reference, the function will be found through the {@link XPathFunctionResolver}. 56 * An {@link XPathExpressionException} is raised if the function resolver is undefined or 70 * Valid return types are defined in {@link XPathConstants}. 90 * <p>If <code>returnType</code> is not one of the types defined in {@link XPathConstants}, 105 * @throws IllegalArgumentException If <code>returnType</code> is not one of the types defined in {@link XPathConstants}. 114 * <p>This method calls {@link #evaluate(Object item, QName returnType)} with a <code>returnType</code> of 115 * {@link XPathConstants#STRING}.</p> 138 * <p>This method builds a data model for the {@link InputSource} and call [all...] |
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
SignatureSourcer.java | 41 * get later using {@link #getReturnType()}, {@link #getParameters()}, {@link #getSuperClass()} 42 * and {@link #formalsToString()}. 70 * {@link SignatureSourcer} generated when parsing the return type of <em>this</em> 76 * {@link SignatureSourcer} generated when parsing the super class of <em>this</em> 82 * {@link SignatureSourcer}s for each parameters generated when parsing the method parameters 90 * Constructs a new {@link SignatureWriter} object. 105 * {@link SignatureReader#acceptType(SignatureVisitor)} or just the formals if 106 * called by {@link SignatureReader#accept(SignatureVisitor)} [all...] |
/external/apache-http/src/org/apache/http/conn/params/ |
ConnRouteParams.java | 43 * An adaptor for accessing route related parameters in {@link HttpParams}. 44 * See {@link ConnRoutePNames} for parameter name definitions. 65 * This is a route with {@link #NO_HOST} as the target. 77 * Obtains the {@link ConnRoutePNames#DEFAULT_PROXY DEFAULT_PROXY} 79 * {@link #NO_HOST} will be mapped to <code>null</code>, 102 * Sets the {@link ConnRoutePNames#DEFAULT_PROXY DEFAULT_PROXY} 107 * Note that {@link #NO_HOST} will be mapped to 108 * <code>null</code> by {@link #getDefaultProxy}, 121 * Obtains the {@link ConnRoutePNames#FORCED_ROUTE FORCED_ROUTE} 123 * {@link #NO_ROUTE} will be mapped to <code>null</code> [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
ViewElementDescriptor.java | 25 * {@link ViewElementDescriptor} describes the properties expected for a given XML element node 30 * The base class {@link ElementDescriptor} has a notion of "children", that is an XML element 34 * enforces at construction by {@link LayoutDescriptors}. Note that by construction any code 40 * another class. These properties are also set at construction by {@link LayoutDescriptors}. 58 * Constructs a new {@link ViewElementDescriptor} based on its XML name, UI name, 64 * @param fullClassName The fully qualified class name the {@link ViewElementDescriptor} is 87 * Constructs a new {@link ElementDescriptor} based on its XML name, the canonical 93 * @param fullClassName The fully qualified class name the {@link ViewElementDescriptor} is 111 * Constructs a new {@link ElementDescriptor} based on its XML name and children list. 116 * @param fullClassName The fully qualified class name the {@link ViewElementDescriptor} i [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
EventContainer.java | 30 * Comparison method for {@link EventContainer#testValue(int, Object, com.android.ddmlib.log.EventContainer.CompareMethod)} 82 * Returns a {@link EventValueType} from an integer value, or <code>null</code> if no match 97 * Returns a storage string for an {@link Object} of type supported by 98 * {@link EventValueType}. 101 * {@link #getObjectFromStorageString(String)}. 103 * NOTE: for now, only {@link #STRING}, {@link #INT}, and {@link #LONG} are supported. 120 * Creates an {@link Object} from a storage string created with 121 * {@link #getStorageString(Object)} [all...] |
/cts/tests/tests/permission/src/android/permission/cts/ |
PackageManagerRequiringPermissionsTest.java | 41 * {@link android.Manifest.permission#CHANGE_COMPONENT_ENABLED_STATE}. 58 * {@link android.Manifest.permission#SET_PREFERRED_APPLICATIONS}. 73 * {@link android.Manifest.permission#SET_PREFERRED_APPLICATIONS}. 88 * {@link android.Manifest.permission#SET_PREFERRED_APPLICATIONS}. 103 * {@link android.Manifest.permission#SET_PREFERRED_APPLICATIONS}.
|
/dalvik/libcore/json/src/main/java/org/json/ |
JSONStringer.java | 26 * Implements {@link JSONObject#toString} and {@link JSONArray#toString}. Most 35 * <li>Lexical scopes must be balanced: every call to {@link #array} must 36 * have a matching call to {@link #endArray} and every call to {@link 37 * #object} must have a matching call to {@link #endObject}. 40 * <li>Values are inserted with either literal {@link #value(Object) value} 44 * {@link JSONException}. 47 * output. To encode indented output, use {@link JSONObject#toString(int)} or 48 * {@link JSONArray#toString(int)} [all...] |
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
XMLFilter.java | 26 * for creating SAX2 filters, by passing on all {@link org.xml.sax.EntityResolver 27 * EntityResolver}, {@link org.xml.sax.DTDHandler DTDHandler}, 28 * {@link org.xml.sax.ContentHandler ContentHandler} and {@link org.xml.sax.ErrorHandler 42 * <p>This method allows the application to link the filter to
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
_index.html | 24 <dd>Demonstrates calling the {@link android.graphics.Matrix.html#setPolyToPoly(float[],int,float[],int,int)} method to translate coordinates on a canvas to a new perspective (used to simulate perspective). </dd> 27 <dd>Demonstrates using the {@link android.graphics.Paint} and {@link android.graphics.Canvas} objects to draw random points on the screen, with different colors and strokes. </dd> 30 <dd>Demonstrates the use of {@link android.graphics.Path} and various {@link android.graphics.PathEffect} subclasses. </dd>
|
/frameworks/base/core/java/android/accounts/ |
Account.java | 24 * Value type that represents an Account in the {@link AccountManager}. This object is 25 * {@link Parcelable} and also overrides {@link #equals} and {@link #hashCode}, making it 26 * suitable for use as the key of a {@link java.util.Map}
|
/frameworks/base/core/java/android/os/ |
IBinder.java | 28 * extend from {@link Binder}. 30 * <p>The key IBinder API is {@link #transact transact()} matched by 31 * {@link Binder#onTransact Binder.onTransact()}. These 34 * is synchronous, such that a call to {@link #transact transact()} does not 36 * {@link Binder#onTransact Binder.onTransact()}; this is the 41 * <p>The data sent through transact() is a {@link Parcel}, a generic buffer 74 * <li> The {@link #transact transact()} method will throw a 75 * {@link RemoteException} exception if you try to call it on an IBinder 77 * <li> The {@link #pingBinder()} method can be called, and will return false 79 * <li> The {@link #linkToDeath linkToDeath()} method can be used to registe [all...] |
/frameworks/base/core/java/android/view/ |
OrientationListener.java | 25 * @deprecated use {@link android.view.OrientationEventListener} instead. 54 * {@link android.hardware.SensorManager SensorManager}). Use the default 55 * value of {@link android.hardware.SensorManager#SENSOR_DELAY_NORMAL 80 * {@link #onOrientationChanged} when the device orientation changes. 102 * Look at {@link android.view.OrientationEventListener#onOrientationChanged}
|