Home | History | Annotate | Download | only in docs

Lines Matching full:helpers

206 <tr><td > <code>com.android.providers.downloads.Helpers</code> </td><td > Can't be instantiated, can be merged into another class. </td></tr>
207 <tr><td > <code>com.android.providers.downloads.Helpers.Lexer</code> </td><td > Keeps state about an ongoing lex, can probably be merged into another class by making the lexer <code>synchronized</code>, since the operation is short-lived. </td></tr>
738 <tr><td > <code>com.android.providers.downloads.Helpers</code> </td></tr>
739 <tr><td > <code>com.android.providers.downloads.Helpers.Lexer</code> </td></tr>
1146 <li> <em>[Helpers.java]</em> Deal with atomicity of checking/creating file.
1148 <li> <em>[Helpers.java]</em> Handle differences between content-location separators and filesystem separators.
1191 <li> Use fewer internal classes (Helpers, Constants...) .