Home
last modified time | relevance | path

Searched defs:after (Results 1 – 25 of 67) sorted by relevance

123

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dautocorrection_threshold_utils.cpp33 const int beforeLength, const int *after, const int afterLength) { in editDistance()
71 const int beforeLength, const int *after, const int afterLength, const int score) { in calcNormalizedScore()
/packages/apps/Car/libs/car-arch-common/src/com/android/car/arch/common/testing/
DTestLifecycleOwner.java49 protected void after() { in after() method in TestLifecycleOwner
/packages/inputmethods/LatinIME/native/jni/tests/utils/
Dautocorrection_threshold_utils_test.cpp27 const std::vector<int> &after) { in CalcEditDistance()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DBatteryStatsManagerTest.java202 CellularBatteryStats after) { in cellularBatteryStatsIncreased()
210 WifiBatteryStats after) { in wifiBatteryStatsIncreased()
/packages/apps/Settings/
Dwrap_alpha.py13 after = before.replace(".png", "_alpha.png") variable
/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/actions/
DInputSetupActionUtilsTest.java64 Intent after = new Intent("after"); in getExtraActivityAfter_activityAfter() local
72 Intent after = new Intent("google_setup"); in getExtraActivityAfter_googleActivityAfter() local
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/
DAirplaneModeRule.java45 protected void after() { in after() 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/Contacts/tests/src/com/android/contacts/model/
DValuesDeltaTests.java44 final ContentValues after = new ContentValues(); in testValuesDiffInsert() local
DRawContactDeltaTests.java324 final ContentValues after = new ContentValues(); in testEntityDiffInsert() local
346 final ContentValues after = new ContentValues(); in testEntityDiffInsertInsert() local
/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/
DEpgInputWhiteListTest.java56 public void after() { in after() method in EpgInputWhiteListTest
DEpgFetcherImplTest.java183 public void after() { in after() method in EpgFetcherImplTest
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEchoingTextWatcher.java64 final int after) { in beforeTextChanged()
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsTest.java226 final NetworkStats after = new NetworkStats(TEST_START, 2) in testSubtractIdenticalData() local
245 final NetworkStats after = new NetworkStats(TEST_START, 2) in testSubtractIdenticalRows() local
264 final NetworkStats after = new NetworkStats(TEST_START, 3) in testSubtractNewRows() local
286 final NetworkStats after = new NetworkStats(TEST_START, 1) in testSubtractMissingRows() local
460 NetworkStats after = before.clone(); in testRemoveUids() local
DNetworkStatsHistoryTest.java420 final NetworkStatsHistory after = new NetworkStatsHistory(new DataInputStream(in)); in testSerialize() local
536 NetworkStatsHistory stats, int before, int after, long time) { in assertIndexBeforeAfter()
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/homescreen/audio/
DMediaViewModelTest.java92 public void after() { in after() method in MediaViewModelTest
/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.java101 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in beforeTextChanged()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DIncomingCallFilterGraph.java170 public static void addEdge(CallFilter before, CallFilter after) { in addEdge()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageView.java129 public void setSideLabelWeights(float before, float after) { in setSideLabelWeights()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java193 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRenameDialogFragment.java158 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
/packages/apps/Car/libs/car-ui-lib/paintbooth/src/main/java/com/android/car/ui/paintbooth/toolbar/
DToolbarActivity.java466 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
/packages/services/BuiltInPrintService/src/com/android/bips/ui/
DAddManualPrinterDialog.java173 public void beforeTextChanged(CharSequence charSequence, int start, int count, int after) { in beforeTextChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java247 public void beforeTextChanged(CharSequence s, int start, int before, int after) { in beforeTextChanged()

123