Searched refs:QSImpl (Results 1 – 6 of 6) sorted by relevance
34 import com.android.systemui.qs.QSImpl in <lambda>()197 private val qsImplProvider: Provider<QSImpl>,209 qsImplProvider: Provider<QSImpl>,262 private val _qsImpl: MutableStateFlow<QSImpl?> = MutableStateFlow(null)400 private fun QSImpl.applyState(state: QSSceneAdapter.State) { in applyState() method
83 VersionInfo impl = new VersionInfo().addClass(QSImpl.class); in testHasDependencies()101 public static class QSImpl { class in VersionInfoTest
119 private QSImpl mUnderTest;136 QSImpl other = instantiate(); in testDisableCallbackOnDisabledQuickSettingsUponCreationDoesntCrash()152 QSImpl other = instantiate(); in testSaveState()422 QSImpl other = instantiate(); in setOverScrollAmount_beforeViewCreated_translationIsNotSet()529 QSImpl other = instantiate(); in testSceneContainerFlagsEnabled_FooterActionsRemoved_controllerNotStarted()557 private QSImpl instantiate() { in instantiate()564 return new QSImpl( in instantiate()
44 private final Provider<QSImpl> mQsImplProvider;49 private QSImpl mQsImpl;53 Provider<QSImpl> qsImplProvider, in QSFragmentLegacy()
81 public class QSImpl implements QS, CommandQueue.Callbacks, StatusBarStateController.StateListener, class176 public QSImpl(RemoteInputQuickSettingsDisabler remoteInputQsDisabler, in QSImpl() method in QSImpl
35 import com.android.systemui.qs.QSImpl in <lambda>()74 object : Provider<QSImpl> { in <lambda>()75 val impls = mutableListOf<QSImpl>() in <lambda>()77 override fun get(): QSImpl { in <lambda>()78 return mock<QSImpl> { in <lambda>()