Searched refs:started (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/multiuser/src/android/multiuser/cts/ |
D | UserVisibilityVisibleBackgroundUsersTestCase.java | 159 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()
|
D | UserVisibilityTestCase.java | 206 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()
|
D | UserVisibilityVisibleBackgroundUsersOnDefaultDisplayTest.java | 106 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/ |
D | Animatable2Callback.java | 94 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/ |
D | ActivityManager_RunningServiceInfoTest.java | 40 mRunningServiceInfo.started = true; in setUp() 67 assertTrue(values.started); in testWriteToParcel() 87 assertTrue(values.started); in testReadFromParcel()
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 43 DEBUG: [ 10] communication thread started 46 DEBUG: [ 255] processor thread started
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 311 // Time this test was started.
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 4865 field public boolean started;
|