Home
last modified time | relevance | path

Searched refs:QS_PRIORITY_POSITION (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DWalletControllerImpl.kt36 internal const val QS_PRIORITY_POSITION = 3 constant
44 Log.i(TAG, "Setting WalletTile position: $QS_PRIORITY_POSITION") in getWalletPosition()
45 QS_PRIORITY_POSITION in getWalletPosition()
DDeviceControlsControllerImpl.kt65 internal const val QS_PRIORITY_POSITION = 3 in <lambda>() constant
76 position = QS_PRIORITY_POSITION in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DWalletControllerImplTest.kt25 …t com.android.systemui.statusbar.policy.DeviceControlsControllerImpl.Companion.QS_PRIORITY_POSITION
62 assertThat(controller.getWalletPosition()).isEqualTo(QS_PRIORITY_POSITION) in testResultIsIntWhenServiceAvailable()
DDeviceControlsControllerImplTest.kt40 …t com.android.systemui.statusbar.policy.DeviceControlsControllerImpl.Companion.QS_PRIORITY_POSITION
152 verify(callback).onControlsUpdate(QS_PRIORITY_POSITION) in testSetPriorityPositionIsSetWhenFavoritesAreAvailable()