Searched refs:isolated (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/docs/html/tools/testing/ |
D | contentprovider_testing.jd | 89 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.
|
D | testing_android.jd | 149 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/ |
D | activity-unit-testing.jd | 40 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/ |
D | service-element.jd | 11 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
|
D | permission-element.jd | 86 applications access to isolated application-level features, with
|
D | uses-sdk-element.jd | 460 of the Android platform, except in isolated cases where the application uses a
|
/frameworks/base/docs/html/design/patterns/ |
D | confirming-acknowledging.jd | 66 …action: the user must drag and drop an item onto a relatively large and isolated target. Therefore…
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessRecord.java | 61 final boolean isolated; // true if this is a special isolated process field in ProcessRecord 410 isolated = _info.uid != _uid; in ProcessRecord()
|
D | ActivityManagerService.java | 2587 private HashMap<String, IBinder> getCommonServicesLocked(boolean isolated) { in getCommonServicesLocked() argument 2593 if (!isolated) { in getCommonServicesLocked() 3069 boolean isolated, boolean keepIfLarge) { in startProcessLocked() argument 3071 hostingName, allowWhileBooting, isolated, 0 /* isolatedUid */, keepIfLarge, in startProcessLocked() 3078 boolean allowWhileBooting, boolean isolated, int isolatedUid, boolean keepIfLarge, in startProcessLocked() argument 3082 if (!isolated) { in startProcessLocked() 3152 app = newProcessRecordLocked(info, processName, isolated, isolatedUid); in startProcessLocked() 3155 + processName + "/" + info.uid + " isolated=" + isolated); in startProcessLocked() 3231 if (!app.isolated) { in startProcessLocked() 3334 if (app.isolated) { in startProcessLocked() [all …]
|
D | ActiveServices.java | 1415 final boolean isolated = (r.serviceInfo.flags&ServiceInfo.FLAG_ISOLATED_PROCESS) != 0; in bringUpServiceLocked() 1419 if (!isolated) { in bringUpServiceLocked() 1451 "service", r.name, false, isolated, false)) == null) { in bringUpServiceLocked() 1460 if (isolated) { in bringUpServiceLocked()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 151 <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>
|
D | jelly-bean.jd | 210 <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/ |
D | BatteryStatsImpl.java | 2548 int isolated = mIsolatedUids.get(uid, -1); in mapUid() local 2549 return isolated > 0 ? isolated : uid; in mapUid()
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 855 IP address of 10.0.2.15. The instances are isolated by a router and can
|