Searched refs:attestFalse (Results 1 – 1 of 1) sorted by relevance
549 attestFalse("Failed to stop user " + userId, mAm.isUserRunning(userId)); in switchUser_stopped_realistic()575 attestFalse("Failed to stop user " + testUser, mAm.isUserRunning(testUser)); in switchUser_stopped_staticWallpaper()1249 attestFalse("Creating managed profile failed. Most likely there is " in createManagedProfile()1356 attestFalse("Failed to stop user " + testUser, mAm.isUserRunning(testUser)); in initializeNewUserAndSwitchBack()1469 attestFalse("Failed to set sysprop " + PACKAGE_WHITELIST_MODE_PROP + ": " + result, in setUserTypePackageWhitelistMode()1532 private void attestFalse(@NonNull String message, boolean assertion) { in attestFalse() method in UserLifecycleTests