Searched refs:allowCancel (Results 1 – 3 of 3) sorted by relevance
91 public void showPrompt(int taskId, boolean allowCancel) { in showPrompt() argument101 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()
3852 public void showScreenPinningRequest(int taskId, boolean allowCancel) { in showScreenPinningRequest() argument3853 mScreenPinningRequest.showPrompt(taskId, allowCancel); in showScreenPinningRequest()
2354 private final boolean scheduleServiceRestartLocked(ServiceRecord r, boolean allowCancel) { in scheduleServiceRestartLocked() argument2387 } else if (!allowCancel || (si.deliveryCount < ServiceRecord.MAX_DELIVERY_COUNT in scheduleServiceRestartLocked()