Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java57 long before = System.currentTimeMillis(); in testAddText() local
178 long before = System.currentTimeMillis(); in testAddEntriesInTheFuture() local
252 long before = System.currentTimeMillis(); in testIsTagEnabled() local
285 long before = System.currentTimeMillis(); in testGetNextEntry() local
344 long before = System.currentTimeMillis(); in testSizeLimits() local
439 long before = System.currentTimeMillis(); in testAgeLimits() local
717 int before = countOpenFiles(); in testDropBoxEntrySerializationDoesntLeakFileDescriptors() local
/frameworks/base/core/tests/coretests/src/android/net/
DNetworkStatsTest.java119 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractIdenticalData() local
135 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractIdenticalRows() local
151 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractNewRows() local
169 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractMissingRows() local
282 final NetworkStats before = new NetworkStats(TEST_START, 3) in testWithoutUid() local
DNetworkStatsHistoryTest.java381 final NetworkStatsHistory before = new NetworkStatsHistory(MINUTE_IN_MILLIS, 40, FIELD_ALL); in testSerialize() local
455 NetworkStatsHistory stats, int before, int after, long time) { in assertIndexBeforeAfter()
460 private static long performVarLong(long before) throws Exception { in performVarLong()
/frameworks/base/services/java/com/android/server/am/
DUriPermission.java139 final int before = persistedModeFlags; in takePersistableModes() local
151 final int before = persistedModeFlags; in releasePersistableModes() local
168 final int before = persistedModeFlags; in clearModes() local
/frameworks/base/core/java/android/text/
DTextWatcher.java40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged()
DDynamicLayout.java188 private void reflow(CharSequence s, int where, int before, int after) { in reflow()
640 private void reflow(CharSequence s, int where, int before, int after) { in reflow()
649 public void beforeTextChanged(CharSequence s, int where, int before, int after) { in beforeTextChanged()
653 public void onTextChanged(CharSequence s, int where, int before, int after) { in onTextChanged()
DSpannableStringBuilder.java950 private void sendBeforeTextChanged(TextWatcher[] watchers, int start, int before, int after) { in sendBeforeTextChanged()
958 private void sendTextChanged(TextWatcher[] watchers, int start, int before, int after) { in sendTextChanged()
/frameworks/av/media/libmedia/
DSingleStateQueue.cpp66 int32_t before = shared->mSequence; in poll() local
/frameworks/base/services/java/com/android/server/
DDiskStatsService.java57 long before = SystemClock.uptimeMillis(); in dump() local
/frameworks/base/tools/preload/
DRecord.java152 String before = result.substring(0, offset); in decode() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberFormattingTextWatcher.java89 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootCursorWrapper.java57 final String[] before = cursor.getColumnNames(); in RootCursorWrapper() local
/frameworks/base/core/java/com/android/internal/app/
DRestrictionsPinActivity.java148 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java177 public void onTextChanged(CharSequence s, int start, int before, in onTextChanged()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerView.java135 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardAccountView.java120 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
DKeyguardAbsKeyInputView.java239 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java245 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged()
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java77 int before, int count) { in onTextChanged()
/frameworks/base/core/java/android/webkit/
DFindActionModeCallback.java264 int before, in onTextChanged()
/frameworks/base/core/java/android/content/
DSyncRequest.java368 private void setupInterval(long at, long before) { in setupInterval()
/frameworks/volley/src/com/android/volley/toolbox/
DDiskBasedCache.java257 long before = mTotalSize; in pruneIfNeeded() local
/frameworks/base/core/java/android/text/format/
DTime.java618 public boolean before(Time that) { in before() method in Time
/frameworks/base/core/java/android/animation/
DAnimatorSet.java1126 public Builder before(Animator anim) { in before() method in AnimatorSet.Builder
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java346 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged()
349 mManager.updateSpanNextToCursor(getText(), start, before, after); in onTextChanged() local
350 mManager.updateSpanPreviousFromCursor(getText(), start, before, after); in onTextChanged() local
1321 updateSpanPreviousFromCursor(Editable txt, int start, int before, int after) { in updateSpanPreviousFromCursor()
1374 public void updateSpanNextToCursor(Editable txt, int start, int before, int after) { in updateSpanNextToCursor()

12