| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The new flag, DISABLE_NOTIFICATION_TICKER, will be used by
the car dock app (in conjunction with DISABLE_EXPAND) to
minimize distractions to the driver.
It may also be used by the secure lockscreen to avoid
leaking personal information when the screen is on but the
device is locked (e.g. when the desk dock app is running).
Change-Id: Ibc8efde7da7501767163ae0a75f7c369b824e2a2
|
|\ \
| |/
|/| |
|
| | |
|
| |
| |
| |
| |
| |
| | |
informed of it's destruction.
Change-Id: I00002f53ec52c6056df4d7ddeec7cf0957423bd6
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
The steps to reproduce this were kind of interesting. You needed to have
a notification with a bogus RemoteViews in the first position in the list,
and then have another notification come in with an earlier timestampe. In
that case, it would get a bad index for the new (not bogus) view that was
being added.
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
This only tests stuff that's already better tested in dalvik/libcore, plus
private ICU API (RuleBasedNumberFormat) we'd like to remove, and that this
is the only caller of.
|
|/
|
|
|
|
|
|
| |
As part of this, make it possible for DRT to configure the timeout threshold between sending touch events to WebCore as the Layout Tests only synthesize single events, not a stream. Because of this, they often get dropped by the WebView for coming too quickly.
Skip the multi touch test as we don't support multi touch in the Browser.
Change-Id: I7b9830f43181fea33206825b49ef2e294269b4dd
|
|
|
|
|
|
|
|
|
| |
sources.
Most of these are file moves; a couple notable exceptions are the changes due to the move, and fixing up test code:
- database/DatabaseCursorTest.java
- database/DatabaseStatementTest.java
- net/UriTest.java
|
| |
|
|
|
|
|
|
| |
closer to their sources in core.
In addition to the file moves, the package names of the tests have been updated and adjusted to match their new locations.
|
|
|
|
| |
Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.
|
|\ |
|
| | |
|
|\ \
| |/
|/|
| | |
add test class"
|
| |
| |
| |
| | |
class
|
| |
| |
| |
| |
| |
| |
| | |
moved SyncQueue and SyncOperation into their own top-level classes
to ease maintainability and testing6
removed some dead code
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This now lives in the vendor/google directory alongside
GoogleLoginService itself.
Change-Id: Ic934fa563cdad965e5f95c2f6da407ea720bc0bf
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
activity recreation." into eclair
Merge commit 'e0aed796f03b080dabae6be0803d4ead1b3260a0'
* commit 'e0aed796f03b080dabae6be0803d4ead1b3260a0':
Prevent orientation change from triggering activity recreation.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
recreation." into eclair
Merge commit 'ccec75e7a842f8ba26617406768206eb3be32222' into eclair-plus-aosp
* commit 'ccec75e7a842f8ba26617406768206eb3be32222':
Prevent orientation change from triggering activity recreation.
|
| | | | |
|
|\ \ \ \ |
|
| | |_|/
| |/| |
| | | |
| | | | |
Change-Id: I79f4ff658ab136adcc54c432db76f34d2de5f6ac
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | | |
the current time. Use that for notifications instead of a TextView that doesn't ever update."
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
current time. Use that for notifications instead of a TextView that
doesn't ever update.
BUG 1563917
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | |
| | |
| | |
| | |
| | | |
ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair
Merge commit 'b5a5a39716502be2cd325a6f9b393e155c0636ee'
* commit 'b5a5a39716502be2cd325a6f9b393e155c0636ee':
TransformGestureDetector is now ScaleGestureDetector - scope reduced.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair
Merge commit '56a17690b0b9dc2a2e15ef38a37cc4c403c614fe' into eclair-plus-aosp
* commit '56a17690b0b9dc2a2e15ef38a37cc4c403c614fe':
TransformGestureDetector is now ScaleGestureDetector - scope reduced.
|
| | |
| | |
| | |
| | | |
N1 screen can't reliably handle translation and scaling at the same time.
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Month should be n-1 from input and timezone is already normalized to
UTC.
Change-Id: I030c6444f92b96f85acea81f1675edf061bb5451
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
this is a clone of https://android-git.corp.google.com/g/#change,35174.
if the cache is full to its capacity and if a new statement is to be cached,
one of the entries in the cache is thrown out to make room for the new one.
but the one that is thrown out doesn't get deallocated by SQLiteProgram
because it doesn't know that it should.
fixed this by having SQLiteProgram finalize its sql statement in
releaseReference*() methods, if the statement is not in cache.
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This file is basically just a wrapper around AndroidTest, which is going away as part of framework test cleanup.
AndroidTests.java is just a wrapper around all the actual tests, so can be removed as well.
|
|\ \ \ \ \ |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
First phase of cleanup: removing duplicate files that already exist in CTS.
DatabaseTests.java and ContentTests.java are modified to remove entries
of deleted files, the remaining files are deleted duplicates.
|
|\ \ \ \ \ |
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
NeighboringCellInfoTest.java is already included in CTS, so removing this one under frameworks.
|
|\ \ \ \ \ |
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
CookieTest.java is already included in CTS, so removing this one under frameworks.
|
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Modified VelocityTracker to track multiple pointers Added TransformTest
Merge commit '202a6734fd39289257955d404edf7a1165f6e480'
* commit '202a6734fd39289257955d404edf7a1165f6e480':
Added TransformGestureDetector (still in progress)
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
VelocityTracker to track multiple pointers Added TransformTest
Merge commit '8acdb201bdad2cd03c07ebad9cda29f7971ed164' into eclair-plus-aosp
* commit '8acdb201bdad2cd03c07ebad9cda29f7971ed164':
Added TransformGestureDetector (still in progress)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Modified VelocityTracker to track multiple pointers
Added TransformTest
|
| | | |
| | | |
| | | |
| | | | |
Bug: #2361749.
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I61bdb05a2526523700c2833154d5a4133881ef10
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ie2dfb99a2b42b2cc9310b858c044d8684e3493fa
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(better) EventLog test in CTS.
Fix some minor errors in the handling of too-large event log values.
|