/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | FullMobileConnectionRepository.kt | 24 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 76 .logDiffsForTable( in <lambda>() 131 .logDiffsForTable( in <lambda>() 146 .logDiffsForTable( in <lambda>() 157 .logDiffsForTable( in <lambda>() 172 .logDiffsForTable( in <lambda>() 183 .logDiffsForTable( in <lambda>() 198 .logDiffsForTable( in <lambda>() 209 .logDiffsForTable( in <lambda>() 220 .logDiffsForTable( in <lambda>() [all …]
|
D | MobileConnectionsRepositoryImpl.kt | 46 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 151 .logDiffsForTable( in <lambda>() 216 .logDiffsForTable( in <lambda>() 242 .logDiffsForTable( in <lambda>() 269 .logDiffsForTable( in <lambda>() 321 .logDiffsForTable( in <lambda>() 344 .logDiffsForTable( in <lambda>() 356 .logDiffsForTable( in <lambda>() 368 .logDiffsForTable( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/ |
D | KeyguardBouncerRepository.kt | 30 import com.android.systemui.log.table.logDiffsForTable 287 .logDiffsForTable(buffer, "", "PrimaryBouncerShow", false) in setPrimaryScrimmed() 291 .logDiffsForTable(buffer, "", "PrimaryBouncerShowingSoon", false) in setPrimaryScrimmed() 294 .logDiffsForTable(buffer, "", "PrimaryBouncerStartingToHide", false) in setPrimaryScrimmed() 298 .logDiffsForTable(buffer, "", "PrimaryBouncerStartingDisappearAnimation", false) in setPrimaryScrimmed() 301 .logDiffsForTable(buffer, "", "PrimaryBouncerScrimmed", false) in setPrimaryScrimmed() 305 .logDiffsForTable(buffer, "", "PanelExpansionAmountMillis", -1) in setPrimaryScrimmed() 310 .logDiffsForTable(buffer, "", "KeyguardPosition", -1) in setPrimaryScrimmed() 314 .logDiffsForTable(buffer, "", "IsBackButtonEnabled", false) in setPrimaryScrimmed() 318 .logDiffsForTable(buffer, "", "ShowMessage", null) in setPrimaryScrimmed() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
D | DemoMobileConnectionRepository.kt | 23 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 63 .logDiffsForTable( in <lambda>() 74 .logDiffsForTable( in <lambda>() 88 .logDiffsForTable( in <lambda>() 99 .logDiffsForTable( in <lambda>() 110 .logDiffsForTable( in <lambda>() 121 .logDiffsForTable( in <lambda>() 132 .logDiffsForTable( in <lambda>() 143 .logDiffsForTable( in <lambda>() 154 .logDiffsForTable( in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/table/ |
D | Diffable.kt | 66 fun <T : Diffable<T>> Flow<T>.logDiffsForTable( in logDiffsForTable() method 88 fun Flow<Boolean>.logDiffsForTable( in logDiffsForTable() method 107 fun Flow<Int>.logDiffsForTable( in logDiffsForTable() method 126 fun Flow<Int?>.logDiffsForTable( in logDiffsForTable() method 145 fun Flow<String?>.logDiffsForTable( in logDiffsForTable() method 164 fun <T> Flow<List<T>>.logDiffsForTable( in logDiffsForTable() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/ |
D | LogDiffsForTableTest.kt | 69 flow.logDiffsForTable( in boolean_doesNotLogWhenNotCollected() 88 flow.logDiffsForTable( in boolean_logsInitialWhenCollected() 124 flow.logDiffsForTable( in boolean_logsUpdates() 171 flow.logDiffsForTable( in boolean_doesNotLogIfSameValue() 217 flow.logDiffsForTable( in boolean_worksForStateFlows() 267 flow.logDiffsForTable( in int_doesNotLogWhenNotCollected() 286 flow.logDiffsForTable( in int_logsInitialWhenCollected() 322 flow.logDiffsForTable( in intNullable_logsNull() 373 flow.logDiffsForTable( in int_logsUpdates() 420 flow.logDiffsForTable( in int_doesNotLogIfSameValue() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/ |
D | MobileIconsInteractor.kt | 30 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 155 .logDiffsForTable( 230 .logDiffsForTable( 308 .logDiffsForTable( 340 .logDiffsForTable( 372 .logDiffsForTable(
|
D | MobileIconInteractor.kt | 27 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 244 .logDiffsForTable( 382 .logDiffsForTable( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/airplane/ui/viewmodel/ |
D | AirplaneModeViewModel.kt | 22 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 60 .logDiffsForTable(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/data/repository/ |
D | CommunalMediaRepository.kt | 23 import com.android.systemui.log.table.logDiffsForTable 69 _mediaModel.logDiffsForTable(
|
D | CommunalPrefsRepository.kt | 32 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 105 .logDiffsForTable(
|
D | CommunalTutorialRepository.kt | 30 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 101 .logDiffsForTable(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/airplane/data/repository/ |
D | AirplaneModeRepository.kt | 27 import com.android.systemui.log.table.logDiffsForTable 85 .logDiffsForTable( in setIsAirplaneMode()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
D | MobileIconViewModel.kt | 25 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 199 .logDiffsForTable( 242 .logDiffsForTable( 287 .logDiffsForTable(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/ |
D | WifiRepositoryImpl.kt | 37 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 190 .logDiffsForTable( in <lambda>() 202 .logDiffsForTable( in <lambda>() 213 .logDiffsForTable( in <lambda>() 307 .logDiffsForTable( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalTutorialInteractor.kt | 26 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 68 .logDiffsForTable( in <lambda>()
|
D | CommunalSettingsInteractor.kt | 29 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 64 .logDiffsForTable( in <lambda>()
|
D | CommunalInteractor.kt | 57 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 141 .logDiffsForTable( in <lambda>() 259 .logDiffsForTable( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/ |
D | WifiViewModel.kt | 24 import com.android.systemui.log.table.logDiffsForTable in <lambda>() 92 .logDiffsForTable( in <lambda>()
|