Searched refs:allowCancel (Results 1 – 3 of 3) sorted by relevance
70 public void showPrompt(boolean allowCancel) { in showPrompt() argument73 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()
1200 boolean allowCancel) { in scheduleServiceRestartLocked() argument1227 } else if (!allowCancel || (si.deliveryCount < ServiceRecord.MAX_DELIVERY_COUNT in scheduleServiceRestartLocked()
3944 public void showScreenPinningRequest(boolean allowCancel) { in showScreenPinningRequest() argument3945 mScreenPinningRequest.showPrompt(allowCancel); in showScreenPinningRequest()