Home
last modified time | relevance | path

Searched refs:RELEASED (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageParserTest.java51 private static final String RELEASED = null; field in PackageParserTest
93 verifyComputeMinSdkVersion(OLDER_VERSION, RELEASED, false, OLDER_VERSION); in testComputeMinSdkVersion_preReleasePlatform()
98 verifyComputeMinSdkVersion(PLATFORM_VERSION, RELEASED, false, PLATFORM_VERSION); in testComputeMinSdkVersion_preReleasePlatform()
103 verifyComputeMinSdkVersion(NEWER_VERSION, RELEASED, false, -1); in testComputeMinSdkVersion_preReleasePlatform()
133 verifyComputeMinSdkVersion(OLDER_VERSION, RELEASED, true, OLDER_VERSION); in testComputeMinSdkVersion_releasedPlatform()
138 verifyComputeMinSdkVersion(PLATFORM_VERSION, RELEASED, true, PLATFORM_VERSION); in testComputeMinSdkVersion_releasedPlatform()
143 verifyComputeMinSdkVersion(NEWER_VERSION, RELEASED, true, -1); in testComputeMinSdkVersion_releasedPlatform()
188 verifyComputeTargetSdkVersion(OLDER_VERSION, RELEASED, false, OLDER_VERSION); in testComputeTargetSdkVersion_preReleasePlatform()
193 verifyComputeTargetSdkVersion(PLATFORM_VERSION, RELEASED, false, PLATFORM_VERSION); in testComputeTargetSdkVersion_preReleasePlatform()
198 verifyComputeTargetSdkVersion(NEWER_VERSION, RELEASED, false, NEWER_VERSION); in testComputeTargetSdkVersion_preReleasePlatform()
[all …]
/frameworks/av/media/codec2/sfplugin/
DCCodec.h128 RELEASED, enumerator
142 inline State() : mState(RELEASED) {} in State()
DCCodec.cpp585 if (state->get() != RELEASED) { in initiateAllocateComponent()
631 state->set(RELEASED); in allocate()
642 state->set(RELEASED); in allocate()
685 state->set(RELEASED); in configure()
1335 || state->get() == RELEASED in initiateStop()
1395 if (state->get() == RELEASED || state->get() == RELEASING) { in initiateRelease()
1441 if (state->get() == RELEASED) { in release()
1455 state->set(RELEASED); in release()
1569 if (state->get() == RELEASED) { in signalSetParameters()
1640 if (state->get() == RELEASED) { in signalRequestIDRFrame()
/frameworks/base/core/java/android/text/method/
DMetaKeyKeyListener.java301 else if (current == RELEASED) in adjust()
351 else if (state == RELEASED) in press()
411 content.setSpan(what, 0, 0, RELEASED); in release()
648 private static final int RELEASED = field in MetaKeyKeyListener
/frameworks/native/cmds/lshal/
DTableEntry.cpp62 case TableColumnType::RELEASED: return "R"; in getTitle()
92 case TableColumnType::RELEASED: in getField()
DTableEntry.h47 RELEASED, enumerator
DListCommand.cpp932 thiz->mSelectedColumns.push_back(TableColumnType::RELEASED); in registerAllOptions()
1157 mSelectedColumns = {TableColumnType::VINTF, TableColumnType::RELEASED, in parseArgs()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvInputHal.cpp113 RELEASED, enumerator
129 mBufferState(RELEASED), in BufferProducerThread()
174 mBufferState = RELEASED; in setSurfaceLocked()
192 mBufferState = RELEASED; in onCaptured()
232 mBufferState = RELEASED; in threadLoop()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java72 RELEASED, enumConstant
153 mActivityViewStatus = ActivityViewStatus.RELEASED;
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp3228 RELEASED, enumerator
3304 if (mPreviousBufferResult == ExpectedResult::PreviousBuffer::RELEASED) { in verifySurfaceControlStats()
3726 : ExpectedResult::PreviousBuffer::RELEASED); in TEST_F()
3823 : ExpectedResult::PreviousBuffer::RELEASED); in TEST_F()
3864 : ExpectedResult::PreviousBuffer::RELEASED); in TEST_F()
4141 ExpectedResult::PreviousBuffer::RELEASED); in TEST_F()
4186 ExpectedResult::PreviousBuffer::RELEASED); in TEST_F()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70420 Landroid/text/method/MetaKeyKeyListener;->RELEASED:I