)]}'
{
  "commit": "778b918db21efd1a7c3358c7e54cff71e1cba8c5",
  "tree": "6278693a26bfb36d5386e28995a1a837b26c495a",
  "parents": [
    "0407508cfa73a8b5c48e55a105d264109433a592"
  ],
  "author": {
    "name": "Alejandro Nijamkin",
    "email": "nijamkin@google.com",
    "time": "Mon Jul 10 16:43:15 2023 -0700"
  },
  "committer": {
    "name": "Alejandro Nijamkin",
    "email": "nijamkin@google.com",
    "time": "Mon Jul 10 17:05:24 2023 -0700"
  },
  "message": "[flexiglass] Centralizes automatic scene changing business logic.\n\nWe had automatic scene changing business logic spread out amongst\nvarious scene-specific interactors. This was suboptimal for a few reasons:\n1. Hard to reason about what changes the scenes and when, when it\u0027s all\n   distributed\n2. Hard to gate this logic based on the feature flag; causing memory and\n   boot time regressions as seen in the attached files, because more\n   resources were being used at startup even when the feature was off\n\nThis CL moves business logic from LockScreenSceneInteractor and\nBouncerInteractor into SystemUiDefaultSceneContainerStartable and makes\nsure it\u0027s all gated behind the feature flag.\n\nFix: 280883900, 289353099, 289726647\nTest: new unit tests added\nTest: manually verified in system UI that locking the device moves back\nto the Lockscreen scene and unlocking the device moves to the Gone scene\n\nChange-Id: I1dc46fc2d1d71f1b9baddc822ef69f5ea7b21cfc\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2513c81c17f8d0336bc415987a07c864970bd4ea",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/BouncerInteractor.kt",
      "new_id": "62a484d42dec3d1d1650825d13bf9f0d5d8969a4",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/BouncerInteractor.kt"
    },
    {
      "type": "modify",
      "old_id": "5425022e11b7858b2bb30532ce5ccf5bcce7b526",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/BouncerViewModel.kt",
      "new_id": "a4ef5cec65258bdc6fcb27aaf2f6a52b2190352c",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/BouncerViewModel.kt"
    },
    {
      "type": "modify",
      "old_id": "c8f7efbeb3979e34446a1a6e89d2ef46dafcc724",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/LockscreenSceneInteractor.kt",
      "new_id": "1c200b08699005a90b023cb7117e164e304fe1b2",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/LockscreenSceneInteractor.kt"
    },
    {
      "type": "modify",
      "old_id": "91400196bbb16c6e65c8c1ab9f301526ecaf8f7c",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/src/com/android/systemui/scene/domain/startable/SystemUiDefaultSceneContainerStartable.kt",
      "new_id": "59f82f034723499cb9659b2a98b923b1b737a9d4",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/src/com/android/systemui/scene/domain/startable/SystemUiDefaultSceneContainerStartable.kt"
    },
    {
      "type": "modify",
      "old_id": "c2219a4d82ebf45847929b371defa00f80c9fb4c",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/BouncerInteractorTest.kt",
      "new_id": "481f36e8ea3888b9e13276438be81e19fa4bd9fa",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/BouncerInteractorTest.kt"
    },
    {
      "type": "modify",
      "old_id": "0356036fa78f1d91b5cb716c768eb3c1b9413213",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/BouncerViewModelTest.kt",
      "new_id": "0df0a17931f4728196d5f21a017b4cc9a72153e9",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/BouncerViewModelTest.kt"
    },
    {
      "type": "modify",
      "old_id": "7d6c4a1a1455f29f557504c2e762f250679c66a1",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/PinBouncerViewModelTest.kt",
      "new_id": "5c6d4c69b50b044b9e6022cacc0506a33e89b2c1",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/viewmodel/PinBouncerViewModelTest.kt"
    },
    {
      "type": "modify",
      "old_id": "8b36284b8620c56328259e5521a5088be27fc3f3",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/LockscreenSceneInteractorTest.kt",
      "new_id": "ca6a5b6234b9fb2abd7167481579d93d9712989a",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/LockscreenSceneInteractorTest.kt"
    },
    {
      "type": "modify",
      "old_id": "161dd660671e2e2560aeeef2ef7d7de26942daee",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/LockscreenSceneViewModelTest.kt",
      "new_id": "ba8e0f277b6b8f7e88485a4f19c1daffffcdf8ea",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/LockscreenSceneViewModelTest.kt"
    },
    {
      "type": "modify",
      "old_id": "4eedc99839c6e544e2d27ef7ff6b2173cfcd899d",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/tests/src/com/android/systemui/qs/ui/viewmodel/QuickSettingsSceneViewModelTest.kt",
      "new_id": "ed7a59ea70329b7e201aa6e2b97eb68736287c46",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/tests/src/com/android/systemui/qs/ui/viewmodel/QuickSettingsSceneViewModelTest.kt"
    },
    {
      "type": "modify",
      "old_id": "df3701edc6dedfa6166c93e6b0a2956219c6a20a",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/tests/src/com/android/systemui/scene/domain/startable/SystemUiDefaultSceneContainerStartableTest.kt",
      "new_id": "df5e7bcd16be39762da3259ea38996c77a64cdb5",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/tests/src/com/android/systemui/scene/domain/startable/SystemUiDefaultSceneContainerStartableTest.kt"
    },
    {
      "type": "modify",
      "old_id": "309ab058fb64c28907ec268507e0b8c2ca2ec5bf",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/tests/src/com/android/systemui/shade/ui/viewmodel/ShadeSceneViewModelTest.kt",
      "new_id": "6e9fba64263b9899e777407003ce259180c46d8b",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/tests/src/com/android/systemui/shade/ui/viewmodel/ShadeSceneViewModelTest.kt"
    },
    {
      "type": "modify",
      "old_id": "fec1187d8d1100b14674643b93cc8c9471bc95f4",
      "old_mode": 33188,
      "old_path": "packages/SystemUI/tests/utils/src/com/android/systemui/scene/SceneTestUtils.kt",
      "new_id": "d797962bae8b81c22d00b06ea16537cee89d479d",
      "new_mode": 33188,
      "new_path": "packages/SystemUI/tests/utils/src/com/android/systemui/scene/SceneTestUtils.kt"
    }
  ]
}
