Home
last modified time | relevance | path

Searched defs:before (Results 1 – 25 of 75) sorted by relevance

123

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java74 final RawContact before = new RawContact(contact); in getRawContact() local
86 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone() local
96 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert() local
114 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate() local
128 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete() local
141 final ContentValues before = new ContentValues(); in testValuesDiffDelete() local
162 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone() local
173 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert() local
213 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffUpdateInsert() local
262 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneUpdate() local
[all …]
DValuesDeltaTests.java63 final ContentValues before = new ContentValues(); in testValuesDiffNone() local
75 final ContentValues before = new ContentValues(); in testValuesDiffUpdate() local
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dautocorrection_threshold_utils.cpp32 /* static */ int AutocorrectionThresholdUtils::editDistance(const int *before, in editDistance()
70 /* static */ float AutocorrectionThresholdUtils::calcNormalizedScore(const int *before, in calcNormalizedScore()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DValidatedEditTextPreferenceDialogFragment.java87 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
91 public void beforeTextChanged(CharSequence s, int start, int before, int count) { in beforeTextChanged()
/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/testing/
DTestLifecycleOwner.java43 protected void before() throws Throwable { in before() method in TestLifecycleOwner
/packages/inputmethods/LatinIME/native/jni/tests/utils/
Dautocorrection_threshold_utils_test.cpp26 int CalcEditDistance(const std::vector<int> &before, in CalcEditDistance()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DChannelSourcesTest.java37 public void before() throws Exception { in before() method in ChannelSourcesTest
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DBatteryStatsManagerTest.java201 private static boolean cellularBatteryStatsIncreased(CellularBatteryStats before, in cellularBatteryStatsIncreased()
209 private static boolean wifiBatteryStatsIncreased(WifiBatteryStats before, in wifiBatteryStatsIncreased()
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/
DAirplaneModeRule.java39 protected void before() throws Throwable { in before() method in AirplaneModeRule
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DBinaryDictionaryUtils.java46 private static native float calcNormalizedScoreNative(int[] before, int[] after, int score); in calcNormalizedScoreNative()
109 public static float calcNormalizedScore(final String before, final String after, in calcNormalizedScore()
/packages/apps/Settings/src/com/android/settings/widget/
DValidatedEditTextPreference.java120 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
124 public void beforeTextChanged(CharSequence s, int start, int before, int count) { in beforeTextChanged()
DUsageView.java129 public void setSideLabelWeights(float before, float after) { in setSideLabelWeights()
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsHistoryTest.java409 final NetworkStatsHistory before = new NetworkStatsHistory(MINUTE_IN_MILLIS, 40, FIELD_ALL); in testSerialize() local
536 NetworkStatsHistory stats, int before, int after, long time) { in assertIndexBeforeAfter()
541 private static long performVarLong(long before) throws Exception { in performVarLong()
DNetworkStatsTest.java222 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractIdenticalData() local
241 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractIdenticalRows() local
260 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractNewRows() local
282 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractMissingRows() local
457 final NetworkStats before = new NetworkStats(TEST_START, 3); in testRemoveUids() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java247 public void beforeTextChanged(CharSequence s, int start, int before, int after) { in beforeTextChanged()
251 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEchoingTextWatcher.java68 public void onTextChanged(final CharSequence s, final int start, final int before, in onTextChanged()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.kt94 val before = this.stopwatch in setStopwatch() constant
DTimerModel.kt226 val before = doUpdateTimer(timer) in updateTimer() constant
479 val before = timers[index] in doUpdateTimer() constant
/packages/inputmethods/LatinIME/native/jni/
Dcom_android_inputmethod_latin_BinaryDictionaryUtils.cpp60 jintArray before, jintArray after, jint score) { in latinime_BinaryDictionaryUtils_calcNormalizedScore()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DMessageComposerFragment.java104 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onTextChanged()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAllAppsSearchBarController.java80 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderNameEditText.java85 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DIncomingCallFilterGraph.java170 public static void addEdge(CallFilter before, CallFilter after) { in addEdge()
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/specialaccess/notificationaccess/
DTypeFilterPreferenceControllerTest.java194 NotificationListenerFilter before = new NotificationListenerFilter(4, new ArraySet<>()); in updateState_disabled_metaData_disableFilter_thisField_stateIsNotChecked() local
/packages/modules/SdkExtensions/tests/cts/Classpaths/src/android/os/ext/classpath/cts/
DClasspathsTest.java73 public void before() throws Exception { in before() method in ClasspathsTest

123