Lines Matching refs:LOG_TAG

39     private static final String LOG_TAG = "SoundPoolTest";
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
98 Log.e(LOG_TAG, "Unable to open resource");
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
138 Log.e(LOG_TAG, "Error occurred starting note");
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
160 Log.e(LOG_TAG, "Error occurred starting note");
165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
168 if (DEBUG) Log.d(LOG_TAG, "End scale test");
173 if (DEBUG) Log.d(LOG_TAG, "Begin rate test");
179 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
181 Log.e(LOG_TAG, "Test failed - exiting");
189 if (DEBUG) Log.d(LOG_TAG, "Change rate " + mScale[step]);
192 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
193 if (DEBUG) Log.d(LOG_TAG, "End rate test");
198 if (DEBUG) Log.d(LOG_TAG, "Begin priority test");
204 if (DEBUG) Log.d(LOG_TAG, "Start note " + normalId);
206 Log.e(LOG_TAG, "Error occurred starting note");
215 Log.e(LOG_TAG, "Normal > Low priority test failed");
220 Log.i(LOG_TAG, "Normal > Low priority test passed");
227 Log.e(LOG_TAG, "High > Normal priority test failed");
231 Log.i(LOG_TAG, "Stopping high priority");
234 Log.i(LOG_TAG, "High > Normal priority test passed");
238 Log.i(LOG_TAG, "Stopping normal priority");
242 if (DEBUG) Log.d(LOG_TAG, "End priority test");
247 if (DEBUG) Log.d(LOG_TAG, "Begin pause/resume test");
253 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
255 Log.e(LOG_TAG, "Error occurred starting note");
262 if (DEBUG) Log.d(LOG_TAG, "Pause note " + id);
265 if (DEBUG) Log.d(LOG_TAG, "Resume note " + id);
270 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
279 if (DEBUG) Log.d(LOG_TAG, "Start note " + ids[i]);
281 Log.e(LOG_TAG, "Error occurred starting note");
289 if (DEBUG) Log.d(LOG_TAG, "autoPause");
292 if (DEBUG) Log.d(LOG_TAG, "autoResume");
298 if (DEBUG) Log.d(LOG_TAG, "Stop note " + ids[i]);
302 if (DEBUG) Log.d(LOG_TAG, "End pause/resume test");
307 if (DEBUG) Log.d(LOG_TAG, "Begin volume test");
311 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
313 Log.e(LOG_TAG, "Test failed - exiting");
324 if (DEBUG) Log.d(LOG_TAG, "Change volume (" + leftVolume + "," + rightVolume + ")");
328 if (DEBUG) Log.d(LOG_TAG, "End volume test");
333 if (DEBUG) Log.d(LOG_TAG, "Test thread running");
362 if (DEBUG) Log.d(LOG_TAG, "Test interrupted");
375 if (DEBUG) Log.d(LOG_TAG, "Test thread exit");
377 Log.i(LOG_TAG, "All tests passed");
379 Log.i(LOG_TAG, failures + " tests failed");
384 if (DEBUG) Log.d(LOG_TAG, "interrupt");
391 if (DEBUG) Log.d(LOG_TAG, "quit");
402 Log.v(LOG_TAG, "onPause");
410 Log.v(LOG_TAG, "onResume");