Home
last modified time | relevance | path

Searched defs:before (Results 126 – 150 of 198) sorted by relevance

12345678

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDeltaList.java88 final RawContact before = nextObject instanceof Entity in addAll() local
H A DRawContactDelta.java89 public static RawContactDelta fromBefore(RawContact before) { in fromBefore()
H A DValuesDelta.java61 public static ValuesDelta fromBefore(ContentValues before) { in fromBefore()
/aosp12/packages/modules/adb/fdevent/
H A Dfdevent_test.cpp300 auto before = test.events[i].second; in TEST_F() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
H A DUserHalHelperTest.java262 long before = SystemClock.elapsedRealtime(); in testCreatePropRequest_withType() local
278 long before = SystemClock.elapsedRealtime(); in testCreatePropRequest() local
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DNetworkCapabilities.java1832 String before = capabilityNamesOf(NetworkCapabilitiesUtils.unpackBits( in describeImmutableDifferences() local
1840 NetworkSpecifier before = this.getNetworkSpecifier(); in describeImmutableDifferences() local
1846 String before = transportNamesOf(this.getTransportTypes()); in describeImmutableDifferences() local
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DPackageHelper.java464 public static String replaceEnd(String str, String before, String after) { in replaceEnd()
/aosp12/system/core/init/
H A Dkeychords_test.cpp299 std::string before(InitInputFds()); in TEST() local
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DDatabaseUtils.java79 char before = ' '; in bindSelection() local
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java690 final File before = new File(mInfoDelta.mFileName); in finalizeDestination() local
H A DDownloadStorageProvider.java773 final File before = getFileForMediaStoreDownload(docId); in renameMediaStoreDownload() local
796 MediaStore.scanFile(getContext().getContentResolver(), before); in renameMediaStoreDownload() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DEditorInfoTest.java236 final CharSequence before = testText.subSequence( in setOverSizeInitialText_overSizeSelection_dropsSelection() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java222 public void onTextChanged(CharSequence queryString, int start, int before, int count) { in onTextChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/vpn2/
H A DConfigDialog.java275 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java862 int before = Math.min(beforeLength, selStart); in getInitialSurroundingText() local
/aosp12/frameworks/base/libs/hwui/
H A DRenderNode.cpp132 const int before = info.disableForceDark; in prepareTree() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java77 Notification before = nb.build(); in testDoesNotStripsExtenders() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
H A DRttChatFragment.java277 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/aosp12/art/runtime/mirror/
H A Ddex_cache-inl.h320 T* const before = source.object.template Read<kReadBarrierOption>(); in VisitDexCachePairs() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
H A DVoicemailChangePinActivity.java438 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dregex_rule.cpp158 icu::UnicodeString before = message.tempSubString(0, possibleNumber->start()); in IsValidStart() local
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DBinaryXmlPullParser.java407 final int before = mAttributes.length; in obtainAttribute() local
/aosp12/system/extras/ioshark/
H A Dioshark_bench_subr.c352 static struct cpu_disk_util_stats before; variable
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSearchActivityView.java413 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DEvsV4lCamera.cpp493 const auto before = mFramesAllowed; in importExternalBuffers() local

12345678