Home
last modified time | relevance | path

Searched defs:showPrompt (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/interactor/
DScreenRecordTileUserActionInteractor.kt79 private fun showPrompt(expandable: Expandable?, userId: Int) { in showPrompt() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/irecording/domain/interactor/
DIssueRecordingUserActionInteractor.kt77 private fun showPrompt(expandable: Expandable?) { in showPrompt() method in com.android.systemui.qs.tiles.impl.irecording.domain.interactor.IssueRecordingUserActionInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DRecordIssueTile.kt180 private fun showPrompt(expandable: Expandable?) { in pendingServiceIntent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DScreenPinningRequest.java131 public void showPrompt(int taskId, boolean allowCancel) { in showPrompt() method in ScreenPinningRequest
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java365 private void showPrompt(@NonNull PromptViewModel viewModel, in showPrompt() method in AuthContainerView