Searched refs:currentState (Results 1 – 1 of 1) sorted by relevance
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()