HomeSort by relevance Sort by last modified time
    Searched full:another (Results 751 - 775 of 15616) sorted by null

<<31323334353637383940>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
NinePatchInputStream.java 26 * This is useful when the InputStream is created in a method but used in another that needs
  /frameworks/base/tools/layoutlib/rename_font/
test.py 5 The test copies Roboto-Regular.ttf to a tmp directory and ask build_font.py to rename it and put in another dir.
  /frameworks/compile/libbcc/lib/
BCCContextImpl.cpp 28 // Another temporary container is needed to store the Source objects that we
  /frameworks/ex/common/java/com/android/common/
NetworkConnectivityListener.java 57 * with another network. If so, {@code mOtherNetworkInfo} will be non-null.
120 * another network fails.</li>
198 * value, then another broadcast should follow shortly indicating
209 * a new network following loss of connectivity on another network.
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IBordeauxService.aidl 23 * (running in another process).
  /frameworks/support/compat/ics/android/support/v4/view/
ViewPropertyAnimatorUpdateListener.java 30 * <p>Notifies the occurrence of another frame of the animation.</p>
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceScreen.java 35 * <li> When it appears inside another preference hierarchy, it is shown and
36 * serves as the gateway to another screen of preferences (either by showing
37 * another screen of preferences as a {@link android.app.Dialog} or via a
67 * clicked will show another screen of preferences such as "Prefer WiFi" (and
  /hardware/intel/img/psb_video/debian/
copyright 9 <likewise for another author>
  /hardware/interfaces/contexthub/1.0/
IContexthub.hal 86 * TRANSACTION_PENDING if hub is busy with another
109 * TRANSACTION_PENDING if hub is busy with another
130 * TRANSACTION_PENDING if hub is busy with another
151 * TRANSACTION_PENDING if hub is busy with another
  /kernel/tests/net/test/
leak_test.py 33 # Call shutdown on another thread while a recvfrom is in progress.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
BrokenInputStream.java 23 * Implements an InputStream what wraps another InputStream and throws an
  /libcore/ojluni/src/main/java/java/nio/channels/
ReadableByteChannel.java 37 * then any other thread that attempts to initiate another read operation will
76 * <p> This method may be invoked at any time. If another thread has
94 * If another thread closes this channel
98 * If another thread interrupts the current thread
WritableByteChannel.java 37 * then any other thread that attempts to initiate another write operation will
74 * <p> This method may be invoked at any time. If another thread has
91 * If another thread closes this channel
95 * If another thread interrupts the current thread
  /packages/apps/Browser2/
run_startup_time_test.sh 22 `adb logcat | grep WebViewStartupTimeMillis=` in another shell to see results.'
  /packages/apps/Camera2/src/com/android/camera/app/
LocationProvider.java 27 * Report when connection fails so another location provider may be used.
  /packages/apps/Camera2/src/com/android/camera/async/
ForwardingBufferQueue.java 23 * A BufferQueue which forwards all methods to another.
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FatalErrorDialogFailureHandler.java 44 // TODO Add another {@link FatalErrorHandler.Reason} for this situation
  /packages/apps/Dialer/java/com/android/contacts/common/res/values-sw600dp/
integers.xml 22 poor. Another reason to get rid of the exist tablet layout. -->
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
AnswerHint.java 31 * should put put and hintText into another data structure.
  /packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
BlockerTask.java 24 /** Task to block another task of the same ID from being queued for a certain amount of time. */
  /packages/apps/Launcher3/src/com/android/launcher3/
PendingAddItemInfo.java 24 * the workspace from another container.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorWrapper.java 24 * A suggestion cursor that delegates all methods to another SuggestionCursor.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NowOrLaterWrapper.java 19 * {@link NowOrLater} class that converts from one type to another.
  /packages/apps/TV/src/com/android/tv/tuner/
DvbDeviceAccessor.java 209 public int compareTo(@NonNull DvbDeviceInfoWrapper another) {
210 if (getAdapterId() != another.getAdapterId()) {
211 return getAdapterId() - another.getAdapterId();
213 return getDeviceId() - another.getDeviceId();
  /packages/providers/ContactsProvider/tests2/
AndroidManifest.xml 18 Another unit tests against CP2 that runs in a separate process.

Completed in 1699 milliseconds

<<31323334353637383940>>