Searched defs:possibleStates (Results 1 – 1 of 1) sorted by relevance
193 Set<Integer> possibleStates = possibleStates(false /* shouldSucceed */, in testRequestStateFailsAsTopApp_ifStateNotDefinedAsAvailableForAppsToRequest() local244 final Set<Integer> possibleStates = possibleStates(true /* shouldSucceed */, in testRequestStateSucceedsAsTopApp_ifStateDefinedAsAvailableForAppsToRequest() local301 final Set<Integer> possibleStates = possibleStates(true /* shouldSucceed */, in testRequestStateFailsAsBackgroundApp() local347 final Set<Integer> possibleStates = possibleStates(true /* shouldSucceed */, in testCancelStateRequestFromNewActivity() local420 private static Set<Integer> possibleStates(boolean shouldSucceed, in possibleStates() method in DeviceStateManagerTests447 private static int calculateDifferentState(int currentState, Set<Integer> possibleStates) { in calculateDifferentState()