/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaTests.java | 74 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 …]
|
D | ValuesDeltaTests.java | 63 final ContentValues before = new ContentValues(); in testValuesDiffNone() local 75 final ContentValues before = new ContentValues(); in testValuesDiffUpdate() local
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | autocorrection_threshold_utils.cpp | 32 /* static */ int AutocorrectionThresholdUtils::editDistance(const int *before, in editDistance() 70 /* static */ float AutocorrectionThresholdUtils::calcNormalizedScore(const int *before, in calcNormalizedScore()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | OnSilentSettingsListener.java | 24 void onSilentSettingsChange(DataModel.SilentSetting before, DataModel.SilentSetting after); in onSilentSettingsChange()
|
D | StopwatchListener.java | 28 void stopwatchUpdated(Stopwatch before, Stopwatch after); in stopwatchUpdated()
|
D | TimerListener.java | 33 void timerUpdated(Timer before, Timer after); in timerUpdated()
|
D | TimerModel.java | 260 final Timer before = doUpdateTimer(timer); in updateTimer() local 524 final Timer before = timers.get(index); in doUpdateTimer() local 701 private void updateRinger(Timer before, Timer after) { in updateRinger()
|
D | StopwatchModel.kt | 94 val before = this.stopwatch in setStopwatch() constant
|
D | TimerModel.kt | 226 val before = doUpdateTimer(timer) in updateTimer() constant 479 val before = timers[index] in doUpdateTimer() constant
|
/packages/inputmethods/LatinIME/native/jni/tests/utils/ |
D | autocorrection_threshold_utils_test.cpp | 26 int CalcEditDistance(const std::vector<int> &before, in CalcEditDistance()
|
/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/testing/ |
D | TestLifecycleOwner.java | 44 protected void before() throws Throwable { in before() method in TestLifecycleOwner
|
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
D | ChannelSourcesTest.java | 37 public void before() throws Exception { in before() method in ChannelSourcesTest
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ValidatedEditTextPreferenceDialogFragment.java | 87 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | BinaryDictionaryUtils.java | 46 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/ |
D | ValidatedEditTextPreference.java | 120 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()
|
D | UsageView.java | 118 public void setSideLabelWeights(float before, float after) { in setSideLabelWeights()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | ValidatedEditTextPreference.java | 120 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()
|
D | UsageView.java | 118 public void setSideLabelWeights(float before, float after) { in setSideLabelWeights()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapActivity.java | 256 public void beforeTextChanged(CharSequence s, int start, int before, int after) { in beforeTextChanged() 260 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
D | EchoingTextWatcher.java | 68 public void onTextChanged(final CharSequence s, final int start, final int before, in onTextChanged()
|
/packages/apps/DeskClock/src/com/android/deskclock/controller/ |
D | ShortcutController.java | 165 public void stopwatchUpdated(Stopwatch before, Stopwatch after) { in stopwatchUpdated()
|
/packages/inputmethods/LatinIME/native/jni/ |
D | com_android_inputmethod_latin_BinaryDictionaryUtils.cpp | 60 jintArray before, jintArray after, jint score) { in latinime_BinaryDictionaryUtils_calcNormalizedScore()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
D | MessageComposerFragment.java | 104 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onTextChanged()
|
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/ |
D | IncomingCallFilterGraph.java | 166 public static void addEdge(CallFilter before, CallFilter after) { in addEdge()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/ |
D | RootCursorWrapper.java | 61 final String[] before = cursor.getColumnNames(); in RootCursorWrapper() local
|