/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
D | RawContactDeltaTests.java | 78 final RawContact before = new RawContact(contact); in getRawContact() local 90 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesNone() local 100 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesInsert() local 118 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesUpdate() local 132 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testParcelChangesDelete() local 145 final ContentValues before = new ContentValues(); in testValuesDiffDelete() local 166 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNone() local 177 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneInsert() local 217 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffUpdateInsert() local 266 final RawContact before = getRawContact(mContext, TEST_CONTACT_ID, TEST_PHONE_ID); in testEntityDiffNoneUpdate() local [all …]
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
D | ValuesDeltaTests.java | 64 final ContentValues before = new ContentValues(); in testValuesDiffNone() local 76 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/inputmethods/LatinIME/native/jni/tests/utils/ |
D | autocorrection_threshold_utils_test.cpp | 26 int CalcEditDistance(const std::vector<int> &before, in CalcEditDistance()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerListener.java | 33 void timerUpdated(Timer before, Timer after); in timerUpdated()
|
D | TimerModel.java | 240 final Timer before = doUpdateTimer(timer); in updateTimer() local 423 final Timer before = timers.get(index); in doUpdateTimer() local 561 private void updateRinger(Timer before, Timer after) { in updateRinger()
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/ |
D | AccountTests.java | 44 final Account before = Account.builder().buildFrom(dest, null); in testSerializeDeserialize() local
|
/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/Email/tests/src/com/android/emailcommon/provider/ |
D | AccountTest.java | 81 final Account before = new Account(); in testSerializeAndDeserializeWithJSON() local
|
D | HostAuthTests.java | 254 final HostAuth before = new HostAuth(); in testSerializeAndDeserializeWithJSON() local
|
/packages/experimental/RpcPerformance/ |
D | rpcperftest.cpp | 80 struct timespec before, after; in main() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapActivity.java | 275 public void beforeTextChanged(CharSequence s, int start, int before, int after) { in beforeTextChanged() 278 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntityDiff.java | 46 public static EntityDiff buildDiff(Entity before, Entity after, Uri targetUri, in buildDiff()
|
/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/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothNameDialogFragment.java | 211 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
D | BluetoothPairingDialog.java | 457 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | ExpiredTimersActivity.java | 261 public void timerUpdated(Timer before, Timer after) { in timerUpdated()
|
D | TimerPagerAdapter.java | 152 public void timerUpdated(Timer before, Timer after) { in timerUpdated()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsSearchBarController.java | 84 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
D | EditTextFragment.java | 136 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiApDialog.java | 235 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | BlockedNumbersActivity.java | 268 public void onTextChanged(CharSequence text, int start, int before, int count) { in onTextChanged()
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
D | SendersFormattingTests.java | 98 final ConversationInfo before = createConversationInfo(); in testSenderNameBadInput() local 113 final ConversationInfo before = new ConversationInfo(42, 49, first, firstUnread, last); in testConversationSnippetsBadInput() local
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LabelDialogFragment.java | 156 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactRecipientAutoCompleteView.java | 74 public void onTextChanged(final CharSequence s, final int start, final int before, in onTextChanged()
|