HomeSort by relevance Sort by last modified time
    Searched full:link (Results 151 - 175 of 18913) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/reference/
gms_lists.js 2 { id:0, label:"com.google.android.gms", link:"reference/com/google/android/gms/package-summary.html", type:"package", deprecated:"false" },
3 { id:1, label:"com.google.android.gms.R", link:"reference/com/google/android/gms/R.html", type:"class", deprecated:"false" },
4 { id:2, label:"com.google.android.gms.R.attr", link:"reference/com/google/android/gms/R.attr.html", type:"class", deprecated:"false" },
5 { id:3, label:"com.google.android.gms.R.color", link:"reference/com/google/android/gms/R.color.html", type:"class", deprecated:"false" },
6 { id:4, label:"com.google.android.gms.R.drawable", link:"reference/com/google/android/gms/R.drawable.html", type:"class", deprecated:"false" },
7 { id:5, label:"com.google.android.gms.R.id", link:"reference/com/google/android/gms/R.id.html", type:"class", deprecated:"false" },
8 { id:6, label:"com.google.android.gms.R.string", link:"reference/com/google/android/gms/R.string.html", type:"class", deprecated:"false" },
9 { id:7, label:"com.google.android.gms.R.styleable", link:"reference/com/google/android/gms/R.styleable.html", type:"class", deprecated:"false" },
10 { id:8, label:"com.google.android.gms.appstate", link:"reference/com/google/android/gms/appstate/package-summary.html", type:"package", deprecated:"false" },
11 { id:9, label:"com.google.android.gms.appstate.AppState", link:"reference/com/google/android/gms/appstate/AppState.html", type:"class", deprecated:"false" }
    [all...]
  /cts/tests/src/android/text/method/cts/
KeyListenerStubActivity.java 35 * {@link DigitsKeyListener}
36 * {@link BaseKeyListener}
37 * {@link MultiTapKeyListener}
38 * {@link NumberKeyListener}
39 * {@link QwertyKeyListener}
40 * {@link TextKeyListener}
41 * {@link DateKeyListener}
42 * {@link DateTimeKeyListener}
43 * {@link TimeKeyListener}
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingService.java 23 * A {@link Service} that forwards all method calls to another service.
62 * A sensible default implementation of {@link #startAndWait()}, in terms of
63 * {@link #start}. If you override {@link #start}, you may wish to override
64 * {@link #startAndWait()} to forward to this implementation.
72 * A sensible default implementation of {@link #stopAndWait()}, in terms of
73 * {@link #stop}. If you override {@link #stop}, you may wish to override
74 * {@link #stopAndWait()} to forward to this implementation.
Service.java 24 * An object with an operational state, plus asynchronous {@link #start()} and
25 * {@link #stop()} lifecycle methods to transfer into and out of this state.
29 * <li>{@link State#NEW} -&gt;</li>
30 * <li>{@link State#STARTING} -&gt;</li>
31 * <li>{@link State#RUNNING} -&gt;</li>
32 * <li>{@link State#STOPPING} -&gt;</li>
33 * <li>{@link State#TERMINATED}</li>
37 * {@link State#FAILED}, and its behavior is undefined. Such a service cannot be
51 * If the service state is {@link State#NEW}, this initiates service startup
57 * initiated startup. Calling {@link ListenableFuture#get} will bloc
    [all...]
  /external/junit/src/org/junit/
Rule.java 10 * static, and a subtype of {@link org.junit.rules.TestRule}.
11 * The {@link org.junit.runners.model.Statement} passed
12 * to the {@link org.junit.rules.TestRule} will run any {@link Before} methods,
13 * then the {@link Test} method, and finally any {@link After} methods,
15 * annotated {@link Rule}s on a class, they will be applied in an order
37 * {@link org.junit.rules.TestRule}.
40 * fields of type {@link org.junit.rules.MethodRule}, which will be honored. However,
  /frameworks/opt/net/voip/src/java/android/net/rtp/
package.html 12 <li>{@link android.net.rtp.AudioStream} specifies a remote endpoint and consists of network mapping
13 and a configured {@link android.net.rtp.AudioCodec}.</li>
15 <li>{@link android.net.rtp.AudioGroup} represents the local endpoint for one or more {@link
16 android.net.rtp.AudioStream}s. The {@link android.net.rtp.AudioGroup} mixes all the {@link
22 refer to the limitations described for {@link android.net.rtp.AudioGroup}.</p>
24 <p class="note"><strong>Note:</strong> To use the RTP APIs, you must request the {@link
25 android.Manifest.permission#INTERNET} and {@link
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
package.html 9 SpiderMonkey networking module. The {@link com.jme3.network.Network}
11 of {@link com.jme3.network.Client} and {@link com.jme3.network.Server}
  /external/proguard/src/proguard/classfile/
package.html 4 A class file is represented by the <code>{@link proguard.classfile.ClassFile
8 <li><code>{@link ProgramClassFile ProgramClassFile}</code>:
10 <li><code>{@link LibraryClassFile LibraryClassFile}</code>:
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
subresource.html 16 <p>This test will only print "PASS" or "FAIL" if link prefetches are
18 <link href="prefetch.link" rel="prefetch" onload="prefetch_onload()" onerror="testFailed('onerror')" />
  /external/webkit/LayoutTests/fast/dom/beforeload/
remove-link-in-beforeload-listener.html 12 <link rel="stylesheet" href="data:text/css">
15 <p>This page tests that you can correctly remove a stylesheet link element in its beforeload listener without causing a crash.</p>
18 if (document.getElementsByTagName("link").length)
  /external/webkit/Source/WebCore/manual-tests/resources/
before-go-back.html 4 Click this link</a>
8 Just click on the link : if the webkit doesn't crash, the test has succeed.
13 When you click on the above link, one page is loaded and tries to go back.
  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 30 * {@link java.net.Socket} and {@link java.net.ServerSocket}. On the server
31 * side, use a {@link BluetoothServerSocket} to create a listening server
32 * socket. When a connection is accepted by the {@link BluetoothServerSocket},
33 * it will return a new {@link BluetoothSocket} to manage the connection.
34 * On the client side, use a single {@link BluetoothSocket} to both initiate
41 * <p>To create a listening {@link BluetoothServerSocket} that's ready for
43 * {@link BluetoothAdapter#listenUsingRfcommWithServiceRecord
45 * {@link #accept()} to listen for incoming connection requests. This call
47 * a {@link BluetoothSocket} to manage the connection. Once the {@lin
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
package.html 4 as soft keyboards). See {@link android.view.inputmethod.InputMethodManager} for
7 {@link android.widget.TextView}. When implementing a custom text editor,
9 {@link android.view.inputmethod.InputConnection} class to allow the current
  /frameworks/base/docs/html/training/notify-user/
build-notification.jd 3 parent.link=index.html
7 next.link=navigation.html
48 {@link android.support.v4.app.NotificationCompat.Builder} class.
49 {@link android.support.v4.app.NotificationCompat.Builder}
51 {@link android.support.v4.app.NotificationCompat} and its subclasses,
52 particularly {@link android.support.v4.app.NotificationCompat.Builder}, to
58 {@link android.support.v4.app.NotificationCompat.Builder} object. At bare minimum,
59 a {@link android.support.v4.app.NotificationCompat.Builder Builder}
65 {@link android.support.v4.app.NotificationCompat.Builder#setSmallIcon setSmallIcon()}
69 {@link android.support.v4.app.NotificationCompat.Builder#setContentTitle setContentTitle()
    [all...]
  /libcore/luni/src/main/java/java/security/acl/
package.html 9 Functionality for generating new entries in an ACL {@link java.security.acl.AclEntry},
10 for the creation of new owners {@link java.security.acl.Owner}, and for the registration of
11 new permissions {@link java.security.acl.Permission} are provided.
  /frameworks/base/media/java/android/media/
IRemoteControlDisplay.aidl 47 * {@link RemoteControlClient#PLAYSTATE_STOPPED},
48 * {@link RemoteControlClient#PLAYSTATE_PAUSED},
49 * {@link RemoteControlClient#PLAYSTATE_PLAYING},
50 * {@link RemoteControlClient#PLAYSTATE_FAST_FORWARDING},
51 * {@link RemoteControlClient#PLAYSTATE_REWINDING},
52 * {@link RemoteControlClient#PLAYSTATE_SKIPPING_FORWARDS},
53 * {@link RemoteControlClient#PLAYSTATE_SKIPPING_BACKWARDS},
54 * {@link RemoteControlClient#PLAYSTATE_BUFFERING},
55 * {@link RemoteControlClient#PLAYSTATE_ERROR}.
59 * a value of {@link RemoteControlClient#PLAYBACK_POSITION_INVALID} is intended to expres
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
package.html 7 than a Bluetooth connection. The primary class you need to work with is {@link
8 android.net.wifi.p2p.WifiP2pManager}, which you can acquire by calling {@link
9 android.app.Activity#getSystemService getSystemService(WIFI_P2P_SERVICE)}. The {@link
12 <li>Initialize your application for P2P connections by calling {@link
15 <li>Discover nearby devices by calling {@link android.net.wifi.p2p.WifiP2pManager#discoverPeers
18 <li>Start a P2P connection by calling {@link android.net.wifi.p2p.WifiP2pManager#connect
25 <li>The {@link android.net.wifi.p2p.WifiP2pManager.ActionListener} interface allows you to receive
28 <li>{@link android.net.wifi.p2p.WifiP2pManager.PeerListListener} interface allows you to receive
29 information about discovered peers. The callback provides a {@link
30 android.net.wifi.p2p.WifiP2pDeviceList}, from which you can retrieve a {@link
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java 39 * RawContact represented through an {@link RawContactDelta}.
41 * Internal updates are performed against {@link ValuesDelta} so that the
42 * source {@link RawContact} can be swapped out. Any state-based changes, such as
43 * adding {@link Data} rows or changing {@link EditType}, are performed through
44 * {@link RawContactModifier} to ensure that {@link AccountType} are enforced.
79 * Assign the given {@link Bitmap} to the internal {@link PhotoEditorView}
80 * for the {@link RawContactDelta} currently being edited
    [all...]
  /frameworks/base/docs/html-intl/ja/guide/topics/
fundamentals.jd 8 <li>{@link android.app.Activity}</li>
9 <li>{@link android.app.Service}</li>
10 <li>{@link android.content.BroadcastReceiver}</li>
11 <li>{@link android.content.ContentProvider}</li>
12 <li>{@link android.content.Intent}</li>
83 <dd>?????????????? 1 ?????????????????????? ??????????????<i></i>??????????????????? ??????????????????????????????????????????????????????SMS ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????{@link android.app.Activity} ?????????????????????
94 ?????????????????????{@link android.view.View} ???????????????????????????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????Android ??????????? ??????????? ??????? ???????????????????????????????????????
98 ????????<code>{@link android.app.Activity#setContentView Activity.setContentView()}</code> ??????????????????????????????????? ?????????????? View ????????<i></i>???????????????????<a href="{@docRoot}guide/topics/ui/index.html">User Interface</a> ????????????????
102 <dd>?????????????? ???????????????????????????????????????????<i></i>???????????????????? BGM ???????????????????????????????????????????????????????????????????????????????{@link android.app.Service} ???????????
120 ????????????????????????????????????????? ???????????????????????????{@link android.content.BroadcastReceiver} ??????????
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
WebKitAccessibleHyperlink.cpp 71 static AccessibilityObject* core(WebKitAccessibleHyperlink* link)
73 if (!link)
76 return core(link->priv->hyperlinkImpl);
79 static AccessibilityObject* core(AtkHyperlink* link)
81 if (!WEBKIT_IS_ACCESSIBLE_HYPERLINK(link))
84 return core(WEBKIT_ACCESSIBLE_HYPERLINK(link));
172 static gchar* webkitAccessibleHyperlinkGetURI(AtkHyperlink* link, gint index)
174 g_return_val_if_fail(WEBKIT_IS_ACCESSIBLE_HYPERLINK(link), 0);
179 AccessibilityObject* coreObject = core(link);
186 static AtkObject* webkitAccessibleHyperlinkGetObject(AtkHyperlink* link, gint index
    [all...]
  /frameworks/base/core/java/android/content/pm/
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}.
58 * Additional flag for {@link #protectionLevel}, corresponding
60 * {@link android.R.attr#protectionLevel}
    [all...]
  /frameworks/base/docs/html/training/multiple-threads/
define-runnable.jd 33 This lesson shows you how to implement a {@link java.lang.Runnable} class, which runs the code
34 in its {@link java.lang.Runnable#run Runnable.run()} method on a separate thread. You can also
35 pass a {@link java.lang.Runnable} to another object that can then attach it to a thread and
36 run it. One or more {@link java.lang.Runnable} objects that perform a particular operation are
40 {@link java.lang.Thread} and {@link java.lang.Runnable} are basic classes that, on their own,
42 {@link android.os.HandlerThread}, {@link android.os.AsyncTask}, and
43 {@link android.app.IntentService}. {@link java.lang.Thread} and {@link java.lang.Runnable} ar
    [all...]
  /frameworks/base/test-runner/src/android/test/
ActivityUnitTestCase.java 34 * automatically here by {@link #setUp} and {@link #tearDown}.
36 * <p>If you prefer a functional test, see {@link android.test.ActivityInstrumentationTestCase}.
43 * <li>{@link android.app.Activity#createPendingResult(int, Intent, int)}</li>
44 * <li>{@link android.app.Activity#startActivityIfNeeded(Intent, int)}</li>
45 * <li>{@link android.app.Activity#startActivityFromChild(Activity, Intent, int)}</li>
46 * <li>{@link android.app.Activity#startNextMatchingActivity(Intent)}</li>
47 * <li>{@link android.app.Activity#getCallingActivity()}</li>
48 * <li>{@link android.app.Activity#getCallingPackage()}</li>
49 * <li>{@link android.app.Activity#createPendingResult(int, Intent, int)}</li
    [all...]
  /frameworks/base/docs/html/guide/components/
bound-services.jd 3 parent.link=services.html
30 <li>{@link android.app.Service}</li>
31 <li>{@link android.content.ServiceConnection}</li>
32 <li>{@link android.os.IBinder}</li>
64 <p>A bound service is an implementation of the {@link android.app.Service} class that allows
66 service, you must implement the {@link android.app.Service#onBind onBind()} callback method. This
67 method returns an {@link android.os.IBinder} object that defines the programming interface that
76 started by calling {@link android.content.Context#startService startService()}, which allows the
77 service to run indefinitely, and also allow a client to bind to the service by calling {@link
81 explicitly stop the service, by calling {@link android.app.Service#stopSelf stopSelf()} or {@lin
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.0.3.jd 29 <p>Android {@sdkPlatformVersion} ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH_MR1})
81 defined by {@link android.provider.ContactsContract.StreamItems}, the Uri for
82 which is nested within the {@link android.provider.ContactsContract.RawContacts}
88 {@link android.provider.ContactsContract.StreamItemPhotos}, which is available
89 as a sub-directory of the {@link android.provider.ContactsContract.StreamItems}
92 <p>See {@link android.provider.ContactsContract.StreamItems} and
93 {@link android.provider.ContactsContract.StreamItemPhotos} for more information.</p>
102 <li>Adds the class {@link android.provider.CalendarContract.Colors} to represent
106 {@link android.provider.CalendarContract.ColorsColumns#COLOR_KEY COLOR_KEY}
109 <li>Adds {@link android.provider.CalendarContract.CalendarColumns#ALLOWED_AVAILABILITY ALLOWED_AVAILABILITY
    [all...]

Completed in 1822 milliseconds

1 2 3 4 5 67 8 91011>>