Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DOverlayHostTest.java94 int stateIndex = result.indexOf("mState", startIndex); in getStateForOverlay() local
95 assertTrue(startIndex < stateIndex && stateIndex < endIndex); in getStateForOverlay()
97 int colonIndex = result.indexOf(':', stateIndex); in getStateForOverlay()
98 assertTrue(stateIndex < colonIndex && colonIndex < endIndex); in getStateForOverlay()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/qstiles/
DInteractiveVerifierActivity.java174 final int stateIndex = mTestList.indexOf(mCurrentTest); in onSaveInstanceState() local
175 outState.putInt(STATE, stateIndex); in onSaveInstanceState()
178 Log.i(TAG, "saved state(" + stateIndex + "}, status(" + status + ")"); in onSaveInstanceState()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DVectorDrawableTest.java300 final int stateIndex = state.indexOf("state_"); in getTitleForStateSet() local
301 if (stateIndex >= 0) { in getTitleForStateSet()
302 builder.append(state.substring(stateIndex + 6)); in getTitleForStateSet()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java192 final int stateIndex = mTestList.indexOf(mCurrentTest); in onSaveInstanceState() local
193 outState.putInt(STATE, stateIndex); in onSaveInstanceState()
196 Log.i(TAG, "saved state(" + stateIndex + "}, status(" + status + ")"); in onSaveInstanceState()