HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 451 - 475 of 14007) sorted by null

<<11121314151617181920>>

  /frameworks/hardware/interfaces/
current.txt 2 # pre-existing interfaces will fail VTS and break framework-only OTAs
  /frameworks/native/services/vr/bufferhubd/
detached_buffer_channel.h 37 // Creates a detached buffer from existing IonBuffers.
  /frameworks/rs/
rsApiDevice.cpp 36 // existing apps running.
  /frameworks/support/lifecycle/livedata/src/main/java/androidx/lifecycle/
MediatorLiveData.java 87 Source<?> existing = mSources.putIfAbsent(source, e); local
88 if (existing != null && existing.mObserver != onChanged) {
92 if (existing != null) {
  /frameworks/support/transition/src/main/java/androidx/transition/
AutoTransition.java 34 * first fades out disappearing targets, then moves and resizes existing
  /libcore/ojluni/src/main/java/java/nio/file/
StandardCopyOption.java 36 * Replace an existing file if it exists.
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
DosFileAttributeView.java 105 * implementation may, for example, require to read the existing value of
125 * implementation may, for example, require to read the existing value of
145 * implementation may, for example, require to read the existing value of
165 * implementation may, for example, require to read the existing value of
  /packages/apps/Camera2/src/com/android/camera/async/
Futures2.java 81 * Create a new joined future from two existing futures and a joining function
111 * Create a new joined future from two existing futures and an async function
124 * Create a new joined future from three existing futures and a joining function
157 * Create a new joined future from three existing futures and an async function
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
RefcountBitmapDrawable.java 39 * create the drawable from existing drawable, will not increase refcount
  /packages/apps/DeskClock/src/com/android/deskclock/data/
RingtoneModel.java 84 // If the uri is already present in an existing ringtone, do nothing.
85 final CustomRingtone existing = getCustomRingtone(uri); local
86 if (existing != null) {
87 return existing;
  /packages/apps/Dialer/java/com/android/dialer/util/res/values-en-rAU/
strings.xml 24 <string name="outgoing_wps_warning" msgid="7505673114152005234">"Placing a WPS call will disconnect your existing call."</string>
  /packages/apps/Dialer/java/com/android/dialer/util/res/values-en-rGB/
strings.xml 24 <string name="outgoing_wps_warning" msgid="7505673114152005234">"Placing a WPS call will disconnect your existing call."</string>
  /packages/apps/Dialer/java/com/android/dialer/util/res/values-en-rIN/
strings.xml 24 <string name="outgoing_wps_warning" msgid="7505673114152005234">"Placing a WPS call will disconnect your existing call."</string>
  /packages/apps/Dialer/java/com/android/incallui/call/
InCallServiceListener.java 29 * will be no existing {@code DialerCall}s.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 100 Scheme existing = registry.get(schemeName); local
101 if (existing == null) {
124 Scheme existing = registry.get(schemeName); local
125 if (existing != null) {
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
RangeArray.java 29 // Wraps around an existing array
RangeBoolArray.java 29 // Wraps around an existing array
RangeIntArray.java 29 // Wraps around an existing array
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
ProfileOwnerProvisioningControllerTest.java 107 // THEN the install existing package task is run
145 // THEN the install existing package task is run
167 // WHEN the install existing package task eventually finishes
190 // THEN the install existing package task is run
  /packages/apps/TV/src/com/android/tv/dvr/data/
IdGenerator.java 36 /** Returns the new ID which is greater than the existing maximum ID by 1. */
  /packages/apps/TimeZoneData/oem_template/data_app/
README.oem 22 The main, signed .apk can also be uploaded to an app store and used to update existing
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
CursorCreator.java 29 * not advance/rewind the cursor, and is only allowed to read the existing row.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
FragmentStatePagerAdapter2.java 42 * <li>allow read access to existing Fragments by index ({@link #getFragmentAt(int)})</li>
82 final Fragment existing = mFragments.get(position); local
83 if (existing != null) {
84 return existing;
  /platform_testing/libraries/annotations/src/android/platform/test/annotations/
RootPermissionTest.java 35 // the effort to annotate the existing tests with a corresponding patch-level.
SecurityTest.java 34 // the effort to annotate the existing tests with a corresponding patch-level.

Completed in 1581 milliseconds

<<11121314151617181920>>