Searched refs:allowCancel (Results 1 – 2 of 2) sorted by relevance
131 public void showPrompt(int taskId, boolean allowCancel) { in showPrompt() argument141 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()
5255 private final boolean scheduleServiceRestartLocked(ServiceRecord r, boolean allowCancel) { in scheduleServiceRestartLocked() argument5290 } else if (!allowCancel || (si.deliveryCount < ServiceRecord.MAX_DELIVERY_COUNT in scheduleServiceRestartLocked()5306 if (allowCancel) { in scheduleServiceRestartLocked()