Home
last modified time | relevance | path

Searched defs:retValue (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java608 Boolean retValue = mUiccApplication != null ? in getIccLockEnabled() local
617 Boolean retValue = mUiccApplication != null ? in getIccFdnEnabled() local
630 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPin2Blocked() : false; in getIccPin2Blocked() local
636 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPuk2Blocked() : false; in getIccPuk2Blocked() local
709 Boolean retValue = mUiccCard != null ? mUiccCard.isApplicationOnIcc(type) : false; in isApplicationOnIcc() local
/frameworks/base/core/java/android/widget/
DExpandableListConnector.java403 Object retValue; in getItem() local
424 long retValue; in getItemId() local
444 View retValue; in getView() local
468 int retValue; in getItemViewType() local
/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT); in EffectProxyCreate() local
/frameworks/base/media/java/android/media/videoeditor/
DMediaArtistNativeHelper.java3221 int retValue = -1; in getFileType() local
3263 int retValue = -1; in getVideoCodecType() local
3291 int retValue = -1; in getAudioCodecType() local
3317 int retValue = -1; in getFrameRate() local
3359 int retValue = -1; in getMediaItemFileType() local
3397 int retValue = -1; in getMediaItemRenderingMode() local
3424 int retValue = -1; in getVideoTransitionBehaviour() local
3458 int retValue = -1; in getSlideSettingsDirection() local
3488 int retValue = -1; in getEffectColorType() local
3532 int retValue = VideoFrameSize.SIZE_UNDEFINED; in findVideoResolution() local
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppCacheTest.java442 public boolean retValue = false; field in AppCacheTest.PackageDataObserver
549 public boolean retValue = false; field in AppCacheTest.PackageStatsObserver
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java246 Float retValue = null; in getNullableFloat() local
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp569 GLenum retValue = glContext->hooks->gl.glCheckFramebufferStatus(target); in GLTrace_glCheckFramebufferStatus() local
1091 GLuint retValue = glContext->hooks->gl.glCreateProgram(); in GLTrace_glCreateProgram() local
1127 GLuint retValue = glContext->hooks->gl.glCreateShader(type); in GLTrace_glCreateShader() local
2238 GLint retValue = glContext->hooks->gl.glGetAttribLocation(program, name); in GLTrace_glGetAttribLocation() local
2345 GLenum retValue = glContext->hooks->gl.glGetError(); in GLTrace_glGetError() local
2813 const GLubyte* retValue = glContext->hooks->gl.glGetString(name); in GLTrace_glGetString() local
3020 GLint retValue = glContext->hooks->gl.glGetUniformLocation(program, name); in GLTrace_glGetUniformLocation() local
3214 GLboolean retValue = glContext->hooks->gl.glIsBuffer(buffer); in GLTrace_glIsBuffer() local
3250 GLboolean retValue = glContext->hooks->gl.glIsEnabled(cap); in GLTrace_glIsEnabled() local
3286 GLboolean retValue = glContext->hooks->gl.glIsFramebuffer(framebuffer); in GLTrace_glIsFramebuffer() local
[all …]