Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DRequestPermissionHelperTest.kt153 val activity = getActivityWith(autoConfirm = true) in requestEnable_whenAutoConfirm_onAllowIsCalled()
169 val activity = getActivityWith(autoConfirm = false) in requestEnable_whenNotAutoConfirm_onAllowIsNotCalledWhenRequest()
213 val activity = getActivityWith(autoConfirm = true) in requestDisable_whenAutoConfirm_onAllowIsCalled()
228 val activity = getActivityWith(autoConfirm = false) in requestDisable_whenNotAutoConfirm_onAllowIsNotCalledWhenRequest()
241 private fun getActivityWith(autoConfirm: Boolean): ComponentActivity { in getActivityWith() method in com.android.settings.bluetooth.RequestPermissionHelperTest