Lines Matching full:get
117 // get the filepath and break.
179 printAndExit("Failed to get event tags from " + mAlternateTagFile,
183 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/);
212 printAndExit("Failed to get event tags from " + mAlternateTagFile,
216 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/);
255 // now get the devices
306 printAndExit("Failed to get event-log-tags from " + device.getSerialNumber(),
347 // get the activity list.
348 ArrayList<Long> list = mLaunchMap.get(activity);
351 builder.append(list.get(index).longValue()).append(DATA_SEPARATOR);
370 // get the activity list.
371 ArrayList<Long> list = mLaunchMap.get(activity);
377 builder.append(list.get(0).longValue()).append(DATA_SEPARATOR);
378 builder.append(list.get(list.size()-1).longValue()).append(DATA_SEPARATOR);
381 builder.append(list.get(list.size()/2).longValue()).append(DATA_SEPARATOR);
418 // get the activity name
422 // get the launch time
429 // Couldn't get the name as a string...
436 ArrayList<Long> list = mLaunchMap.get(name);