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