Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/
DBluetoothWiFiResetPreferenceControllerTest.kt90 controller.resetOperation().run() in resetOperation_resetBluetooth()
101 controller.resetOperation().run() in resetOperation_onDeviceWithSimVisible_notResetConnectivity()
112 controller.resetOperation().run() in resetOperation_onDeviceWithSimInvisible_resetVpn()
/packages/apps/Settings/src/com/android/settings/network/
DBluetoothWiFiResetPreferenceController.kt89 resetOperation().run() in reset()
104 fun resetOperation(): Runnable = if (SubscriptionUtil.isSimHardwareVisible(mContext)) { in resetOperation() method