Home
last modified time | relevance | path

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

/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/view/
DQCTileView.java164 } else if (qcTile.getActionHandler() != null) { in onChanged()
165 qcTile.getActionHandler().onAction(qcTile, getContext(), intent); in onChanged()
167 mActionListener.onQCAction(qcTile, qcTile.getActionHandler()); in onChanged()
DQCRowView.java232 } else if (row.getPrimaryAction() != null || row.getActionHandler() != null) { in setRow()
530 } else if (item.getActionHandler() != null) { in fireAction()
531 item.getActionHandler().onAction(item, getContext(), intent); in fireAction()
533 mActionListener.onQCAction(item, item.getActionHandler()); in fireAction()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DProfileSwitcherTest.java352 otherUserRow.getActionHandler().onAction(otherUserRow, mContext, new Intent()); in onUserPressed_triggersSwitch()
388 guestRow.getActionHandler().onAction(guestRow, mContext, new Intent()); in onGuestPressed_createsAndSwitches()
414 otherUserRow.getActionHandler().onAction(otherUserRow, mContext, new Intent()); in onUserPressed_alreadyStartedUser_doesNothing()
450 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.java186 mEnv.getActionHandler().showCreateDirectoryDialog(); in update()
203 mEnv.getActionHandler().startAuthentication(exception.getUserAction()); in updateToAuthenticationExceptionHeader()
308 mCallback = () -> mEnv.getActionHandler().requestQuietModeDisabled( in updateToQuietModeErrorMessage()
DDocumentsAdapter.java87 ActionHandler getActionHandler(); in getActionHandler() method
DModelBackedDocumentsAdapter.java159 view -> mEnv.getActionHandler().previewItem(holder.getItemDetails())); in onBindViewHolder()
DDirectoryFragment.java567 mActions = mInjector.getActionHandler(mContentLock); in onActivityCreated()
1634 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.java149 public ActionHandler getActionHandler() { in getActionHandler() method in QCItem
/packages/apps/DocumentsUI/src/com/android/documentsui/
DInjector.java148 public T getActionHandler(@Nullable ContentLock contentLock) { in getActionHandler() method in Injector
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/
DSliceItem.java326 private ActionHandler getActionHandler() { in getActionHandler() method in SliceItem
356 ActionHandler handler = getActionHandler(); in fireActionInternal()