Searched refs:currentState (Results 1 – 6 of 6) sorted by relevance
83 int currentState = Integer.parseInt(getDevice() in testDeviceStateChanges() local86 int currentStateIndex = availableStates.indexOf(currentState); in testDeviceStateChanges()92 CLog.d("testDeviceStateChange: from " + currentState + " to " + nextState); in testDeviceStateChanges()95 currentState = nextState; in testDeviceStateChanges()
56 ActivityCallback currentState = activityLog.get(activityLog.size() - 1); in waitAndAssertActivityCurrentState()57 return currentState == expectedState; in waitAndAssertActivityCurrentState()
72 int currentState) { in CpmsFrameworkLayerStateInfo() argument86 mCurrentState = currentState; in CpmsFrameworkLayerStateInfo()181 int currentState = -1; in parse() local203 currentState = parser.getIntData(CURRENT_STATE_HDR); in parse()266 silentModeByHw, forcedSilentMode, currentState); in parse()
193 private static int determineNewState(int currentState, int[] states) in determineNewState() argument196 if (state != currentState) { in determineNewState()
719 int currentState = isInForeground() ? STATE_FOREGROUND : STATE_DEFAULT; in testUidTagStateDetails() local720 int otherState = (currentState == STATE_DEFAULT) ? STATE_FOREGROUND : STATE_DEFAULT; in testUidTagStateDetails()723 int[] statesWithTraffic = {currentState, STATE_ALL}; in testUidTagStateDetails()
750 int currentState; field in WifiManagerTest.TestSoftApCallback815 return currentState; in getCurrentState()864 currentState = state; in onStateChanged()