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/ | ||
D | CustomTileDataModel.kt | 30 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/ | ||
D | FakeTileServiceManagerFacade.kt | 30 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/ | ||
D | CustomTileServiceInteractor.kt | 129 fun hasPendingBind(): Boolean = getTileServiceManager().hasPendingBind() in hasPendingBind() method |
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ | ||
D | TileServiceManager.java | 207 public boolean hasPendingBind() { in hasPendingBind() method in TileServiceManager |