Searched refs:results (Results 1 – 10 of 10) sorted by relevance
46 ArrayList<String> results = new ArrayList<String>(); in onStartListening() local58 results.add("a"); in onStartListening()59 results.add("b"); in onStartListening()60 results.add("c"); in onStartListening()62 results.add("1"); in onStartListening()63 results.add("2"); in onStartListening()64 results.add("3"); in onStartListening()68 bundle.putStringArrayList(SpeechRecognizer.RESULTS_RECOGNITION, results); in onStartListening()71 listener.results(bundle); in onStartListening()
64 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, in execute() local66 if ((results != null) && (results.length > 0)){ in execute()67 for (int i = 0; i < results.length; i++){ in execute()68 resultUris.add(results[i].uri); in execute()
176 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) {177 if (results != null) {178 for (String key : results.keySet()) {180 "INSTRUMENTATION_STATUS_RESULT: " + key + "=" + results.get(key));186 int resultCode, Bundle results) {187 if (results != null) {188 for (String key : results.keySet()) {190 "INSTRUMENTATION_RESULT: " + key + "=" + results.get(key));
36 protected void onSortResultList(List<ResolveInfo> results) { in onSortResultList() argument37 super.onSortResultList(results); in onSortResultList()43 results.addAll(0, topItems); in onSortResultList()
88 mResults = (TextView)findViewById(R.id.results); in onCreate()
86 mResults = (TextView)v.findViewById(R.id.results); in onCreateView()
238 List<Voicemail> results = new ArrayList<Voicemail>(cursor.getCount()); in getAllVoicemails() local247 results.add(getVoicemailFromCursor(cursor)); in getAllVoicemails()249 return results; in getAllVoicemails()
88 mResults = (TextView)v.findViewById(R.id.results); in onCreateView()
323 HashSet<String> results = new HashSet<String>(); in getNodes() local328 results.add(node.getId()); in getNodes()331 return results; in getNodes()
487 inefficient - j. not producing desired results; wasteful655 odor - n. the sensation that results when olfactory receptors in the nose are stimulated by particu…