Searched refs:showPrompt (Results 1 – 4 of 4) sorted by relevance
119 mUiHandler.post(() -> showPrompt(view)); in handleClick()169 private void showPrompt(@Nullable View view) { in showPrompt() method in ScreenRecordTile
359 showPrompt(config, layoutInflater, promptViewModel, in AuthContainerView()383 private void showPrompt(@NonNull Config config, @NonNull LayoutInflater layoutInflater, in showPrompt() method in AuthContainerView
123 public void showPrompt(int taskId, boolean allowCancel) { in showPrompt() method in ScreenPinningRequest
3036 mScreenPinningRequest.showPrompt(taskId, allowCancel); in showScreenPinningRequest()