Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
a4433af5ac677be7c1f63447c0cd78829bdee159
/
test-runner
a8db0a4
Fix bug 2056252: android.test.AndroidTestRunnerTest:testRunTestWithNullListener is failing
by Jack Wang
· 15 years ago
766cbfe
Add new API to compare certs of two UIDs.
by Dianne Hackborn
· 15 years ago
44a29dd
Adding "test context" to AndroidTestCase
by Dmitri Plotnikov
· 15 years ago
bfefdcd
Merge change 8886
by Android (Google) Code Review
· 15 years ago
04cc0e1
Fix broken calendar tests.
by Ken Shirriff
· 15 years ago
02f5228
resolved conflicts for merge of f0d83fd9 to master
by Dianne Hackborn
· 15 years ago
7f20543
Updates from API review.
by Dianne Hackborn
· 15 years ago
54a16f0
Add getCacheDir() to RenamingDelegatingContext.
by Andrew Stadler
· 15 years ago
70277a2
Merge change 6223
by Android (Google) Code Review
· 15 years ago
a2b5dab
am 870e09fc: Fixes #1963229. Introduces Context#isRestricted().
by Romain Guy
· 15 years ago
870e09f
Fixes #1963229. Introduces Context#isRestricted().
by Romain Guy
· 15 years ago
3b95f53
Changes for new sync.
by Ken Shirriff
· 15 years ago
f888bc4
am 441cb04e: Merge change 5732 into donut
by Android (Google) Code Review
· 15 years ago
97eb32e
Fix assertContentsInOrder (bug 1790350).
by Karl Rosaen
· 15 years ago
b09296d
Add missing filename remap to RenamingDelegatingContext
by Andrew Stadler
· 15 years ago
ac9385e
- clean up the sync settings names to:
by Fred Quintana
· 15 years ago
c73e9ad
am bc806f65: Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage.
by Suchi Amalapurapu
· 15 years ago
bc806f6
Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage.
by Suchi Amalapurapu
· 15 years ago
8dbbe3b
am 63e7155c: Merge change 4696 into donut
by Android (Google) Code Review
· 15 years ago
5c1e00b
Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo.
by Dianne Hackborn
· 15 years ago
abb01db
am c14b9ccd: Extend Intent/Uri conversion for use by Browser
by Dianne Hackborn
· 15 years ago
c14b9cc
Extend Intent/Uri conversion for use by Browser
by Dianne Hackborn
· 15 years ago
e1fae30
Merge commit '0781df94' into manualmerge
by Suchi Amalapurapu
· 15 years ago
1ccac75
Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app
by Suchi Amalapurapu
· 15 years ago
bf85d63
am 78f0f8cb: Merge changes 3953,3954 into donut
by Android (Google) Code Review
· 15 years ago
23ecae3
Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.
by Joe Onorato
· 15 years ago
342d59d
am 9189cabb: * Moved supports-density tag under manifest * Refactored Compatibility code * Added CompatibilityInfo class * Removed getApplicationScale from Context * Added Resources#getCompatibilityInfo so that RootView can get the compatibility info w/o going through Context * Expandable support * Added expandable tag under manifest * Old application w/o expandable is given the default screen size ([320, 480] x density). * The non-expandable window is centered.
by Mitsuru Oshima
· 15 years ago
9189cab
* Moved supports-density tag under manifest
by Mitsuru Oshima
· 15 years ago
ae8c5b8
am 8dbe612d: Adding internal method replacePreferredActivity.
by Satish Sampath
· 15 years ago
8dbe612
Adding internal method replacePreferredActivity.
by Satish Sampath
· 15 years ago
03d9490
- create a new generic ISyncAdapter implementation, SyncAdapterNew
by Fred Quintana
· 15 years ago
8c5e96f
am ecad93e5: Merge change 2685 into donut
by Android (Google) Code Review
· 15 years ago
51e0364
Change code coverage to write to app data folder rather than sdcard.
by Brett Chabot
· 15 years ago
8943737
add ipc support to batching
by Fred Quintana
· 15 years ago
9b1e140
am 8c690ea9: Merge change 2182 into donut
by Android (Google) Code Review
· 15 years ago
fd6e5f0
location: Replace ILocationCollector interface with new ILocationProvider method
by Mike Lockwood
· 15 years ago
dd6face
am eae850ce: Allow intent resolution to be constrained by package name.
by Mihai Preda
· 15 years ago
eae850c
Allow intent resolution to be constrained by package name.
by Mihai Preda
· 16 years ago
6a8d5332f
content provider entities
by Fred Quintana
· 16 years ago
d2b4929
am ade3eca: Implement issue #1783881 (manifest option for adb-install-on
by Dianne Hackborn
· 16 years ago
ade3eca
Implement issue #1783881 (manifest option for adb-install-only apps)
by Dianne Hackborn
· 16 years ago
c64322c
PackageManager keeps track of who installed what.
by Jacek Surazski
· 16 years ago
65e1317
PackageManager keeps track of who installed what.
by Jacek Surazski
· 16 years ago
158b212
am f792fc5: Merge change 1150 into donut
by Android (Google) Code Review
· 16 years ago
0528b9b
location: Location Manager wakelock cleanup
by Mike Lockwood
· 16 years ago
7a13559
merged 231cc608d06ffc31c24bf8aa8c8275bdd2636581
by Dianne Hackborn
· 16 years ago
231cc60
Rewrite SyncStorageEngine to use flat files and in-memory data structures.
by Dianne Hackborn
· 16 years ago
e90c0da
am 275555c: location: Add support for location providers outside of the
by Mike Lockwood
· 16 years ago
275555c
location: Add support for location providers outside of the system process.
by Mike Lockwood
· 16 years ago
ac7a3de
am 15e3d0f: location: Use ILocationProvider Binder interface for all loc
by Mike Lockwood
· 16 years ago
15e3d0f
location: Use ILocationProvider Binder interface for all location providers.
by Mike Lockwood
· 16 years ago
718d8a2
decouple SyncAdapter from ContentProvider
by Fred Quintana
· 16 years ago
e07cd1a
am 19aa8e0: am b867019: AI 147725: Some fixes for the CTS test runner. O
by Jorg Pleumann
· 16 years ago
c2839e0
am 13735a2: Merge branch \'readonly-p4-donut\' into donut
by Mitsuru Oshima
· 16 years ago
05d0243
am 79762a3: location: Move DummyLocationProvider.java and LocationProvid
by Mike Lockwood
· 16 years ago
19aa8e0
am b867019: AI 147725: Some fixes for the CTS test runner. One is a
by Jorg Pleumann
· 16 years ago
13735a2
Merge branch 'readonly-p4-donut' into donut
by Mitsuru Oshima
· 16 years ago
8169dae
AI 147976: Compatibility mode support. Part 2.
by Mitsuru Oshima
· 16 years ago
79762a3
location: Move DummyLocationProvider.java and LocationProviderImpl.java to the internal package.
by Mike Lockwood
· 16 years ago
0eabf02
change the IsolatedContext to have a test version of the AccountManager that has no IBinder to the AccountManagerService.
by Fred Quintana
· 16 years ago
b867019
AI 147725: Some fixes for the CTS test runner. One is a
by Jorg Pleumann
· 16 years ago
d9d2f11
change the sync framework and users to understand Account
by Fred Quintana
· 16 years ago
72d5de7
AI 147169: am: CL 147167 am: CL 147162 Emphasize in the javadoc that the "pkg" parameters to
by Andy Stadler
· 16 years ago
df2a463
AI 147167: am: CL 147162 Emphasize in the javadoc that the "pkg" parameters to
by Andy Stadler
· 16 years ago
54bd245
AI 147162: Emphasize in the javadoc that the "pkg" parameters to
by Andy Stadler
· 16 years ago
7d41b8c
AI 146828: am: CL 146743 am: CL 146711 Enhancing the test runner. Now it filters BrokenTests and only executes tests
by Urs Grob
· 16 years ago
da13ef5
AI 146743: am: CL 146711 Enhancing the test runner. Now it filters BrokenTests and only executes tests
by Urs Grob
· 16 years ago
358d230
AI 146711: Enhancing the test runner. Now it filters BrokenTests and only executes tests
by Urs Grob
· 16 years ago
935ae46
AI 145994: Integrate #145778 from Donut.
by Dianne Hackborn
· 16 years ago
f8a7cea
AI 145778: Manual merge changes 145382-145384 from cupcake.
by Andy Stadler
· 16 years ago
48276ab
AI 145383: API review: clean up a bunch of @hides that have been pending API review.
by Dianne Hackborn
· 16 years ago
f6f9792
AI 144453: am: CL 144452 More Location Manager cleanup:
by Mike Lockwood
· 16 years ago
4e50b78
AI 144452: More Location Manager cleanup:
by Mike Lockwood
· 16 years ago
ff51fe2
AI 144107: am: CL 144098 am: CL 144093 Fix NPE in ActivityUnitTestCase.
by Brett Chabot
· 16 years ago
79ad626
AI 144098: am: CL 144093 Fix NPE in ActivityUnitTestCase.
by Brett Chabot
· 16 years ago
9a89f14
AI 144093: Fix NPE in ActivityUnitTestCase. BUG=1751731
by Brett Chabot
· 16 years ago
2c62f84
AI 143872: am: CL 143870 am: CL 143869 Change InstrumentationTestRunner so all tests in the application are run when no other arguments are supplied, instead of running only tests in the app's package.
by Brett Chabot
· 16 years ago
61b10ac
AI 143870: am: CL 143869 Change InstrumentationTestRunner so all tests in the application are run when no other arguments are supplied, instead of running only tests in the app's package.
by Brett Chabot
· 16 years ago
a1d701e
AI 143869: Change InstrumentationTestRunner so all tests in the application are run when no other arguments are supplied, instead of running only tests in the app's package.
by Brett Chabot
· 16 years ago
9066cfe
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
d83a98f
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
076357b
auto import from //depot/cupcake/@132589
by The Android Open Source Project
· 16 years ago
3dec7d5
auto import from //depot/cupcake/@137055
by The Android Open Source Project
· 16 years ago
3001a03
auto import from //branches/cupcake/...@132276
by The Android Open Source Project
· 16 years ago
d24b818
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
f1e484a
auto import from //branches/cupcake/...@127436
by The Android Open Source Project
· 16 years ago
b798689
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 16 years ago
f013e1a
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
54b6cfa
Initial Contribution
by The Android Open Source Project
· 16 years ago