/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SupplicantState.java | 136 COMPLETED, enumConstant 183 case COMPLETED: in isHandshakeState() 205 case COMPLETED: in isConnecting() 232 case COMPLETED: in isDriverActive()
|
D | WifiInfo.java | 101 stateMap.put(SupplicantState.COMPLETED, DetailedState.OBTAINING_IPADDR); in stateMap.put() argument
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceCallbackImpl.java | 97 case ISupplicantStaIfaceCallback.State.COMPLETED: in supplicantHidlStateToFrameworkState() 98 return SupplicantState.COMPLETED; in supplicantHidlStateToFrameworkState() 182 || newState == State.COMPLETED) { in onStateChanged() 186 if (newState == State.COMPLETED) { in onStateChanged()
|
D | SupplicantStateTracker.java | 193 case COMPLETED: in transitionOnSupplicantStateChange() 232 case COMPLETED: in supplicantStateToBatteryStatsSupplicantState()
|
D | WifiShellCommand.java | 1428 if (info.getSupplicantState() != SupplicantState.COMPLETED) { in printWifiInfo() 1465 if (info.getSupplicantState() != SupplicantState.COMPLETED) { in printStatus()
|
D | WifiNetworkSelector.java | 248 if (wifiInfo.getSupplicantState() != SupplicantState.COMPLETED) { in isNetworkSufficient()
|
D | WifiScoreCard.java | 581 if (state == SupplicantState.COMPLETED && wifiInfo.getSupplicantState() == state) { in noteSupplicantStateChanging()
|
D | ClientModeImpl.java | 4299 if (state == SupplicantState.COMPLETED) {
|
D | WifiMetrics.java | 5584 case COMPLETED: in supplicantStateToBit()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
D | FlingUpDownMethod.java | 98 AnimationState.COMPLETED 110 int COMPLETED = 6; // Animation loop completed. Occurs after user swipes beyond threshold field 184 setAnimationState(AnimationState.COMPLETED); in onStop() 527 if (animationState == AnimationState.COMPLETED) { in setAnimationState() 576 case AnimationState.COMPLETED: in updateAnimationState() 1125 setAnimationState(AnimationState.COMPLETED); in performAccept() 1135 setAnimationState(AnimationState.COMPLETED); in performReject()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ClientModeImplTest.java | 965 SupplicantState.COMPLETED)); in connect() 1822 SupplicantState.COMPLETED)); in connectWhileObtainingIp() 1867 SupplicantState.COMPLETED)); in networkRemovalWhileObtainingIp() 1948 SupplicantState.COMPLETED)); in testDhcpFailure() 2172 SupplicantState.COMPLETED)); in testBadNetworkEvent() 2433 SupplicantState.COMPLETED)); in disconnectFromNetworkWhenRemovedWhileObtainingIpAddr() 2481 SupplicantState.COMPLETED)); in testWifiInfoUpdatedUponSupplicantStateChangedEvent() 2487 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent() 2523 SupplicantState.COMPLETED)); in testWifiInfoUpdatedUponSupplicantStateChangedEventWithWrongSsid() 2529 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEventWithWrongSsid() [all …]
|
D | WifiNetworkSelectorTest.java | 545 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in lowRssi5GNetworkIsNotSufficient() 600 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noInternetAccessNetworkIsNotSufficient() 731 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noSelectionWhenCurrentNetworkNotInScanResults() 794 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in includeCurrentNetworkWhenCurrentNetworkNotNominated() 1363 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testStayOrTryToSwitchImpl() 1961 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in networkSelectionPerformedWhenAnyCmmIsNotSufficient() 1970 when(mSecondaryWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in networkSelectionPerformedWhenAnyCmmIsNotSufficient() 2022 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in networkSelectionNotPerformedWhenAllCmmIsSufficient() 2033 when(mSecondaryWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in networkSelectionNotPerformedWhenAllCmmIsSufficient()
|
D | WifiScoreCardTest.java | 450 mWifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testFirmwareRoam() 472 mWifiScoreCard.noteSupplicantStateChanging(mWifiInfo, SupplicantState.COMPLETED); in testFirmwareRoam() 477 mWifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testFirmwareRoam() 488 mWifiScoreCard.noteSupplicantStateChanging(mWifiInfo, SupplicantState.COMPLETED); in testFirmwareRoam() 491 mWifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testFirmwareRoam()
|
D | SupplicantStaIfaceHalTest.java | 1093 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeToCompletedCallback() 1104 any(WifiSsid.class), eq(BSSID), eq(SupplicantState.COMPLETED)); in testStateChangeToCompletedCallback() 3303 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeV13ToCompletedCallback() 3314 any(WifiSsid.class), eq(BSSID), eq(SupplicantState.COMPLETED)); in testStateChangeV13ToCompletedCallback() 3387 ISupplicantStaIfaceCallback.State.COMPLETED, in testStateChangeV13WithFilsHlpIESentToCompletedCallback() 3398 any(WifiSsid.class), eq(BSSID), eq(SupplicantState.COMPLETED)); in testStateChangeV13WithFilsHlpIESentToCompletedCallback()
|
D | WifiShellCommandTest.java | 725 wifiInfo.setSupplicantState(SupplicantState.COMPLETED); in testStatus()
|
D | WifiMetricsTest.java | 2596 new StateChangeResult(0, sWifiSsid, sBSSID, SupplicantState.COMPLETED);
|
/packages/modules/NeuralNetworks/runtime/ |
D | ExecutionBuilder.h | 207 enum class State { PREPARATION, COMPUTATION, COMPLETED }; enumerator 215 return mState == State::COMPLETED; in completed()
|
D | ExecutionBuilder.cpp | 532 if (!mReusable && mState == State::COMPLETED) { in checkAndSetComputationState() 1178 CHECK(mState != State::COMPLETED) << "ExecutionBuilder::finishComputation is called twice"; in finishComputation() 1179 mState = State::COMPLETED; in finishComputation()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiStatusTest.java | 209 } else if(SupplicantState.COMPLETED.equals(supplicantState)) { in setSupplicantStateText()
|
/packages/modules/Wifi/framework/api/ |
D | current.txt | 94 enum_constant public static final android.net.wifi.SupplicantState COMPLETED;
|