Home
last modified time | relevance | path

Searched refs:mNewIntentCount (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/NoRestartApp/src/com/android/cts/norestart/
DNoRestartActivity.java27 private int mNewIntentCount; field in NoRestartActivity
40 mNewIntentCount++; in onNewIntent()
47 intent.putExtra("NEW_INTENT_COUNT", mNewIntentCount); in sendBroadcast()