Home
last modified time | relevance | path

Searched refs:started (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/multiuser/src/android/multiuser/cts/
DUserVisibilityVisibleBackgroundUsersTestCase.java159 boolean started = tryToStartVisibleBackgroundUser(profile.id(), in testStartVisibleBgUser_onSecondaryDisplay_profileOnSameDisplay()
163 displayId).that(started).isFalse(); in testStartVisibleBgUser_onSecondaryDisplay_profileOnSameDisplay()
232 boolean started = tryToStartVisibleBackgroundUser(profile.id(), in testStartVisibleBgUser_parentOnDefaultDisplayProfileOnSecondaryDisplay()
236 .that(started).isFalse(); in testStartVisibleBgUser_parentOnDefaultDisplayProfileOnSecondaryDisplay()
247 boolean started = tryToStartVisibleBackgroundUser(profile.id(), displayId); in testStartVisibleBgUser_parentOnDefaultDisplayProfileOnSecondaryDisplay()
250 .that(started).isFalse(); in testStartVisibleBgUser_parentOnDefaultDisplayProfileOnSecondaryDisplay()
281 boolean started = tryToStartVisibleBackgroundUser(profile.id(), in testStartVisibleBgUser_parentOnDefaultDisplayProfileOnSecondaryDisplay_HSUM()
285 .that(started).isFalse(); in testStartVisibleBgUser_parentOnDefaultDisplayProfileOnSecondaryDisplay_HSUM()
300 boolean started = tryToStartVisibleBackgroundUser(otherUserId, in testStartVisibleBgUser_onSecondaryDisplay_displayInUse()
303 .that(started).isFalse(); in testStartVisibleBgUser_onSecondaryDisplay_displayInUse()
DUserVisibilityTestCase.java206 boolean started = tryToStartVisibleBackgroundUser(userId, displayId); in startVisibleBackgroundUser()
208 .that(started).isTrue(); in startVisibleBackgroundUser()
220 boolean started = sContext.getSystemService(ActivityManager.class) in tryToStartVisibleBackgroundUser()
222 Log.d(TAG, "Returning started=" + started); in tryToStartVisibleBackgroundUser()
223 return started; in tryToStartVisibleBackgroundUser()
DUserVisibilityVisibleBackgroundUsersOnDefaultDisplayTest.java106 boolean started = tryToStartVisibleBackgroundUser(otherUser.id(), DEFAULT_DISPLAY); in testStartUserInBackgroundOnSecondaryDisplay_defaultDisplay_thereCanBeOnlyOne()
109 otherUser, user).that(started).isFalse(); in testStartUserInBackgroundOnSecondaryDisplay_defaultDisplay_thereCanBeOnlyOne()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatable2Callback.java94 public void assertStarted(boolean started) { in assertStarted() argument
95 assertEquals(started, mStarted); in assertStarted()
96 if (started) { in assertStarted()
/cts/tests/app/src/android/app/cts/
DActivityManager_RunningServiceInfoTest.java40 mRunningServiceInfo.started = true; in setUp()
67 assertTrue(values.started); in testWriteToParcel()
87 assertTrue(values.started); in testReadFromParcel()
/cts/hostsidetests/hdmicec/
Dcec_adapter.md43 DEBUG: [ 10] communication thread started
46 DEBUG: [ 255] processor thread started
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto311 // Time this test was started.
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt4865 field public boolean started;