Searched refs:ALL_AVAILABLE_ACCELERATORS (Results 1 – 1 of 1) sorted by relevance
56 private static final String ALL_AVAILABLE_ACCELERATORS = "All available"; field in MainActivity93 modelNames.addAll(modelsForAccelerator(ALL_AVAILABLE_ACCELERATORS)); in onCreate()113 acceleratorNames.add(ALL_AVAILABLE_ACCELERATORS); in onCreate()169 if (acceleratorName == null || acceleratorName.equals(ALL_AVAILABLE_ACCELERATORS)) { in modelsForAccelerator()