Searched refs:curState (Results 1 – 4 of 4) sorted by relevance
61 final IState curState = stateMachine.getCurrentState(); in StateMachineObituary() local62 mLastStateName = curState == null ? "<QUIT>" : curState.getName(); in StateMachineObituary()
1279 final int curState = intent.getIntExtra(EXTRA_WIFI_AP_STATE, WIFI_AP_STATE_DISABLED); in handleWifiApAction() local1283 switch (curState) { in handleWifiApAction()1296 disableWifiIpServing(ifname, curState); in handleWifiApAction()
4064 int curState = PackageManagerHelper4066 writer.println("Current State: " + getAppEnabledStateName(curState));
6695 int curState = mWifiInjector.getActiveModeWarden() in processMessageImpl() local6697 mRssiMonitor.updatePollRssiInterval(curState); in processMessageImpl()