Searched refs:hasPendingBind (Results 1 – 10 of 10) sorted by relevance
30 private var hasPendingBind: Boolean = false variable in com.android.systemui.qs.external.FakeTileServiceManagerFacade40 hasPendingBind = isRequested in <lambda>()47 hasPendingBind = false in <lambda>()50 whenever(hasPendingBind()).then { hasPendingBind } in <lambda>()55 if (hasPendingBind) { in processPendingBind()
70 createModel(hasPendingBind = true), in stateHasPendingBinding()200 hasPendingBind: Boolean = false, in createModel()215 hasPendingBind = hasPendingBind,
168 assertThat(hasPendingBind).isEqualTo(true) in tileDataCollection()
242 hasPendingBind = false,
30 val hasPendingBind: Boolean, constant in com.android.systemui.qs.tiles.impl.custom.domain.entity.CustomTileDataModel
129 fun hasPendingBind(): Boolean = getTileServiceManager().hasPendingBind() in hasPendingBind() method
120 hasPendingBind = serviceInteractor.hasPendingBind(), in <lambda>()
57 if (data.hasPendingBind) { in map()
207 public boolean hasPendingBind() { in hasPendingBind() method in TileServiceManager
449 if (mServiceManager.hasPendingBind()) { in handleUpdateState()