Home
last modified time | relevance | path

Searched refs:hasPendingBind (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/external/
DFakeTileServiceManagerFacade.kt30 private var hasPendingBind: Boolean = false variable in com.android.systemui.qs.external.FakeTileServiceManagerFacade
40 hasPendingBind = isRequested in <lambda>()
47 hasPendingBind = false in <lambda>()
50 whenever(hasPendingBind()).then { hasPendingBind } in <lambda>()
55 if (hasPendingBind) { in processPendingBind()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileMapperTest.kt70 createModel(hasPendingBind = true), in stateHasPendingBinding()
200 hasPendingBind: Boolean = false, in createModel()
215 hasPendingBind = hasPendingBind,
DCustomTileDataInteractorTest.kt168 assertThat(hasPendingBind).isEqualTo(true) in tileDataCollection()
DCustomTileUserActionInteractorTest.kt242 hasPendingBind = false,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/entity/
DCustomTileDataModel.kt30 val hasPendingBind: Boolean, constant in com.android.systemui.qs.tiles.impl.custom.domain.entity.CustomTileDataModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileServiceInteractor.kt129 fun hasPendingBind(): Boolean = getTileServiceManager().hasPendingBind() in hasPendingBind() method
DCustomTileDataInteractor.kt120 hasPendingBind = serviceInteractor.hasPendingBind(), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/
DCustomTileMapper.kt57 if (data.hasPendingBind) { in map()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java207 public boolean hasPendingBind() { in hasPendingBind() method in TileServiceManager
DCustomTile.java449 if (mServiceManager.hasPendingBind()) { in handleUpdateState()