Searched refs:cancellation (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarWindowView.java | 98 MotionEvent cancellation = MotionEvent.obtain(ev); in onInterceptTouchEvent() local 99 cancellation.setAction(MotionEvent.ACTION_CANCEL); in onInterceptTouchEvent() 100 latestItems.onInterceptTouchEvent(cancellation); in onInterceptTouchEvent() 101 cancellation.recycle(); in onInterceptTouchEvent()
|
/frameworks/base/core/java/android/print/ |
D | PrintManager.java | 773 final CancellationSignal cancellation; in handleMessage() local 780 cancellation = new CancellationSignal(); in handleMessage() 781 mLayoutOrWriteCancellation = cancellation; in handleMessage() 789 layoutSpec.newAttributes, cancellation, in handleMessage() 797 final CancellationSignal cancellation; in handleMessage() local 804 cancellation = new CancellationSignal(); in handleMessage() 805 mLayoutOrWriteCancellation = cancellation; in handleMessage() 813 cancellation, new MyWriteResultCallback(writeSpec.callback, in handleMessage()
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 92 and react to a cancellation requests.</p> 149 // Respond to cancellation request 175 have three outcomes: completion, cancellation, or failure in the case where calculation of the 261 // check for cancellation 301 method can have three outcomes: completion, cancellation, or failure in the case where the
|
D | html-docs.jd | 173 of the print job in you application for completion, failure, or user cancellation. Creating an
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 21 <li><a href="#cancellation">Cancellation</a></li> 64 about handling user cancellations, see <a href="#cancellation">Subscription Cancellation</a>.</p> 194 until cancellation. When the transaction is complete, Google Play notifies users 206 cancellation.</p> 240 <h2 id="cancellation">Subscription Cancellation</h2> 255 <p>In some cases, the user may contact you directly to request cancellation of a
|
D | gp-purchase-status-api.jd | 46 requiring them to manage the cancellation themselves on their Android devices.</p>
|
/frameworks/base/docs/html/design/building-blocks/ |
D | dialogs.jd | 36 … specific actions such as Close or Wait rather than a confirmation or cancellation of the action d…
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_subscriptions.jd | 357 …e subscription expired without renewal because of non-payment or user-cancellation. Your app does … 393 non-payment or user cancellation</em>. </p> 408 <p>Your app can handle user cancellation and non-payment in the same way, since both cause
|
/frameworks/base/docs/html/about/versions/ |
D | jelly-bean.jd | 1502 … apply noise suppression for improving speech recording quality, echo cancellation for acoustic ec…
|