HomeSort by relevance Sort by last modified time
    Searched refs:mTestType (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainInteractionSession.java 37 private TestcaseType mTestType;
65 mTestType = TestcaseType.valueOf(testCaseType);
74 switch(mTestType) {
113 Log.i(TAG, "in onTaskFinished: testcasetype = " + mTestType + ", intent: " +
115 Intent broadcastIntent = new Intent(Utils.BROADCAST_INTENT + mTestType.toString());
117 broadcastIntent.putExtra(Utils.TESTCASE_TYPE, mTestType.toString());
134 Log.i(TAG, "in Session testcasetype = " + mTestType +
144 Log.i(TAG, "in Session sending sendAbortResult for testcasetype = " + mTestType);
174 MainInteractionSession.this.mTestType);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
NativeAudioThread.java 53 private int mTestType;
98 mTestType = testType;
112 mTestType = old.mTestType;
166 switch (mTestType) {
179 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY) {
193 mPerformanceMode, mTestType,
204 switch (mTestType) {
225 switch (mTestType) {
288 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD)
    [all...]
LoopbackAudioThread.java 75 private int mTestType; // latency test or buffer test
95 mTestType = testType;
132 mRecorderBufferPeriod, mTestType, frequency1, frequency2,
169 switch (mTestType) {
214 switch (mTestType) {
296 switch (mTestType) {
313 switch (mTestType) {
322 switch (mTestType) {
RecorderRunnable.java 45 private final int mTestType; // latency test or buffer test
101 mTestType = testType;
339 switch (mTestType) {
425 switch (mTestType) {
LoopbackActivity.java 120 private int mTestType;
    [all...]
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainInteractionSession.java 46 TestcaseType mTestType;
73 mTestType = TestcaseType.valueOf(testCaseType);
82 switch(mTestType) {
122 Log.i(TAG, "in onTaskFinished: testcasetype = " + mTestType + ", intent: " +
125 mTestType.toString());
129 extras.putString(BroadcastUtils.TESTCASE_TYPE, mTestType.toString());
146 Log.i(TAG, "in Session testcasetype = " + mTestType +
185 MainInteractionSession.this.mTestType);
  /tools/tradefederation/contrib/src/com/android/media/tests/
AudioLoopbackTest.java 90 private String mTestType = TESTTYPE_LATENCY_STR;
404 final String originalTestType = mTestType;
406 mTestType = TESTTYPE_LATENCY_STR;
437 mTestType = originalTestType;
664 if (mTestType.equals(TESTTYPE_GLITCH_STR)) {
671 if (mTestType.equals(TESTTYPE_LATENCY_STR)) {
690 if (mTestType.equals(TESTTYPE_GLITCH_STR)
703 if (mTestType.equals(TESTTYPE_LATENCY_STR)
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 52 private int mTestType = TYPE_CURSOR;
75 mTestType = testType;
79 switch (mTestType) {

Completed in 139 milliseconds