Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java790 Boolean retValue = mUiccApplication != null ? in getIccLockEnabled() local
799 Boolean retValue = mUiccApplication != null ? in getIccFdnEnabled() local
812 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPin2Blocked() : false; in getIccPin2Blocked() local
818 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPuk2Blocked() : false; in getIccPuk2Blocked() local
891 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/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.cpp568 GLenum retValue = glContext->hooks->gl.glCheckFramebufferStatus(target); in GLTrace_glCheckFramebufferStatus() local
1090 GLuint retValue = glContext->hooks->gl.glCreateProgram(); in GLTrace_glCreateProgram() local
1126 GLuint retValue = glContext->hooks->gl.glCreateShader(type); in GLTrace_glCreateShader() local
2237 GLint retValue = glContext->hooks->gl.glGetAttribLocation(program, name); in GLTrace_glGetAttribLocation() local
2344 GLenum retValue = glContext->hooks->gl.glGetError(); in GLTrace_glGetError() local
2812 const GLubyte * retValue = glContext->hooks->gl.glGetString(name); in GLTrace_glGetString() local
3019 GLint retValue = glContext->hooks->gl.glGetUniformLocation(program, name); in GLTrace_glGetUniformLocation() local
3213 GLboolean retValue = glContext->hooks->gl.glIsBuffer(buffer); in GLTrace_glIsBuffer() local
3249 GLboolean retValue = glContext->hooks->gl.glIsEnabled(cap); in GLTrace_glIsEnabled() local
3285 GLboolean retValue = glContext->hooks->gl.glIsFramebuffer(framebuffer); in GLTrace_glIsFramebuffer() local
[all …]