HomeSort by relevance Sort by last modified time
    Searched full:link (Results 76 - 100 of 8734) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DdmConstants.java 27 * Returns current platform, one of {@link #PLATFORM_WINDOWS}, {@link #PLATFORM_DARWIN},
28 * {@link #PLATFORM_LINUX} or {@link #PLATFORM_UNKNOWN}.
43 * @return one of {@link #PLATFORM_WINDOWS}, {@link #PLATFORM_DARWIN},
44 * {@link #PLATFORM_LINUX} or {@link #PLATFORM_UNKNOWN}.
DebugPortManager.java 22 * Centralized point to provide a {@link IDebugPortProvider} to ddmlib.
24 * <p/>When {@link Client} objects are created, they start listening for debuggers on a specific
25 * port. The default behavior is to start with {@link DdmPreferences#getDebugPortBase()} and
28 * <p/>This {@link DebugPortManager} allows applications using ddmlib to provide a custom
36 * debugger port for a newly created {@link Client}.
44 * specified {@link Device}.
48 * @return The non-random debugger port or {@link #NO_STATIC_PORT} if the {@link Client}
57 * Sets the {@link IDebugPortProvider} that will be used when a new {@link Client} request
    [all...]
  /frameworks/base/media/java/android/media/
RingtoneManager.java 42 * results into a single cursor. It also provides a {@link Ringtone} for each
44 * {@link #TYPE_RINGTONE} refers to the type of sounds that are suitable for the
48 * {@link #ACTION_RINGTONE_PICKER} intent to launch the picker as a subactivity.
84 * Input: {@link #EXTRA_RINGTONE_EXISTING_URI},
85 * {@link #EXTRA_RINGTONE_SHOW_DEFAULT},
86 * {@link #EXTRA_RINGTONE_SHOW_SILENT}, {@link #EXTRA_RINGTONE_TYPE},
87 * {@link #EXTRA_RINGTONE_DEFAULT_URI}, {@link #EXTRA_RINGTONE_TITLE},
88 * {@link #EXTRA_RINGTONE_INCLUDE_DRM}
    [all...]
  /external/guava/src/com/google/common/collect/
ListMultimap.java 31 * <p>The {@link #get}, {@link #removeAll}, and {@link #replaceValues} methods
32 * each return a {@link List} of values. Though the method signature doesn't say
33 * so explicitly, the map returned by {@link #asMap} has {@code List} values.
44 * insertion ordering, this method returns a {@link List}, instead of the
45 * {@link java.util.Collection} specified in the {@link Multimap} interface.
53 * insertion ordering, this method returns a {@link List}, instead of the
54 * {@link java.util.Collection} specified in the {@link Multimap} interface
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
SQLInputTest.java 31 * Test method for {@link java.sql.SQLInput#readString()}.
44 * Test method for {@link java.sql.SQLInput#readBoolean()}.
57 * Test method for {@link java.sql.SQLInput#readByte()}.
69 * Test method for {@link java.sql.SQLInput#readShort()}.
82 * Test method for {@link java.sql.SQLInput#readInt()}.
95 * Test method for {@link java.sql.SQLInput#readLong()}.
108 * Test method for {@link java.sql.SQLInput#readFloat()}.
121 * Test method for {@link java.sql.SQLInput#readDouble()}.
134 * Test method for {@link java.sql.SQLInput#readBigDecimal()}.
147 * Test method for {@link java.sql.SQLInput#readBytes()}
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventValueDescription.java 23 * Describes an {@link EventContainer} value.
26 * name, type ({@link EventValueType}), and (if needed) value unit ({@link ValueType}).
29 * index of this particular object in the array of {@link EventValueDescription} returned by
30 * {@link EventLogParser#getEventInfoMap()} when queried for a particular event tag.
51 * Checks that the {@link EventValueType} is compatible with the {@link ValueType}.
52 * @param type the {@link EventValueType} to check.
64 * Returns a {@link ValueType} from an integer value, or <code>null</code> if no match
99 * Builds a {@link EventValueDescription} with a name and a type
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageInfo.java 35 * tag's {@link android.R.styleable#AndroidManifest_versionCode versionCode}
42 * tag's {@link android.R.styleable#AndroidManifest_versionName versionName}
49 * tag's {@link android.R.styleable#AndroidManifest_sharedUserId sharedUserId}
56 * tag's {@link android.R.styleable#AndroidManifest_sharedUserLabel sharedUserLabel}
69 * This is only filled in if the flag {@link PackageManager#GET_GIDS} was set.
74 * Array of all {@link android.R.styleable#AndroidManifestActivity
77 * {@link PackageManager#GET_ACTIVITIES} was set.
82 * Array of all {@link android.R.styleable#AndroidManifestReceiver
85 * {@link PackageManager#GET_RECEIVERS} was set.
90 * Array of all {@link android.R.styleable#AndroidManifestServic
    [all...]
PermissionInfo.java 30 * A normal application value for {@link #protectionLevel}, corresponding
32 * {@link android.R.attr#protectionLevel}.
37 * Dangerous value for {@link #protectionLevel}, corresponding
39 * {@link android.R.attr#protectionLevel}.
44 * System-level value for {@link #protectionLevel}, corresponding
46 * {@link android.R.attr#protectionLevel}.
51 * System-level value for {@link #protectionLevel}, corresponding
53 * {@link android.R.attr#protectionLevel}.
59 * {@link android.R.attr#permissionGroup}.
74 * {@link PermissionInfo#loadDescription} instead
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
ConnectivityManagerPermissionTest.java 42 * Verify that calling {@link ConnectivityManager#getNetworkInfo(int))}
45 * {@link android.Manifest.permission#ACCESS_NETWORK_STATE}.
58 * Verify that calling {@link ConnectivityManager#getNetworkPreference()}
61 * {@link android.Manifest.permission#ACCESS_NETWORK_STATE}.
74 * Verify that calling {@link ConnectivityManager#requestRouteToHost(int, int)}
77 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}.
90 * Verify that calling {@link ConnectivityManager#setNetworkPreference(int)}
93 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}.
106 * Verify that calling {@link ConnectivityManager#setNetworkPreference(int)}
109 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
package.html 16 {@link javax.xml.transform.Source} and
17 {@link javax.xml.transform.Result} interfaces.
22 {@link javax.xml.transform.sax}, {@link javax.xml.transform.dom},
23 and {@link javax.xml.transform.stream}.
30 {@link javax.xml.transform.TransformerFactory} object to be created from
32 {@link javax.xml.transform.TransformerFactory#newInstance}.
39 {@link javax.xml.transform.Source} and
40 {@link javax.xml.transform.Result}. In order to pass Source and Result
44 {@link javax.xml.transform.stream.StreamSource} an
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionScroll.java 27 * ({@link InternalSelectionView}) can cause its parent {@link android.widget.ScrollView}
30 * {@link InternalSelectionView} achieves this by calling {@link android.view.View#requestRectangleOnScreen}
33 * {@link android.widget.ScrollView}, in turn, implements {@link android.view.View#requestRectangleOnScreen}
34 * thereby acheiving the result. Note that {@link android.widget.ListView} also implements the
35 * method, so views that call {@link android.view.View#requestRectangleOnScreen} that are embedded
36 * within either {@link android.widget.ScrollView}s or {@link android.widget.ListView}s ca
    [all...]
  /frameworks/base/docs/html/resources/tutorials/views/
hello-gridview.jd 3 parent.link=index.html
6 <p>{@link android.widget.GridView} is a {@link android.view.ViewGroup} that displays items in a
8 scrollable grid. The grid items are automatically inserted to the layout using a {@link
36 <p>This {@link android.widget.GridView} will fill the entire screen. The attributes are rather
37 self explanatory. For more information about valid attributes, see the {@link
41 {@link android.app.Activity#onCreate(Bundle) onCreate()} method:
58 {@link android.widget.GridView} is captured from the layout with {@link
59 android.app.Activity#findViewById(int)}. The {@link
    [all...]
hello-formstuff.jd 3 parent.link=index.html
12 <li>Your <code>res/layout/main.xml</code> file should already have a basic {@link
22 <p>For each widget you want to add, just put the respective View inside this {@link
27 default implementation of the {@link android.app.Activity#onCreate(Bundle) onCreate()} method:</p>
39 <p>In this section, you will create a button with a custom image instead of text, using the {@link
69 drawable resource and when referenced by a {@link android.widget.Button} for its background,
76 <li>Open the <code>res/layout/main.xml</code> file and add the {@link
94 code at the end of the {@link android.app.Activity#onCreate(Bundle) onCreate()} method:
104 <p>This captures the {@link android.widget.Button} from the layout, then adds an {@link
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 34 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you
41 * {@link BluetoothAdapter} that was used to create this {@link
44 * <p>To get a {@link BluetoothDevice}, use
45 * {@link BluetoothAdapter#getRemoteDevice(String)
48 * {@link BluetoothAdapter}) or get one from the set of bonded devices
49 * returned by {@link BluetoothAdapter#getBondedDevices()
51 * {@link BluetoothSocket} for communciation with the remote device, using
52 * {@link #createRfcommSocketToServiceRecord(UUID)}.
55 * Requires the {@link android.Manifest.permission#BLUETOOTH} permission
    [all...]
BluetoothAdapter.java 39 * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter}
42 * instantiate a {@link BluetoothDevice} using a known MAC address, and create
43 * a {@link BluetoothServerSocket} to listen for connection requests from other
46 * <p>To get a {@link BluetoothAdapter} representing the local Bluetooth
47 * adapter, call the static {@link #getDefaultAdapter} method.
50 * {@link BluetoothDevice} objects representing all paired devices with
51 * {@link #getBondedDevices()}; start device discovery with
52 * {@link #startDiscovery()}; or create a {@link BluetoothServerSocket} to
54 * {@link #listenUsingRfcommWithServiceRecord(String,UUID)}
    [all...]
  /frameworks/base/core/java/android/app/
UiModeManager.java 32 * {@link android.content.Intent#ACTION_DOCK_EVENT} broadcasts that are sent when the user
34 * the UiModeManager switches the system {@link android.content.res.Configuration}
37 * broadcasts {@link #ACTION_ENTER_CAR_MODE} and
38 * {@link #ACTION_ENTER_DESK_MODE} for more information.
48 * {@link android.content.Context#getSystemService
58 * {@link android.content.Intent#ACTION_MAIN} with category
59 * {@link android.content.Intent#CATEGORY_CAR_DOCK}
64 * of the broadcast to {@link Activity#RESULT_CANCELED}.
79 * {@link android.content.Intent#ACTION_MAIN} with category
80 * {@link android.content.Intent#CATEGORY_DESK_DOCK
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 30 * <p/>This handle the conversion between both modes automatically by using a {@link ModifyListener}
31 * on all the {@link Text} widgets.
32 * <p/>To get/set the coordinate, use {@link #setValue(double)} and {@link #getValue()} (preceded by
33 * a call to {@link #isValueValid()})
43 /** Internal flag to prevent {@link ModifyEvent} to be sent when {@link Text#setText(String)}
48 * ModifyListener for the 3 {@link Text} controls of the sexagesimal mode.
68 * Creates the {@link Text} control for the decimal display of the coordinate.
69 * <p/>The control is expected to be placed in a Composite using a {@link GridLayout}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceFolder.java 33 * Resource Folder class. Contains list of {@link ResourceFile}s,
34 * the {@link FolderConfiguration}, and a link to the workspace {@link IFolder} object.
44 * Creates a new {@link ResourceFolder}
47 * @param folder The associated {@link IAbstractFolder} object.
59 * Adds a {@link ResourceFile} to the folder.
60 * @param file The {@link ResourceFile}.
71 * Attempts to remove the {@link ResourceFile} associated with a specified {@link IFile}
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
package-info.java 25 * {@link PhiInsn phi instriction}. This form is intended to make it easy to
34 * <li> {@link Optimizer} is a singleton class containing methods for
37 * <li> {@link SsaConverter} converts a Rop-form method to SSA form.
38 * <li> {@link SsaToRop} converts an SSA-form method back to Rop form.
43 * <li> A {@link SsaMethod} instance represents a method.
44 * <li> A {@link SsaBasicBlock} instance represents a basic block, whose
46 * {@link com.android.dx.rop Rop form}.
47 * <li> {@link PhiInsn} instances represent "phi" operators defined in SSA
49 * <li> {@link NormalSsaInsn} instances represent instructions that directly
55 * <li> {@link MoveParamCombiner} is a simple step that ensures each metho
    [all...]
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 34 * {@link BroadcastReceiver#onReceive(Context, Intent) BroadcastReceiver.onReceive()}
38 * should probably be done in a {@link Service}.
41 * handle {@link #ACTION_DEVICE_ADMIN_ENABLED} and require the
42 * {@link android.Manifest.permission#BIND_DEVICE_ADMIN} permission. A typical
48 * to the device administrator, as parsed by the {@link DeviceAdminInfo} class.
62 * handle this in {@link DeviceAdminReceiver#onEnabled(Context, Intent)}. To be
64 * {@link android.Manifest.permission#BIND_DEVICE_ADMIN} permission so
76 * {@link #EXTRA_DISABLE_WARNING} in the result Intent. If not set,
96 * handle this in {@link DeviceAdminReceiver#onDisabled(Context, Intent)}. Note
108 * of the new password with {@link DevicePolicyManager#isActivePasswordSufficient(
    [all...]
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 27 * An example of an {@link ActivityInstrumentationTestCase} of a specific activity {@link Focus2}.
28 * By virtue of extending {@link ActivityInstrumentationTestCase}, the target activity is automatically
30 * {@link android.test.InstrumentationTestCase}, which provides
32 * touch events. See {@link #sendKeys}.
34 * In general, {@link android.test.InstrumentationTestCase}s and {@link ActivityInstrumentationTestCase}s
36 * user interface. When run via a {@link android.test.InstrumentationTestRunner},
37 * the necessary {@link android.app.Instrumentation} will be injected for you to
38 * user via {@link #getInstrumentation} in your tests
    [all...]
  /cts/tools/host/src/com/android/cts/
DeviceObserver.java 32 * Notify after installing apk complete on the {@link TestDevice}
40 * Notify after uninstalling apk complete on the {@link TestDevice}.
47 * Notify after installing apk timeout on the {@link TestDevice}
49 * @param testDevice the {@link TestDevice} whose install action timeout.
56 * @param testDevice the {@link TestDevice} whose install action timeout
61 * Notify after a {@link TestDevice}, which is used in testing,
62 * is disconnected to the {@link TestHost}.
  /frameworks/base/core/java/android/view/
SoundEffectConstants.java 20 * Constants to be used to play sound effects via {@link View#playSoundEffect(int)}
35 * @param direction One of {@link View#FOCUS_UP}, {@link View#FOCUS_DOWN},
36 * {@link View#FOCUS_LEFT}, {@link View#FOCUS_RIGHT}, {@link View#FOCUS_FORWARD}
37 * or {@link View#FOCUS_BACKWARD}
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SelectionDependentViewPart.java 29 * A Workbench {@link ViewPart} that requires {@link Device}/{@link Client} selection notifications
30 * from {@link DdmsPlugin} through the {@link ISelectionListener} interface.
51 * Sent when a new {@link Client} is selected.
61 * Sent when a new {@link Device} is selected.
  /frameworks/base/core/java/android/widget/
HeterogeneousExpandableList.java 24 * {@link ExpandableListAdapter} take advantage of the {@link Adapter} view type
27 * An {@link ExpandableListAdapter} declares one view type for its group items
28 * and one view type for its child items. Although adapted for most {@link ExpandableListView}s,
29 * these values should be tuned heterogeneous {@link ExpandableListView}s. Lists that contain
32 * {@link android.widget.ExpandableListAdapter#getGroupView(int, boolean, View, ViewGroup)}
34 * {@link android.widget.ExpandableListAdapter#getChildView(int, int, boolean, View, ViewGroup)}
41 * {@link android.widget.ExpandableListAdapter#getGroupView(int, boolean, View, ViewGroup)}
47 * {@link android.widget.ExpandableListAdapter#getGroupView(int, boolean, View, ViewGroup)}
48 * . Note: Integers must be in the range 0 to {@link #getGroupTypeCount} - 1
    [all...]

Completed in 586 milliseconds

1 2 34 5 6 7 8 91011>>