Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
H A DDemoProvider.java98 AbstractActionHandler.CODE_AUTHENTICATION, intent, in queryChildDocuments()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DAbstractActionHandler.java91 public static final int CODE_AUTHENTICATION = 43; field in AbstractActionHandler
172 mActivity.startIntentSenderForResult(intent.getIntentSender(), CODE_AUTHENTICATION, in startAuthentication() local
187 case CODE_AUTHENTICATION: in onActivityResult()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DActionHandlerTest.java598 assertEquals(AbstractActionHandler.CODE_AUTHENTICATION, in testAuthentication()
604 mHandler.onActivityResult(AbstractActionHandler.CODE_AUTHENTICATION, Activity.RESULT_OK, in testOnActivityResult_onOK()
614 mHandler.onActivityResult(AbstractActionHandler.CODE_AUTHENTICATION, in testOnActivityResult_onNotOK()