Searched refs:currentState (Results 1 – 1 of 1) sorted by relevance
692 int currentState = isInForeground() ? STATE_FOREGROUND : STATE_DEFAULT; in testUidTagStateDetails() local693 int otherState = (currentState == STATE_DEFAULT) ? STATE_FOREGROUND : STATE_DEFAULT; in testUidTagStateDetails()696 int[] statesWithTraffic = {currentState, STATE_ALL}; in testUidTagStateDetails()