OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strictmode
(Results
51 - 75
of
207
) sorted by null
1
2
3
4
5
6
7
8
9
/libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java
106
// Android's
StrictMode
. This was the least invasive
/frameworks/base/docs/html/about/versions/
android-2.3.jd
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
[
all
...]
/frameworks/base/core/java/android/app/
LoadedApk.java
38
import android.os.
StrictMode
;
491
StrictMode
.ThreadPolicy oldPolicy =
StrictMode
.allowThreadDiskReads();
495
StrictMode
.setThreadPolicy(oldPolicy);
518
StrictMode
.ThreadPolicy oldPolicy =
StrictMode
.allowThreadDiskReads();
524
StrictMode
.setThreadPolicy(oldPolicy);
[
all
...]
SharedPreferencesImpl.java
200
// Raise an explicit
StrictMode
onReadFromDisk for this
202
// thread and otherwise ignored by
StrictMode
.
507
* we catch them in userdebug
StrictMode
reports to convert
ActivityThread.java
77
import android.os.
StrictMode
;
[
all
...]
IActivityManager.java
56
import android.os.
StrictMode
;
365
// A
StrictMode
violation to be handled. The violationMask is a
366
// subset of the original
StrictMode
policy bitmask, with only the
370
StrictMode
.ViolationInfo crashInfo) throws RemoteException;
[
all
...]
/external/chromium-trace/catapult/tracing/test_data/
ddms_calculator_start.trace
[
all
...]
/frameworks/base/core/java/android/webkit/
WebViewFactory.java
33
import android.os.
StrictMode
;
191
StrictMode
.ThreadPolicy oldPolicy =
StrictMode
.allowThreadDiskReads();
210
StrictMode
.setThreadPolicy(oldPolicy);
/frameworks/base/docs/html/training/improving-layouts/
smooth-scrolling.jd
35
android.os.
StrictMode
}.</p>
/cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java
34
import android.os.
StrictMode
;
[
all
...]
/external/jsoncpp/src/jsontestrunner/
main.cpp
209
features = Json::Features::
strictMode
();
/external/webrtc/talk/app/webrtc/
androidvideocapturer.cc
141
Json::Reader reader(Json::Features::
strictMode
());
/frameworks/base/core/java/android/widget/
ScrollView.java
31
import android.os.
StrictMode
;
151
* The
StrictMode
"critical time span" objects to catch animation
156
private
StrictMode
.Span mScrollStrictSpan = null; // aka "drag"
157
private
StrictMode
.Span mFlingStrictSpan = null;
536
mScrollStrictSpan =
StrictMode
.enterCriticalSpan("ScrollView-scroll");
572
mScrollStrictSpan =
StrictMode
.enterCriticalSpan("ScrollView-scroll");
[
all
...]
/frameworks/base/
preloaded-classes
[
all
...]
/frameworks/base/docs/html/guide/topics/manifest/
application-element.jd
501
<p>During app development,
StrictMode
can be used to identify any cleartext traffic from the app: see
502
{@link android.os.
StrictMode
.VmPolicy.Builder#detectCleartextNetwork()
StrictMode
.VmPolicy.Builder.detectCleartextNetwork()}.
/frameworks/base/core/java/android/content/res/
TypedArray.java
26
import android.os.
StrictMode
;
325
StrictMode
.noteResourceMismatch(v);
364
StrictMode
.noteResourceMismatch(v);
405
StrictMode
.noteResourceMismatch(v);
[
all
...]
/frameworks/base/docs/html/training/articles/
perf-anr.jd
169
You can use {@link android.os.
StrictMode
} to help find potentially
/frameworks/base/docs/html-intl/intl/ja/about/versions/nougat/
android-7.0-changes.jd
247
Android N ?????????Android ????????????????? {@code file://} URI ???????? {@link android.os.
StrictMode
} API ????????????
/frameworks/base/docs/html-intl/intl/ko/about/versions/nougat/
android-7.0-changes.jd
248
???? {@link android.os.
StrictMode
} API ???
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/nougat/
android-7.0-changes.jd
247
???? Android N ????Android ????? {@link android.os.
StrictMode
} API ???????????? {@code file://} URI?
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java
46
import android.os.
StrictMode
;
90
StrictMode
.ThreadPolicy oldPolicy =
StrictMode
.allowThreadDiskWrites();
92
StrictMode
.setThreadPolicy(oldPolicy);
[
all
...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DevelopmentFragment.java
46
import android.os.
StrictMode
;
[
all
...]
/frameworks/base/core/java/android/os/
Parcel.java
[
all
...]
/frameworks/native/include/binder/
Parcel.h
83
// propagating the
StrictMode
policy mask, populating the current
214
// Currently the native implementation doesn't do any of the
StrictMode
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java
24
import android.os.
StrictMode
;
25
import android.os.
StrictMode
.ThreadPolicy;
[
all
...]
Completed in 872 milliseconds
1
2
3
4
5
6
7
8
9