Searched refs:getActionHandler (Results 1 – 7 of 7) sorted by relevance
86 ActionHandler getActionHandler(); in getActionHandler() method
132 mEnv.getActionHandler().startAuthentication(exception.getUserAction()); in updateToAuthenticationExceptionHeader()
145 view -> mEnv.getActionHandler().previewItem(holder.getItemDetails())); in onBindViewHolder()
324 mActions = mInjector.getActionHandler(mContentLock); in onActivityCreated()1265 public ActionHandler getActionHandler() { in getActionHandler() method in DirectoryFragment.AdapterEnvironment
69 public ActionHandler getActionHandler() { return mActionHandler; } in getActionHandler() method in ModelBackedDocumentsAdapterTest.TestEnvironment
158 public ActionHandler getActionHandler() { return mActionHandler; } in getActionHandler() method in DirectoryAddonsAdapterTest.TestEnvironment
145 public T getActionHandler(@Nullable ContentLock contentLock) { in getActionHandler() method in Injector