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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/docs/html-intl/zh-cn/training/monitoring-device-state/
manifest-receivers.jd 3 parent.link=index.html
8 previous.link=connectivity-monitoring.html
29 <p>???????????????????????????? {@link android.content.BroadcastReceiver} ??????????????????????????????????????????????</p>
38 <p>????? {@link android.content.pm.PackageManager} ???????????????????????????????????????????????</p>
  /ndk/tests/device/gnustl-shared-1/
README 1 This checks that one can link against gnustl_shared and still throw exceptions
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/thumb/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/thumb/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/x86_64/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/x86_64/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/mips-r2/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/thumb/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/thumb/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/mips-r2/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlClientCompat.java 32 * {@link android.media.AudioManager#registerMediaButtonEventReceiver(android.content.ComponentName)}
34 * {@link android.media.AudioManager#registerRemoteControlClient(android.media.RemoteControlClient)}.
127 * Class used to modify metadata in a {@link android.media.RemoteControlClient} object. Use
128 * {@link android.media.RemoteControlClient#editMetadata(boolean)} to create an instance of an
130 * information has been set, use {@link #apply()} to make it the new metadata that should be
175 * Note that none of the information added after {@link #apply()} has been called,
178 * {@link android.media.MediaMetadataRetriever#METADATA_KEY_ALBUM},
179 * {@link android.media.MediaMetadataRetriever#METADATA_KEY_ALBUMARTIST},
180 * {@link android.media.MediaMetadataRetriever#METADATA_KEY_TITLE},
181 * {@link android.media.MediaMetadataRetriever#METADATA_KEY_ARTIST}
    [all...]
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
stopping.jd 3 parent.link=index.html
7 previous.link=pausing.html
9 next.link=recreating.html
53 <p>The {@link android.app.Activity} class provides two lifecycle methods, {@link
54 android.app.Activity#onStop()} and {@link android.app.Activity#onRestart()}, which allow you to
59 <p class="note"><strong>Note:</strong> Because the system retains your {@link android.app.Activity}
61 {@link android.app.Activity#onStop()} and {@link android.app.Activity#onRestart()} (or even {@link
    [all...]
  /frameworks/base/docs/html/training/multiple-threads/
communicate-ui.jd 32 {@link java.util.concurrent.ThreadPoolExecutor}. This final lesson shows you how to send data
37 Every app has its own special thread that runs UI objects such as {@link android.view.View}
41 from a background thread to the UI thread, use a {@link android.os.Handler} that's
46 {@link android.os.Handler} is part of the Android system's framework for managing threads. A
47 {@link android.os.Handler} object receives messages and runs code to handle the messages.
48 Normally, you create a {@link android.os.Handler} for a new thread, but you can
49 also create a {@link android.os.Handler} that's connected to an existing thread.
50 When you connect a {@link android.os.Handler} to your UI thread, the code that handles messages
54 Instantiate the {@link android.os.Handler} object in the constructor for the class that
56 thread by instantiating it with the {@link android.os.Handler#Handler(Looper) Handler(Looper)
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser.java 26 * Registers one {@link VCardInterpreter} instance, which receives events along with
34 * <p>Parses a whole InputStream as a vCard file and lets registered {@link VCardInterpreter}
38 * a vCard file with multiple entries, try {@link #parseOne(InputStream)}.</p>
46 * <p>Parses the first vCard entry in InputStream and lets registered {@link VCardInterpreter}
51 * <p>Note that, registered {@link VCardInterpreter} may still see multiple
52 * {@link VCardInterpreter#onEntryStarted()} / {@link VCardInterpreter#onEntryEnded()} calls
68 * {@link VCardInterpreter#onEntryStarted()} and {@link VCardInterpreter#onEntryEnded()}
77 * @deprecated use {@link #addInterpreter(VCardInterpreter)} an
    [all...]

Completed in 450 milliseconds

1 2 3 4 5 6 7 891011>>