Searched refs:REASON_API_CALL (Results 1 – 5 of 5) sorted by relevance
50 public static final int REASON_API_CALL = 3; field in SelfRecovery59 REASON_API_CALL,104 case REASON_API_CALL: in getRecoveryReasonAsString()149 reason != REASON_LAST_RESORT_WATCHDOG && reason != REASON_API_CALL); in onSubsystemRestart()198 || reason == REASON_STA_IFACE_DOWN || reason == REASON_API_CALL in trigger()294 case SelfRecovery.REASON_API_CALL: in convertSelfRecoveryReason()
38 import static com.android.server.wifi.SelfRecovery.REASON_API_CALL;1376 mSelfRecovery.trigger(REASON_API_CALL); in onCommand()
59 import static com.android.server.wifi.SelfRecovery.REASON_API_CALL;1530 mWifiInjector.getSelfRecovery().trigger(REASON_API_CALL); in restartWifiSubsystem()
302 mSelfRecovery.trigger(SelfRecovery.REASON_API_CALL); in testWifiNativeStartSubsystemRestartFailed()303 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_API_CALL, in testWifiNativeStartSubsystemRestartFailed()381 mSelfRecovery.trigger(SelfRecovery.REASON_API_CALL); in testSelfRecoveryTriggeredMetrics()
68 import static com.android.server.wifi.SelfRecovery.REASON_API_CALL;1778 verify(mSelfRecovery).trigger(eq(REASON_API_CALL)); in testRestartWifiSubsystem()