Searched refs:allowCancel (Results 1 – 3 of 3) sorted by relevance
71 public void showPrompt(boolean allowCancel) { in showPrompt() argument74 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()
1166 boolean allowCancel) { in scheduleServiceRestartLocked() argument1193 } else if (!allowCancel || (si.deliveryCount < ServiceRecord.MAX_DELIVERY_COUNT in scheduleServiceRestartLocked()
4196 public void showScreenPinningRequest(boolean allowCancel) {4197 mScreenPinningRequest.showPrompt(allowCancel);