Home
last modified time | relevance | path

Searched refs:isolated (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/docs/html/tools/testing/
Dcontentprovider_testing.jd89 isolated environment. Android mock objects such as {@link android.test.IsolatedContext} and
90 {@link android.test.mock.MockContentResolver} also help provide an isolated test environment.
105 The main focus of the provider testing API is to provide an isolated testing environment. This
112 The test case class and mock object classes for provider testing set up this isolated testing
120 feature of this class is its initialization, which creates the isolated test environment.
141 working in the isolated test environment. All of the tests done in the test case class run
142 against this isolated object.
Dtesting_android.jd149 called test cases (or test suites). Each test is an isolated test of an individual module in
399 replaces the normal resolver framework with its own local framework, which is isolated
430 {@link android.test.mock.MockContentResolver} provides isolated testing of content providers by
449 {@link android.test.IsolatedContext} provides an isolated {@link android.content.Context},
462 The isolated part uses a test directory and creates special file and directory names.
465 This object provides a quick way to set up an isolated area for data operations,
/frameworks/base/docs/html/training/activity-testing/
Dactivity-unit-testing.jd40 Since the test runs in an isolated environment, the
56 isolated testing of a single {@link android.app.Activity}. To create a unit
/frameworks/base/docs/html/guide/topics/manifest/
Dservice-element.jd11 android:<a href="#isolated">isolatedProcess</a>=["true" | "false"]
96 <dt><a name="isolated"></a>{@code android:isolatedProcess}</dt>
97 <dd>If set to true, this service will run under a special process that is isolated from the
Dpermission-element.jd86 applications access to isolated application-level features, with
Duses-sdk-element.jd451 of the Android platform, except in isolated cases where the application uses a
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java53 final boolean isolated; // true if this is a special isolated process field in ProcessRecord
394 isolated = _info.uid != _uid; in ProcessRecord()
DActivityManagerService.java2345 private HashMap<String, IBinder> getCommonServicesLocked(boolean isolated) { in getCommonServicesLocked() argument
2351 if (!isolated) { in getCommonServicesLocked()
2767 boolean isolated, boolean keepIfLarge) { in startProcessLocked() argument
2769 hostingName, allowWhileBooting, isolated, 0 /* isolatedUid */, keepIfLarge, in startProcessLocked()
2776 boolean allowWhileBooting, boolean isolated, int isolatedUid, boolean keepIfLarge, in startProcessLocked() argument
2780 if (!isolated) { in startProcessLocked()
2820 if (!isolated) { in startProcessLocked()
2851 app = newProcessRecordLocked(info, processName, isolated, isolatedUid); in startProcessLocked()
2854 + processName + "/" + info.uid + " isolated=" + isolated); in startProcessLocked()
2859 if (isolated) { in startProcessLocked()
[all …]
DActiveServices.java1376 final boolean isolated = (r.serviceInfo.flags&ServiceInfo.FLAG_ISOLATED_PROCESS) != 0; in bringUpServiceLocked()
1380 if (!isolated) { in bringUpServiceLocked()
1410 "service", r.name, false, isolated, false)) == null) { in bringUpServiceLocked()
1419 if (isolated) { in bringUpServiceLocked()
/frameworks/base/docs/html/design/patterns/
Dconfirming-acknowledging.jd66 …action: the user must drag and drop an item onto a relatively large and isolated target. Therefore…
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd151 <p>By specifying <a href="{@docRoot}guide/topics/manifest/service-element.html#isolated">{@code and…
153 its own isolated user ID process that has no permissions of its own.</p>
Djelly-bean.jd210 <p>Each restricted profile offers an isolated and secure space with its own
701 each user's applications and data remain isolated. In effect, each of the multiple
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2494 int isolated = mIsolatedUids.get(uid, -1); in mapUid() local
2495 return isolated > 0 ? isolated : uid; in mapUid()
/frameworks/base/docs/html/tools/devices/
Demulator.jd855 IP address of 10.0.2.15. The instances are isolated by a router and can