Home
last modified time | relevance | path

Searched refs:getActionHandler (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/view/
DQCTileView.java143 } else if (qcTile.getActionHandler() != null) { in onChanged()
144 qcTile.getActionHandler().onAction(qcTile, getContext(), intent); in onChanged()
146 mActionListener.onQCAction(qcTile, qcTile.getActionHandler()); in onChanged()
DQCRowView.java222 } else if (row.getPrimaryAction() != null || row.getActionHandler() != null) { in setRow()
492 } else if (item.getActionHandler() != null) { in fireAction()
493 item.getActionHandler().onAction(item, getContext(), intent); in fireAction()
495 mActionListener.onQCAction(item, item.getActionHandler()); in fireAction()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DProfileSwitcherTest.java335 otherUserRow.getActionHandler().onAction(otherUserRow, mContext, new Intent()); in onUserPressed_triggersSwitch()
365 guestRow.getActionHandler().onAction(guestRow, mContext, new Intent()); in onGuestPressed_createsAndSwitches()
391 otherUserRow.getActionHandler().onAction(otherUserRow, mContext, new Intent()); in onUserPressed_alreadyStartedUser_doesNothing()
427 newUserRow.getActionHandler().onAction(newUserRow, mContext, new Intent()); in onUserPressed_secondaryUser_stopsAndStartsNewUser()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
DTestEnvironment.java45 public ActionHandler getActionHandler() { in getActionHandler() method in TestEnvironment
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/common/
DDistantDisplayQcItem.java59 public QCItem.ActionHandler getActionHandler() { in getActionHandler() method in DistantDisplayQcItem
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java185 mEnv.getActionHandler().showCreateDirectoryDialog(); in update()
202 mEnv.getActionHandler().startAuthentication(exception.getUserAction()); in updateToAuthenticationExceptionHeader()
302 mCallback = () -> mEnv.getActionHandler().requestQuietModeDisabled( in updateToQuietModeErrorMessage()
DDocumentsAdapter.java87 ActionHandler getActionHandler(); in getActionHandler() method
DModelBackedDocumentsAdapter.java154 view -> mEnv.getActionHandler().previewItem(holder.getItemDetails())); in onBindViewHolder()
DDirectoryFragment.java547 mActions = mInjector.getActionHandler(mContentLock); in onActivityCreated()
1558 public ActionHandler getActionHandler() { in getActionHandler() method in DirectoryFragment.AdapterEnvironment
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/qc/
DDisplaySwitcher.java72 controlElement.setActionHandler(control.getActionHandler()); in getQCItem()
/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/
DQCItem.java117 public ActionHandler getActionHandler() { in getActionHandler() method in QCItem
/packages/apps/DocumentsUI/src/com/android/documentsui/
DInjector.java143 public T getActionHandler(@Nullable ContentLock contentLock) { in getActionHandler() method in Injector