Searched refs:STATE_NEED_VERIFY_CHECKED (Results 1 – 2 of 2) sorted by relevance
290 private static final int STATE_NEED_VERIFY_CHECKED = 0x00000100; field in IntentFilter661 if ((mVerifyState & STATE_NEED_VERIFY_CHECKED) == STATE_NEED_VERIFY_CHECKED) { in isVerified()675 mVerifyState |= STATE_NEED_VERIFY_CHECKED; in setVerified()
14511 Landroid/content/IntentFilter;->STATE_NEED_VERIFY_CHECKED:I