Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java85 public static final int CODE_AUTHENTICATION = 43; field in AbstractActionHandler
161 mActivity.startIntentSenderForResult(intent.getIntentSender(), CODE_AUTHENTICATION, in startAuthentication() local
171 case CODE_AUTHENTICATION: in onActivityResult()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java610 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()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDemoProvider.java98 AbstractActionHandler.CODE_AUTHENTICATION, intent, 0); in queryChildDocuments()