Searched refs:CODE_AUTHENTICATION (Results 1 – 3 of 3) sorted by relevance
85 public static final int CODE_AUTHENTICATION = 43; field in AbstractActionHandler161 mActivity.startIntentSenderForResult(intent.getIntentSender(), CODE_AUTHENTICATION, in startAuthentication() local171 case CODE_AUTHENTICATION: in onActivityResult()
610 assertEquals(AbstractActionHandler.CODE_AUTHENTICATION, in testAuthentication()616 mHandler.onActivityResult(AbstractActionHandler.CODE_AUTHENTICATION, Activity.RESULT_OK, in testOnActivityResult_onOK()626 mHandler.onActivityResult(AbstractActionHandler.CODE_AUTHENTICATION, in testOnActivityResult_onNotOK()
98 AbstractActionHandler.CODE_AUTHENTICATION, intent, 0); in queryChildDocuments()