Searched refs:allowCancel (Results 1 – 3 of 3) sorted by relevance
83 public void showPrompt(int taskId, boolean allowCancel) { in showPrompt() argument93 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()
2108 private final boolean scheduleServiceRestartLocked(ServiceRecord r, boolean allowCancel) { in scheduleServiceRestartLocked() argument2141 } else if (!allowCancel || (si.deliveryCount < ServiceRecord.MAX_DELIVERY_COUNT in scheduleServiceRestartLocked()
4574 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() argument4575 mScreenPinningRequest.showPrompt(taskId, allowCancel); in showScreenPinningRequest()