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

  /cts/hostsidetests/appsecurity/test-apps/NoRestartApp/src/com/android/cts/norestart/
NoRestartActivity.java 26 private int mCreateCount;
33 mCreateCount++;
46 intent.putExtra("CREATE_COUNT", mCreateCount);
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerTestBase.java 404 if (lifecycleCounts.mCreateCount < 1) {
405 fail(activityName + " must have been (re)created. mCreateCount="
406 + lifecycleCounts.mCreateCount);
413 if (lifecycleCounts.mCreateCount > 0) {
414 fail(activityName + " must *NOT* have been (re)created. mCreateCount="
415 + lifecycleCounts.mCreateCount);
433 } else if (lifecycleCounts.mCreateCount != numRelaunch) {
434 fail(activityName + " has been (re)created " + lifecycleCounts.mCreateCount
498 int mCreateCount;
508 mCreateCount++
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]

Completed in 2012 milliseconds