Home | History | Annotate | Download | only in versions

Lines Matching full:strictmode

260 <h3 id="strictmode">StrictMode</h3>
263 the platform offers a new system facility called {@link android.os.StrictMode}.
264 When implemented in an application, StrictMode catches and notifies the
268 Developers can evaluate the network and disk usages issues raised in StrictMode
273 <li>{@link android.os.StrictMode} is the core class and is the main integration
276 <li>{@link android.os.StrictMode.ThreadPolicy} and {@link
277 android.os.StrictMode.VmPolicy} hold the policies that you define and apply to
281 <p>For more information about how to use StrictMode to optimize your
283 android.os.StrictMode android.os.StrictMode}.</p>