Home
last modified time | relevance | path

Searched defs:hasPendingBind (Results 1 – 4 of 4) sorted by relevance

/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/tests/utils/src/com/android/systemui/qs/external/
DFakeTileServiceManagerFacade.kt30 private var hasPendingBind: Boolean = false variable in com.android.systemui.qs.external.FakeTileServiceManagerFacade
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileServiceInteractor.kt129 fun hasPendingBind(): Boolean = getTileServiceManager().hasPendingBind() in hasPendingBind() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java207 public boolean hasPendingBind() { in hasPendingBind() method in TileServiceManager