summaryrefslogtreecommitdiff
path: root/core/java/android/content/UriMatcher.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-10Reuse String literals rather new instance in UriMatcherRégis Décamps
2016-07-30Fix the API compatibility of "UriMatcher#addURI"Hidehiko Tsuchiya
2015-03-07Frameworks/base: Remove unnecessary Pattern instanceAndreas Gampe
2014-09-30Fix some documentation typos.Newton Allen
2013-03-26Allow leading slash in path argument for addURI() method.Chiao Cheng
2010-10-31Fixes Issue 7907 in the public bugs database (http://code.google.com/p/androi...Daniel Trebbien
2009-04-02AI 144034: am: CL 144032 Added missing import to fix breakage caused by CL 14...Bjorn Bringert
2009-04-02AI 144010: am: CL 144008 UriMatcher: Avoid repeated calls to Uri.getPathSegme...Bjorn Bringert
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project