Searched refs:retValue (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/net/
H A DDhcpStateMachine.java217 boolean retValue = HANDLED;
235 retValue = NOT_HANDLED;
238 return retValue;
250 boolean retValue = HANDLED;
267 retValue = NOT_HANDLED;
270 return retValue;
295 boolean retValue = HANDLED;
310 retValue = NOT_HANDLED;
313 return retValue;
331 boolean retValue
[all...]
/frameworks/base/core/java/android/widget/
H A DExpandableListConnector.java378 boolean retValue;
380 retValue = mExpandableListAdapter.isChildSelectable(pos.groupPos, pos.childPos);
383 retValue = true;
388 return retValue;
403 Object retValue;
405 retValue = mExpandableListAdapter
408 retValue = mExpandableListAdapter.getChild(posMetadata.position.groupPos,
417 return retValue;
424 long retValue;
426 retValue
[all...]
H A DExpandableListView.java750 boolean retValue = mConnector.expandGroup(pm);
765 return retValue;
776 boolean retValue = mConnector.collapseGroup(groupPos);
782 return retValue;
H A DZoomButtonsController.java589 boolean retValue = targetView.dispatchTouchEvent(containerEvent);
591 return retValue;
H A DGallery.java961 boolean retValue = mGestureDetector.onTouchEvent(event);
971 return retValue;
H A DListView.java3182 boolean retValue = (mCachingActive && mIsCacheColorOpaque && mDividerIsOpaque &&
3184 if (retValue) {
3198 return retValue;
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java878 boolean retValue = true;
890 retValue = false;
893 return retValue;
919 boolean retValue = true;
949 retValue = false;
951 return retValue;
1004 boolean retValue = true;
1094 retValue = false;
1097 return retValue;
1111 boolean retValue
[all...]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java246 Float retValue = null;
249 retValue = cursor.getFloat(colIndex);
251 return retValue;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java790 Boolean retValue = mUiccApplication != null ?
792 return retValue;
799 Boolean retValue = mUiccApplication != null ?
801 return retValue;
806 boolean retValue = mUiccApplication != null ? mUiccApplication.getIccFdnAvailable() : false;
807 return retValue;
812 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPin2Blocked() : false;
813 return retValue;
818 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPuk2Blocked() : false;
819 return retValue;
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java442 public boolean retValue = false; field in class:AppCacheTest.PackageDataObserver
447 retValue = succeeded;
477 return observer.retValue;
503 return observer.retValue;
549 public boolean retValue = false; field in class:AppCacheTest.PackageStatsObserver
556 retValue = succeeded;
688 return observer.retValue;
/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT); local
86 if (retValue != SUB_FX_COUNT) {
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp568 GLenum retValue = glContext->hooks->gl.glCheckFramebufferStatus(target); local
576 rt->add_intvalue((int)retValue);
586 return retValue;
1090 GLuint retValue = glContext->hooks->gl.glCreateProgram(); local
1098 rt->add_intvalue(retValue);
1108 return retValue;
1126 GLuint retValue = glContext->hooks->gl.glCreateShader(type); local
1134 rt->add_intvalue(retValue);
1144 return retValue;
2237 GLint retValue local
2344 GLenum retValue = glContext->hooks->gl.glGetError(); local
2812 const GLubyte * retValue = glContext->hooks->gl.glGetString(name); local
3019 GLint retValue = glContext->hooks->gl.glGetUniformLocation(program, name); local
3213 GLboolean retValue = glContext->hooks->gl.glIsBuffer(buffer); local
3249 GLboolean retValue = glContext->hooks->gl.glIsEnabled(cap); local
3285 GLboolean retValue = glContext->hooks->gl.glIsFramebuffer(framebuffer); local
3321 GLboolean retValue = glContext->hooks->gl.glIsProgram(program); local
3357 GLboolean retValue = glContext->hooks->gl.glIsRenderbuffer(renderbuffer); local
3393 GLboolean retValue = glContext->hooks->gl.glIsShader(shader); local
3429 GLboolean retValue = glContext->hooks->gl.glIsTexture(texture); local
6311 GLboolean retValue = glContext->hooks->gl.glIsQuery(id); local
6491 GLboolean retValue = glContext->hooks->gl.glUnmapBuffer(target); local
7089 void * retValue = glContext->hooks->gl.glMapBufferRange(target, offset, length, access); local
7264 GLboolean retValue = glContext->hooks->gl.glIsVertexArray(array); local
7954 GLint retValue = glContext->hooks->gl.glGetFragDataLocation(program, name); local
8502 const GLubyte * retValue = glContext->hooks->gl.glGetStringi(name, index); local
8699 GLuint retValue = glContext->hooks->gl.glGetUniformBlockIndex(program, uniformBlockName); local
8982 GLsync retValue = glContext->hooks->gl.glFenceSync(condition, flags); local
9019 GLboolean retValue = glContext->hooks->gl.glIsSync(sync); local
9097 GLenum retValue = glContext->hooks->gl.glClientWaitSync(sync, flags, timeout); local
9417 GLboolean retValue = glContext->hooks->gl.glIsSampler(sampler); local
9869 GLboolean retValue = glContext->hooks->gl.glIsTransformFeedback(id); local
10644 GLuint retValue = glContext->hooks->gl.glGetProgramResourceIndex(program, programInterface, name); local
10826 GLint retValue = glContext->hooks->gl.glGetProgramResourceLocation(program, programInterface, name); local
10949 GLuint retValue = glContext->hooks->gl.glCreateShaderProgramv(type, count, strings); local
11084 GLboolean retValue = glContext->hooks->gl.glIsProgramPipeline(pipeline); local
13687 GLuint retValue = glContext->hooks->gl.glGetDebugMessageLogKHR(count, bufSize, sources, types, ids, severities, lengths, messageLog); local
14203 void * retValue = glContext->hooks->gl.glMapBufferOES(target, access); local
14240 GLboolean retValue = glContext->hooks->gl.glUnmapBufferOES(target); local
14979 GLboolean retValue = glContext->hooks->gl.glIsVertexArrayOES(array); local
15935 GLsync retValue = glContext->hooks->gl.glFenceSyncAPPLE(condition, flags); local
15972 GLboolean retValue = glContext->hooks->gl.glIsSyncAPPLE(sync); local
16050 GLenum retValue = glContext->hooks->gl.glClientWaitSyncAPPLE(sync, flags, timeout); local
16634 GLboolean retValue = glContext->hooks->gl.glIsQueryEXT(id); local
17298 GLboolean retValue = glContext->hooks->gl.glIsEnablediEXT(target, index); local
17531 void * retValue = glContext->hooks->gl.glMapBufferRangeEXT(target, offset, length, access); local
18001 GLenum retValue = glContext->hooks->gl.glGetGraphicsResetStatusEXT(); local
18276 GLuint retValue = glContext->hooks->gl.glCreateShaderProgramvEXT(type, count, strings); local
18472 GLboolean retValue = glContext->hooks->gl.glIsProgramPipelineEXT(pipeline); local
22014 GLboolean retValue = glContext->hooks->gl.glIsFenceNV(fence); local
22050 GLboolean retValue = glContext->hooks->gl.glTestFenceNV(fence); local
23316 GLboolean retValue = glContext->hooks->gl.glExtIsProgramBinaryQCOM(program); local
29609 GLboolean retValue = glContext->hooks->gl.glIsRenderbufferOES(renderbuffer); local
29836 GLboolean retValue = glContext->hooks->gl.glIsFramebufferOES(framebuffer); local
29976 GLenum retValue = glContext->hooks->gl.glCheckFramebufferStatusOES(target); local
30376 GLbitfield retValue = glContext->hooks->gl.glQueryMatrixxOES(mantissa, exponent); local
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java851 log("trySetupData: X We're on the simulator; assuming connected retValue=true");
881 String str = "trySetupData: X No APN found retValue=false";
898 boolean retValue = setupData(apnContext, radioTech);
901 if (DBG) log("trySetupData: X retValue=" + retValue);
902 return retValue;
909 String str = "trySetupData: X apnContext not 'ready' retValue=false";

Completed in 1790 milliseconds