Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DIntentFilterVerificationState.java29 public final static int STATE_UNDEFINED = 0; field in IntentFilterVerificationState
49 mState = STATE_UNDEFINED; in IntentFilterVerificationState()
54 if (state > STATE_VERIFICATION_FAILURE || state < STATE_UNDEFINED) { in setState()
55 mState = STATE_UNDEFINED; in setState()
106 int state = STATE_UNDEFINED; in setVerifierResponse()