Home
last modified time | relevance | path

Searched defs:before (Results 1 – 25 of 43) 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.java121 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractIdenticalData() local
137 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractIdenticalRows() local
153 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractNewRows() local
171 final NetworkStats before = new NetworkStats(TEST_START, 2) in testSubtractMissingRows() local
284 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
489 NetworkStatsHistory stats, int before, int after, long time) { in assertIndexBeforeAfter()
494 private static long performVarLong(long before) throws Exception { in performVarLong()
/frameworks/base/services/core/java/com/android/server/am/
DUriPermission.java151 final int before = persistedModeFlags; in takePersistableModes() local
166 final int before = persistedModeFlags; in releasePersistableModes() local
187 final int before = persistedModeFlags; in revokeModes() local
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java295 public static void setListener(TextView view, BeforeTextChanged before) { in setListener()
305 public static void setListener(TextView view, final BeforeTextChanged before, in setListener()
311 public static void setListener(TextView view, final BeforeTextChanged before, in setListener()
323 public static void setListener(TextView view, final BeforeTextChanged before, in setListener()
370 void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DDefaultItemAnimatorTest.java209 …public void cancelTest(boolean before, int count, final RecyclerView.ViewHolder... toCancel) throw… in cancelTest()
266 public void cancelChangeOldTest(boolean before) throws Throwable { in cancelChangeOldTest()
282 public void cancelChangeNewTest(boolean before) throws Throwable { in cancelChangeNewTest()
298 public void cancelChangeBothTest(boolean before) throws Throwable { in cancelChangeBothTest()
DLinearLayoutManagerTest.java425 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest() local
1012 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedStateTest() local
1105 public void assertRectSetsNotEqual(String message, Map<Item, Rect> before, in assertRectSetsNotEqual()
1116 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) { in assertRectSetsEqual()
1120 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after, in assertRectSetsEqual()
DStaggeredGridLayoutManagerTest.java875 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in testSpanReassignmentsOnItemChange() local
1192 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedStateTest() local
1281 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest() local
1555 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scollByTest() local
1649 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in consistentRelayoutTest() local
1692 public void assertRectSetsNotEqual(String message, Map<Item, Rect> before, in assertRectSetsNotEqual()
1703 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) { in assertRectSetsEqual()
1707 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after, in assertRectSetsEqual()
1756 void before(RecyclerView.Recycler recycler, RecyclerView.State state) { in before() method in StaggeredGridLayoutManagerTest.OnLayoutListener
1798 String before; in onLayoutChildren() local
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
DSubActivity.java30 long before = SystemClock.currentThreadTimeMillis(); in onCreate() local
/frameworks/base/core/java/android/text/
DTextWatcher.java40 public void onTextChanged(CharSequence s, int start, int before, int count); in onTextChanged()
DDynamicLayout.java193 private void reflow(CharSequence s, int where, int before, int after) { in reflow()
658 private void reflow(CharSequence s, int where, int before, int after) { in reflow()
667 public void beforeTextChanged(CharSequence s, int where, int before, int after) { in beforeTextChanged()
671 public void onTextChanged(CharSequence s, int where, int before, int after) { in onTextChanged()
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java56 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.java87 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/av/include/media/
DSingleStateQueue.h120 int32_t before = shared->mSequence; in poll() local
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DChildHelper.java435 final long before = mData & mask; in insert() local
459 final long before = mData & mask; in remove() local
DLinearSmoothScroller.java251 final int before = tmpDt; in clampApplyScroll() local
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
DCameraTooTest.java142 private static <T> Set<T> newlyAddedElements(Set<T> before, Set<T> after) { in newlyAddedElements()
/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/
DKeyguardPasswordView.java305 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/frameworks/base/core/java/android/text/method/
DPasswordTransformationMethod.java76 int before, int count) { in onTextChanged()
/frameworks/base/core/java/android/content/
DSyncRequest.java320 private void setupInterval(long at, long before) { in setupInterval()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java248 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged()

12