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.java93 int stateIndex = result.indexOf("mState", startIndex); in getStateForOverlay() local
94 assertTrue(startIndex < stateIndex && stateIndex < endIndex); in getStateForOverlay()
96 int colonIndex = result.indexOf(':', stateIndex); in getStateForOverlay()
97 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.java299 final int stateIndex = state.indexOf("state_"); in getTitleForStateSet() local
300 if (stateIndex >= 0) { in getTitleForStateSet()
301 builder.append(state.substring(stateIndex + 6)); in getTitleForStateSet()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java188 final int stateIndex = mTestList.indexOf(mCurrentTest); in onSaveInstanceState() local
189 outState.putInt(STATE, stateIndex); in onSaveInstanceState()
192 Log.i(TAG, "saved state(" + stateIndex + "}, status(" + status + ")"); in onSaveInstanceState()