Searched refs:allowCancel (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java83 public void showPrompt(int taskId, boolean allowCancel) { argument
93 mRequestWindow = new RequestWindowView(mContext, allowCancel);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java4574 public void showScreenPinningRequest(int taskId, boolean allowCancel) { argument
4575 mScreenPinningRequest.showPrompt(taskId, allowCancel);
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2108 private final boolean scheduleServiceRestartLocked(ServiceRecord r, boolean allowCancel) { argument
2141 } else if (!allowCancel || (si.deliveryCount < ServiceRecord.MAX_DELIVERY_COUNT

Completed in 348 milliseconds