Searched refs:GRAPH_SIZE (Results 1 – 1 of 1) sorted by relevance
94 public static final String GRAPH_SIZE = "graph_size"; field in RandomGraphTest115 intent.putExtra(GRAPH_SIZE, graphSize); in intentInitializer()129 copyFrom.getIntExtra(RandomGraphTest.GRAPH_SIZE, in intentInitializer()170 mGraphSize = configParams.getIntExtra(GRAPH_SIZE, DEFAULT_GRAPH_SIZE); in init()