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 scale 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 sounds 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, "End rate test");
197 if (DEBUG) Log.d(LOG_TAG, "Begin priority test");
203 if (DEBUG) Log.d(LOG_TAG, "Start note " + normalId);
205 Log.e(LOG_TAG, "Error occurred starting note");
214 Log.e(LOG_TAG, "Normal > Low priority test failed");
218 Log.e(LOG_TAG, "Normal > Low priority test passed");
226 Log.e(LOG_TAG, "High > Normal priority test failed");
229 Log.e(LOG_TAG, "High > Normal priority test passed");
237 if (DEBUG) Log.d(LOG_TAG, "End priority test");
242 if (DEBUG) Log.d(LOG_TAG, "Begin pause/resume test");
248 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
250 Log.e(LOG_TAG, "Error occurred starting note");
270 if (DEBUG) Log.d(LOG_TAG, "Start note " + ids[i]);
272 Log.e(LOG_TAG, "Error occurred starting note");
290 if (DEBUG) Log.d(LOG_TAG, "End pause/resume test");
295 if (DEBUG) Log.d(LOG_TAG, "Begin volume test");
299 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
301 Log.e(LOG_TAG, "Test failed - exiting");
312 if (DEBUG) Log.d(LOG_TAG, "Change volume (" + leftVolume + "," + rightVolume + ")");
316 if (DEBUG) Log.d(LOG_TAG, "End volume test");
321 if (DEBUG) Log.d(LOG_TAG, "Test thread running");
350 if (DEBUG) Log.d(LOG_TAG, "Test interrupted");
363 if (DEBUG) Log.d(LOG_TAG, "Test thread exit");
365 Log.i(LOG_TAG, "All tests passed");
367 Log.i(LOG_TAG, failures + " tests failed");
372 if (DEBUG) Log.d(LOG_TAG, "interrupt");
379 if (DEBUG) Log.d(LOG_TAG, "quit");
390 Log.v(LOG_TAG, "onPause");
398 Log.v(LOG_TAG, "onResume");