Searched refs:where (Results 1 – 6 of 6) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityTestsBase.java | 87 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() argument 88 finishWithResult(resultCode, data, where); in activityFinished() 114 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local 115 where.fillInStackTrace(); in finishWithResult() 116 finishWithResult(resultCode, data, where); in finishWithResult() 119 public void finishWithResult(int resultCode, Intent data, RuntimeException where) { in finishWithResult() argument 123 mResultStack = where; in finishWithResult()
|
D | LaunchpadActivity.java | 78 public void activityFinished(int resultCode, Intent data, RuntimeException where); in activityFinished() argument 437 private void checkLifecycle(String where) { in checkLifecycle() argument 445 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle() 452 if (mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle() 453 Log.w(TAG, "Matched: " + where); in checkLifecycle() 456 Log.w(TAG, "Expected " + mExpectedLifecycle[mNextLifecycle] + " but got " + where); in checkLifecycle() 461 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | ActivityTestsBase.java | 87 public void activityFinished(int resultCode, Intent data, RuntimeException where) { in activityFinished() argument 88 finishWithResult(resultCode, data, where); in activityFinished() 114 final RuntimeException where = new RuntimeException("Original error was here"); in finishWithResult() local 115 where.fillInStackTrace(); in finishWithResult() 116 finishWithResult(resultCode, data, where); in finishWithResult() 119 public void finishWithResult(int resultCode, Intent data, RuntimeException where) { in finishWithResult() argument 123 mResultStack = where; in finishWithResult()
|
D | LaunchpadActivity.java | 78 public void activityFinished(int resultCode, Intent data, RuntimeException where); in activityFinished() argument 437 private void checkLifecycle(String where) { in checkLifecycle() argument 445 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle() 452 if (mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle() 453 Log.w(TAG, "Matched: " + where); in checkLifecycle() 456 Log.w(TAG, "Expected " + mExpectedLifecycle[mNextLifecycle] + " but got " + where); in checkLifecycle() 461 finishBad("Activity lifecycle for " + action + " incorrect: received " + where in checkLifecycle()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 3364 String where = null; in getInstances() local 3367 where += " OR "; in getInstances() 3369 where = ""; in getInstances() 3371 where += (Instances.CALENDAR_ID + "=" + calendarIds[i]); in getInstances() 3373 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstances() 3415 String where = null; in getInstancesSearch() local 3418 where += " OR "; in getInstancesSearch() 3420 where = ""; in getInstancesSearch() 3422 where += (Instances.CALENDAR_ID + "=" + calendarIds[i]); in getInstancesSearch() 3427 Cursor instances = mContentResolver.query(uri, projection, where, null, in getInstancesSearch()
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 88 /** where we are currently in building a right hand side */
|