Searched refs:allowCancel (Results 1 – 3 of 3) sorted by relevance
101 public void showPrompt(int taskId, boolean allowCancel) { in showPrompt() argument111 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()
2657 private final boolean scheduleServiceRestartLocked(ServiceRecord r, boolean allowCancel) { in scheduleServiceRestartLocked() argument2690 } else if (!allowCancel || (si.deliveryCount < ServiceRecord.MAX_DELIVERY_COUNT in scheduleServiceRestartLocked()2706 if (allowCancel) { in scheduleServiceRestartLocked()
3851 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() argument3852 mScreenPinningRequest.showPrompt(taskId, allowCancel); in showScreenPinningRequest()