OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FINISH
(Results
1 - 6
of
6
) sorted by null
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
ApplicationRestrictionsActivity.java
36
public static final String
FINISH
= "finishActivity";
88
if (intent.getBooleanExtra(
FINISH
, false)) {
89
finish
();
method
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskUtilityActivity.java
27
public static final String
FINISH
= "
finish
";
77
if (intent.getBooleanExtra(
FINISH
, false)) {
78
finish
();
method
/libcore/luni/src/main/java/java/util/zip/
Deflater.java
36
* deflater.
finish
();
132
private static final int
FINISH
= 4;
291
public synchronized void
finish
() {
method in class:Deflater
292
flushParm =
FINISH
;
296
* Returns true if {@link #
finish
finish
} has been called and all
339
* {@link #
finish
} must be called to ensure the compressed data is output.
/system/security/keystore/include/keystore/
IKeystoreService.h
55
// struct for serializing the results of begin/update/
finish
131
FINISH
= IBinder::FIRST_CALL_TRANSACTION + 29,
219
virtual void
finish
(const sp<IBinder>& token, const KeymasterArguments& params,
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java
60
mRenderThread.
finish
();
277
public void
finish
() {
method in class:BlockingGLTextureView.EglHelper
312
private static final int
FINISH
= 4;
369
public void
finish
() {
method in class:BlockingGLTextureView.RenderThread
371
exec(
FINISH
);
410
case
FINISH
:
412
mEglHelper.
finish
();
434
mExecMsgId =
FINISH
;
/packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java
60
mRenderThread.
finish
();
277
public void
finish
() {
method in class:BlockingGLTextureView.EglHelper
312
private static final int
FINISH
= 4;
369
public void
finish
() {
method in class:BlockingGLTextureView.RenderThread
371
exec(
FINISH
);
410
case
FINISH
:
412
mEglHelper.
finish
();
434
mExecMsgId =
FINISH
;
Completed in 346 milliseconds