Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
frameworks
/
base
/
e44dae77f2510a19ed941e221afd683ccbe80bdf
/
test-runner
559321a
Merge "Add ArrayUtils methods and tests for consumption by KeySet code."
by dcashman
· 10 years ago
874d0d4
Add ArrayUtils methods and tests for consumption by KeySet code.
by dcashman
· 10 years ago
43e1565
am 9a78d4de: Merge "Per-app media directories on external storage." into lmp-preview-dev
by Jeff Sharkey
· 10 years ago
2ee3c1e
Per-app media directories on external storage.
by Jeff Sharkey
· 10 years ago
8194899
Rename code related to cross-profile intents.
by Nicolas Prevot
· 10 years ago
3cf7572
Variant of sendBroadcast with appOp flag for cross-user.
by Amith Yamasani
· 10 years ago
3a44f3f
Initial support for split APKs, PackageInstaller.
by Jeff Sharkey
· 11 years ago
c79586e
Cleaning code related to the forwarding intent filters.
by Nicolas Prevot
· 11 years ago
68b9d97
am 9e99cab7: am 970417c7: Added getLeanbackLaunchIntentForPackage()
by Jose Lima
· 11 years ago
970417c
Added getLeanbackLaunchIntentForPackage()
by Jose Lima
· 11 years ago
f1977b4
Expand install observer semantics
by Christopher Tate
· 11 years ago
7629a18
Revert "Expand install observer semantics"
by Glenn Kasten
· 11 years ago
ab8a501
Expand install observer semantics
by Christopher Tate
· 11 years ago
92703e6
resolved conflicts for merge of 4882ddfa to master
by Jose Lima
· 11 years ago
f78e312
Add banner attribute to app manifest
by Jose Lima
· 11 years ago
8a985d2
Tabs -> spaces in frameworks/base.
by John Spurlock
· 11 years ago
ac6b332
am e014eb63: am fc6b772f: am bf6d0797: am 2f1c2e32: am 3126ce6e: Merge "docs: Fixed typo in InstrumentationTestRunner page. Bug: 11386360" into klp-docs
by quddusc
· 11 years ago
e8df6f4
docs: Fixed typo in InstrumentationTestRunner page. Bug: 11386360
by quddusc
· 11 years ago
6090995
Remove unused imports from frameworks/base.
by John Spurlock
· 11 years ago
1804e25
Set mServiceCreated to false when onDestroy().
by Mathew Inwood
· 11 years ago
85f5f81
Add <intent-filter> support to <provider>.
by Jeff Sharkey
· 11 years ago
a2a0850
Add hidden API for querying available 'home' activities
by Christopher Tate
· 11 years ago
95d7853
Fix issue #10688644: Java crash in com.android.phone:
by Dianne Hackborn
· 11 years ago
38ed2a4
Work on issue #10130785: Restore silence and vibrate settings...
by Dianne Hackborn
· 11 years ago
bd3b902
Add CancellationSignal support to file operations.
by Jeff Sharkey
· 11 years ago
7f392de
Catch a few extra users of UserEnvironment.
by Jeff Sharkey
· 11 years ago
655d0e2
Single-user restrictions
by Amith Yamasani
· 11 years ago
48d0d18
Add activity token to display system.
by Craig Mautner
· 11 years ago
c87c92e
Add API to retrieve cursor notification URI.
by Dianne Hackborn
· 11 years ago
334d9ae
New ContentProvider initialization for testing.
by Dianne Hackborn
· 12 years ago
a75a883
Add explicit userId to AppWidget binder calls
by Jim Miller
· 12 years ago
f51f612
App ops: new operations for SMS.
by Dianne Hackborn
· 12 years ago
3a34d17
Fixing the build
by Svetoslav
· 12 years ago
80943d8
Adding UI test automation APIs.
by Svetoslav Ganov
· 12 years ago
d8e1dbb
Rework ParceledListSlice to be much easier to use.
by Dianne Hackborn
· 12 years ago
66a017b
Always give ContentResolver a valid Context.
by Jeff Sharkey
· 12 years ago
2125dd5
Merge "AppOps: fix nested op tracking, new API to get apps using permissions."
by Dianne Hackborn
· 12 years ago
e799175
AppOps: fix nested op tracking, new API to get apps using permissions.
by Dianne Hackborn
· 12 years ago
d4fe37b
Merge "Rename bindService to bindServiceAsUser to follow convention."
by Amith Yamasani
· 12 years ago
27b89e6
Rename bindService to bindServiceAsUser to follow convention.
by Amith Yamasani
· 12 years ago
35654b6
More work on App Ops service.
by Dianne Hackborn
· 12 years ago
a06de0f
New "app ops" service.
by Dianne Hackborn
· 12 years ago
7b172a4
am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"
by Kenny Root
· 12 years ago
58ed5d7
am 768d9e1a: Merge "Correct executable bit for source files"
by Kenny Root
· 12 years ago
3a084af
Correct executable bit for source files
by Kenny Root
· 12 years ago
41e173d
Remove erroneous override of package-private method.
by Brett Chabot
· 12 years ago
98edc95
Load resources for the correct user
by Amith Yamasani
· 12 years ago
11820f7
Merge "Allow acquiring ContentProviders across users." into jb-mr1-dev
by Jeff Sharkey
· 12 years ago
6d51571
Allow acquiring ContentProviders across users.
by Jeff Sharkey
· 12 years ago
58d37b5
Multi-user support for the accessibility layer.
by Svetoslav Ganov
· 12 years ago
151ec4c
More multi-user methods in PM
by Amith Yamasani
· 12 years ago
20e8098
Add registering for explicit users.
by Dianne Hackborn
· 12 years ago
a492c3a
Initial draft of high-level multi-display APIs.
by Jeff Brown
· 12 years ago
f203aee
Enforce permissions for calls with specified userId
by Amith Yamasani
· 12 years ago
5ac72a2
Improve multi-user broadcasts.
by Dianne Hackborn
· 12 years ago
7767eac
Keep track of whether an app is installed for each user.
by Dianne Hackborn
· 12 years ago
d9ef3e5
Allow verifiers to extend timeout
by rich cannings
· 12 years ago
0c38049
Improve multi-user app management.
by Dianne Hackborn
· 12 years ago
706e8ba
Pass URLs to package verifiers
by rich cannings
· 12 years ago
98365d7
Refactor for multi-display support.
by Jeff Brown
· 12 years ago
79af1dd
Switch public APIs to use new UserHandle class for identifying users.
by Dianne Hackborn
· 12 years ago
756220b
Add API to create new contexts with custom configurations.
by Dianne Hackborn
· 12 years ago
258848d
User Manager service to manage users and query user details
by Amith Yamasani
· 12 years ago
a56d9ce
Merge "Revert "Pass URLs to package verifiers"" into jb-mr1-dev
by Rich Cannings
· 12 years ago
e1d7c71
Revert "Pass URLs to package verifiers"
by Rich Cannings
· 12 years ago
5379158
Merge "More mult-user API work." into jb-mr1-dev
by Dianne Hackborn
· 12 years ago
7d19e02
More mult-user API work.
by Dianne Hackborn
· 12 years ago
b53e9b4
am a8583c29: am 40eee61e: docs: fix broken links and update sitemap text file
by Scott Main
· 12 years ago
40eee61
docs: fix broken links and update sitemap text file
by Scott Main
· 12 years ago
329465c
Merge "Add APIs for interacting across users." into jb-mr1-dev
by Dianne Hackborn
· 12 years ago
b4163a6
Add APIs for interacting across users.
by Dianne Hackborn
· 12 years ago
2471390
Pass URLs to package verifiers
by rich cannings
· 12 years ago
54da5b5
am dd4448ef: am 32189e26: Merge "misc doc bug fixes" into jb-dev
by Scott Main
· 12 years ago
ddd8872
am 71930dd7: am a45746ef: Fix several cases of broken droiddoc syntax external issue 35214
by Jeff Smith
· 12 years ago
32189e2
Merge "misc doc bug fixes" into jb-dev
by Scott Main
· 12 years ago
a45746e
Fix several cases of broken droiddoc syntax external issue 35214
by Jeff Smith
· 12 years ago
fe3b1cb
misc doc bug fixes
by Scott Main
· 12 years ago
adba6ff
am 101a120c: am 9be0105f: docs: fix several links
by Scott Main
· 12 years ago
9be0105
docs: fix several links
by Scott Main
· 12 years ago
b8151ec
Add an icon to the user information.
by Amith Yamasani
· 13 years ago
ce78374
am f3b4c93e: am ae5811c7: Merge "Fix (mostly) issue #5109947: Race condition between retrieving a..." into jb-dev
by Dianne Hackborn
· 12 years ago
6ae8d18
Fix (mostly) issue #5109947: Race condition between retrieving a...
by Dianne Hackborn
· 12 years ago
1b953b8
Merge "Delete duplicate copies of junit source."
by Brett Chabot
· 12 years ago
652b6d1
Add infrastructure for accessing "unstable" content providers.
by Dianne Hackborn
· 12 years ago
a0b2786
Delete duplicate copies of junit source.
by Brett Chabot
· 12 years ago
947f1c8
Merge "Move CancellationSignal to android.os package." into jb-dev
by Jeff Brown
· 12 years ago
a7771df
Move CancellationSignal to android.os package.
by Jeff Brown
· 13 years ago
ceb1b0b
Add encryption parameters to package installation
by Anonymous Coward
· 13 years ago
f1253cd
Upgrade junit.runner classes to their JUnit4.10 implementation.
by Brett Chabot
· 13 years ago
87571b7
Try Alternate Constructor for Single Method Tests
by Brian Muramatsu
· 13 years ago
1359360
User management and switching
by Amith Yamasani
· 13 years ago
b2e822f
Remove unused BandwidthTestRunner
by David Hu
· 13 years ago
ca4aab9
BandwidthTestCase
by David Hu
· 13 years ago
a4972e9
Add new "options" argument to all startActivity APIs.
by Dianne Hackborn
· 13 years ago
e639da7
New development permissions.
by Dianne Hackborn
· 13 years ago
67cf7d3
Fix Power Control widget
by Amith Yamasani
· 13 years ago
37ce3a8
Multi-user - wallpaper service
by Amith Yamasani
· 13 years ago
4c1241d
Rename CancellationSignal using preferred spelling.
by Jeff Brown
· 13 years ago
75ea64f
Implement a cancelation mechanism for queries.
by Jeff Brown
· 13 years ago
0df0ed5
Merge "BandwidthTestRunner"
by David Hu
· 13 years ago
Next »