Lines Matching refs:link
66 function toggleDiv(link) {
67 var toggleable = $(link).parent();
135 <p>The SIP API is available in the {@link android.net.sip android.net.sip}
136 package. The key class is {@link android.net.sip.SipManager}, which applications
140 {@link android.net.sip.SipManager} to create generic SIP connections.</p>
144 applications should use the {@link android.net.sip.SipManager#isApiSupported
177 <p>The NFC API is available in the {@link android.nfc} package. The key classes are: </p>
179 <ul><li>{@link android.nfc.NfcAdapter}, which represents the NFC hardware on the device.</li>
180 <li>{@link android.nfc.NdefMessage}, which represents an NDEF data message,
182 devices and tags. Applications can receive these messages from {@link
184 <li>{@link android.nfc.NdefRecord}, delivered in an
185 {@link android.nfc.NdefMessage}, which describes the type of data being shared and
192 applications can call {@link android.nfc.NfcAdapter#isEnabled isEnabled()} to
193 query the {@link android.nfc.NfcAdapter}. The NFC API is always present,
228 <p>For API details, see {@link android.hardware.Sensor}.</p>
234 for either photo or video capture. The {@link android.hardware.Camera} lets
239 <li>New {@link android.hardware.Camera.CameraInfo} class stores a camera's
241 <li>New {@link android.hardware.Camera#getNumberOfCameras()} and {@link
242 android.hardware.Camera#getCameraInfo(int,CameraInfo) getCameraInfo()} methods in the {@link
245 <li>New {@link android.media.CamcorderProfile#get get()} method lets
246 applications retrieve a {@link android.media.CamcorderProfile} for a specific camera. </li>
247 <li>New {@link android.media.CameraProfile#getJpegEncodingQualityParameter(int, int)
258 preview fps maximum/minimum. New {@link
260 getFocusDistances()}, {@link
262 getPreviewFpsRange()}, and {@link
264 getSupportedPreviewFpsRange()} for getting camera parameters, as well as {@link
274 <li>New {@link android.media.audiofx android.media.audiofx} package provides the
276 <li>New {@link android.media.audiofx.AudioEffect AudioEffect} is the base class
279 effects with an instance of {@link android.media.AudioTrack} or {@link
281 <li>New {@link android.media.AudioTrack#AudioTrack(int, int, int, int, int, int,
282 int) AudioTrack} class constructor that lets you create an {@link
283 android.media.AudioTrack} with a specific session ID. New {@link
284 android.media.AudioTrack#attachAuxEffect(int) attachAuxEffect()}, {@link
285 android.media.AudioTrack#getAudioSessionId() getAudioSessionId()}, and {@link
288 <li>New {@link android.media.MediaPlayer#attachAuxEffect(int)
289 attachAuxEffect()}, {@link android.media.MediaPlayer#getAudioSessionId()
290 getAudioSessionId()}, {@link android.media.MediaPlayer#setAudioSessionId(int)
291 setAudioSessionId(int)}, and {@link
303 {@link android.media.ExifInterface#getAltitude(double) getAltitude()} method to
305 <li>New {@link android.media.MediaRecorder#setOrientationHint(int)
306 setOrientationHint()} method lets an application tell {@link
312 <p>The platform includes a new {@link android.app.DownloadManager} system service
319 <li>Applications can obtain an instance of the {@link android.app.DownloadManager}
320 class by calling {@link
322 {@link android.content.Context#DOWNLOAD_SERVICE}. Applications that request
323 downloads through this API should register a broadcast receiver for {@link
327 <li>The {@link android.app.DownloadManager.Request} class lets an
333 storage (see {@link
335 <li>The {@link android.app.DownloadManager.Query} class provides methods that let
342 the platform offers a new system facility called {@link android.os.StrictMode}.
352 <li>{@link android.os.StrictMode} is the core class and is the main integration
355 <li>{@link android.os.StrictMode.ThreadPolicy} and {@link
361 application, see the class documentation and sample code at {@link
373 animation, springback, and overscroll distance. For more information, see {@link
374 android.view.View android.view.View} and {@link android.widget.OverScroller
376 <li>{@link android.view.ViewConfiguration} also provides methods {@link
377 android.view.ViewConfiguration#getScaledOverflingDistance()} and {@link
410 <li>New base class for input events, {@link android.view.InputEvent}. The class
412 as by querying for the InputDevice from which the event orginated. The {@link
413 android.view.KeyEvent} and {@link android.view.MotionEvent} are subclasses of
414 {@link android.view.InputEvent}.</li>
415 <li>New base class for input devices, {@link android.view.InputDevice}. The
424 <li>The {@link android.view.MotionEvent} API is extended to include "pointer ID"
441 application. The methods are available in {@link
442 android.view.inputmethod.BaseInputConnection}, {@link
443 android.view.inputmethod.InputConnection}, and {@link
455 <li>{@link android.content.pm.ActivityInfo} adds new constants for managing
457 {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_FULL_SENSOR},
458 {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_REVERSE_LANDSCAPE},
459 {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_REVERSE_PORTRAIT},
460 {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR_LANDSCAPE},
462 {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_SENSOR_PORTRAIT}.
464 <li>New constant {@link
466 the {@link android.app.ActivityManager.RunningAppProcessInfo#importance} field
467 in {@link android.app.ActivityManager.RunningAppProcessInfo}. The value
478 <li>New {@link android.R.style#TextAppearance_StatusBar_EventContent
480 {@link android.R.style#TextAppearance_StatusBar_EventContent_Title
482 {@link android.R.style#TextAppearance_StatusBar_Icon
484 {@link android.R.style#TextAppearance_StatusBar_Title
492 <li>New {@link
494 boolean) setUseWebViewBackgroundForOverscrollBackground()} method lets a {@link
516 <li>Adds remaining OpenGL ES 2.0 methods {@link
518 {@link android.opengl.GLES20#glVertexAttribPointer(int, int, int, boolean, int,
519 int) glVertexAttribPointer()} in the {@link android.opengl.GLES20
521 <li>Adds support for {@link android.graphics.ImageFormat#YV12} pixel format, a
528 <li>New {@link android.provider.AlarmClock} provider class for setting an alarm
534 alarm should use {@link
539 <li>{@link android.provider.MediaStore} supports a new Intent action, {@link
545 <li>{@link android.provider.MediaStore} also adds a new {@link
552 <li>The {@link android.provider.Settings} provider adds the new Activity actions
553 {@link android.provider.Settings#ACTION_APPLICATION_DETAILS_SETTINGS
554 APPLICATION_DETAILS_SETTINGS} and {@link
559 <li>The {@link android.provider.ContactsContract} provider adds the {@link
567 <li>The {@link android.location.LocationManager} now tracks application
569 {@link android.os.WorkSource}, a system-managed class that identifies the
578 <li>The {@link android.location.LocationManager} adds several new methods that
581 <li>A new {@link android.location.Criteria} class lets an application specify a
590 <li>Android 2.3 adds a new {@link android.os.storage.StorageManager} that
596 physical SD card is available). A convenience method, {@link
606 <li>{@link android.content.pm.PackageInfo} adds new {@link
607 android.content.pm.PackageInfo#firstInstallTime} and {@link
610 <li>New {@link
619 <li>The {@link android.telephony.TelephonyManager} adds the constant {@link
622 <li>New {@link android.telephony.gsm.GsmCellLocation#getPsc()} method returns
632 <li>{@link android.app.NativeActivity} is a new type of Activity class, whose
638 <li>New {@link android.view.InputQueue} class and callback interface lets native
640 <li>New {@link android.view.SurfaceHolder.Callback2} interface lets native code
641 manage a {@link android.view.SurfaceHolder}. </li>
642 <li>New {@link
644 takeInputQueue} and {@link
646 takeSurface()} methods in {@link android.view.Window} let native code manage
657 <li>{@link dalvik.system dalvik.system}
661 <li>New collections: {@link java.util.ArrayDeque}, {@link java.util.NavigableMap},
662 {@link java.util.concurrent.ConcurrentSkipListMap},
663 {@link java.util.concurrent.LinkedBlockingDeque}</li>
664 <li>New {@link java.util.Arrays} utilities: <code>binarySearch()</code>,
666 <li>{@link java.net.CookieManager} for {@link java.net.HttpURLConnection}.</li>
667 <li>More complete network APIs: {@link java.net.InterfaceAddress},
668 {@link java.net.NetworkInterface} and {@link java.net.IDN}</li>
669 <li>{@link java.io.File} read and write controls</li>
670 <li>{@link java.lang.String#isEmpty() String.isEmpty()}</li>
671 <li>{@link java.text.Normalizer} and {@link java.text.Normalizer.Form}</li>
672 <li>Improved {@link javax.net.ssl} server sockets.</li>
716 the {@link android.provider.AlarmClock#ACTION_SET_ALARM SET_ALARM} Intent action
719 the {@link android.net.sip SIP API} to make or receive internet calls.
721 {@link android.nfc NFC API} to read NFC tags.</li>
732 <li>{@link android.content.pm.PackageManager#FEATURE_AUDIO_LOW_LATENCY
736 <li>{@link android.content.pm.PackageManager#FEATURE_CAMERA_FRONT
739 <li>{@link android.content.pm.PackageManager#FEATURE_NFC android.hardware.nfc}
741 <li>{@link android.content.pm.PackageManager#FEATURE_SENSOR_BAROMETER
744 <li>{@link android.content.pm.PackageManager#FEATURE_SENSOR_GYROSCOPE
747 <li>{@link android.content.pm.PackageManager#FEATURE_SIP android.software.sip}
749 <li>{@link android.content.pm.PackageManager#FEATURE_SIP_VOIP
752 <li>{@link