Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DExpandableListConnector.java378 boolean retValue; in isEnabled()
380 retValue = mExpandableListAdapter.isChildSelectable(pos.groupPos, pos.childPos); in isEnabled()
383 retValue = true; in isEnabled()
388 return retValue; in isEnabled()
403 Object retValue; in getItem() local
405 retValue = mExpandableListAdapter in getItem()
408 retValue = mExpandableListAdapter.getChild(posMetadata.position.groupPos, in getItem()
417 return retValue; in getItem()
424 long retValue; in getItemId() local
426 retValue = mExpandableListAdapter.getCombinedGroupId(groupId); in getItemId()
[all …]
DExpandableListView.java750 boolean retValue = mConnector.expandGroup(pm); in expandGroup()
765 return retValue; in expandGroup()
776 boolean retValue = mConnector.collapseGroup(groupPos); in collapseGroup()
782 return retValue; in collapseGroup()
DZoomButtonsController.java589 boolean retValue = targetView.dispatchTouchEvent(containerEvent); in onTouch()
591 return retValue; in onTouch()
DGallery.java961 boolean retValue = mGestureDetector.onTouchEvent(event); in onTouchEvent()
971 return retValue; in onTouchEvent()
DListView.java3180 boolean retValue = (mCachingActive && mIsCacheColorOpaque && mDividerIsOpaque &&
3182 if (retValue) {
3196 return retValue;
/frameworks/base/core/java/android/net/
DDhcpStateMachine.java217 boolean retValue = HANDLED; in processMessage()
235 retValue = NOT_HANDLED; in processMessage()
238 return retValue; in processMessage()
250 boolean retValue = HANDLED; in processMessage()
267 retValue = NOT_HANDLED; in processMessage()
270 return retValue; in processMessage()
295 boolean retValue = HANDLED; in processMessage()
310 retValue = NOT_HANDLED; in processMessage()
313 return retValue; in processMessage()
331 boolean retValue = HANDLED; in processMessage()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java878 boolean retValue = true; in processMessage()
890 retValue = false; in processMessage()
893 return retValue; in processMessage()
919 boolean retValue = true; in processMessage()
949 retValue = false; in processMessage()
951 return retValue; in processMessage()
1004 boolean retValue = true; in processMessage()
1094 retValue = false; in processMessage()
1097 return retValue; in processMessage()
1111 boolean retValue = true; in processMessage()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java790 Boolean retValue = mUiccApplication != null ? in getIccLockEnabled() local
792 return retValue; in getIccLockEnabled()
799 Boolean retValue = mUiccApplication != null ? in getIccFdnEnabled() local
801 return retValue; in getIccFdnEnabled()
806 boolean retValue = mUiccApplication != null ? mUiccApplication.getIccFdnAvailable() : false; in getIccFdnAvailable()
807 return retValue; in getIccFdnAvailable()
812 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPin2Blocked() : false; in getIccPin2Blocked() local
813 return retValue; in getIccPin2Blocked()
818 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPuk2Blocked() : false; in getIccPuk2Blocked() local
819 return retValue; in getIccPuk2Blocked()
[all …]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java246 Float retValue = null; in getNullableFloat() local
249 retValue = cursor.getFloat(colIndex); in getNullableFloat()
251 return retValue; in getNullableFloat()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppCacheTest.java442 public boolean retValue = false; field in AppCacheTest.PackageDataObserver
447 retValue = succeeded; in onRemoveCompleted()
477 return observer.retValue; in invokePMDeleteAppCacheFiles()
503 return observer.retValue; in invokePMFreeApplicationCache()
549 public boolean retValue = false; field in AppCacheTest.PackageStatsObserver
556 retValue = succeeded; in onGetStatsCompleted()
688 return observer.retValue; in invokePMClearApplicationUserData()
/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp84 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT); in EffectProxyCreate() local
86 if (retValue != SUB_FX_COUNT) { in EffectProxyCreate()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp568 GLenum retValue = glContext->hooks->gl.glCheckFramebufferStatus(target); in GLTrace_glCheckFramebufferStatus() local
576 rt->add_intvalue((int)retValue); in GLTrace_glCheckFramebufferStatus()
586 return retValue; in GLTrace_glCheckFramebufferStatus()
1090 GLuint retValue = glContext->hooks->gl.glCreateProgram(); in GLTrace_glCreateProgram() local
1098 rt->add_intvalue(retValue); in GLTrace_glCreateProgram()
1108 return retValue; in GLTrace_glCreateProgram()
1126 GLuint retValue = glContext->hooks->gl.glCreateShader(type); in GLTrace_glCreateShader() local
1134 rt->add_intvalue(retValue); in GLTrace_glCreateShader()
1144 return retValue; in GLTrace_glCreateShader()
2237 GLint retValue = glContext->hooks->gl.glGetAttribLocation(program, name); in GLTrace_glGetAttribLocation() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java893 boolean retValue = setupData(apnContext, radioTech); in trySetupData()
896 if (DBG) log("trySetupData: X retValue=" + retValue); in trySetupData()
897 return retValue; in trySetupData()