Searched refs:allowCancel (Results 1 – 3 of 3) sorted by relevance
80 public void showPrompt(int taskId, boolean allowCancel) { in showPrompt() argument90 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()
1876 private final boolean scheduleServiceRestartLocked(ServiceRecord r, boolean allowCancel) { in scheduleServiceRestartLocked() argument1909 } else if (!allowCancel || (si.deliveryCount < ServiceRecord.MAX_DELIVERY_COUNT in scheduleServiceRestartLocked()
4973 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() argument4974 mScreenPinningRequest.showPrompt(taskId, allowCancel); in showScreenPinningRequest()