Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/videoeditor/
DMediaArtistNativeHelper.java3221 int retValue = -1; in getFileType() local
3224 retValue = MediaProperties.FILE_UNSUPPORTED; in getFileType()
3227 retValue = MediaProperties.FILE_3GP; in getFileType()
3230 retValue = MediaProperties.FILE_MP4; in getFileType()
3233 retValue = MediaProperties.FILE_JPEG; in getFileType()
3236 retValue = MediaProperties.FILE_PNG; in getFileType()
3239 retValue = MediaProperties.FILE_MP3; in getFileType()
3242 retValue = MediaProperties.FILE_M4V; in getFileType()
3245 retValue = MediaProperties.FILE_AMR; in getFileType()
3249 retValue = -1; in getFileType()
[all …]
/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.java748 boolean retValue = mConnector.expandGroup(pm); in expandGroup()
763 return retValue; in expandGroup()
774 boolean retValue = mConnector.collapseGroup(groupPos); in collapseGroup()
780 return retValue; in collapseGroup()
DZoomButtonsController.java590 boolean retValue = targetView.dispatchTouchEvent(containerEvent); in onTouch()
592 return retValue; in onTouch()
DGallery.java958 boolean retValue = mGestureDetector.onTouchEvent(event); in onTouchEvent()
968 return retValue; in onTouchEvent()
DListView.java3125 boolean retValue = (mCachingActive && mIsCacheColorOpaque && mDividerIsOpaque &&
3127 if (retValue) {
3141 return retValue;
/frameworks/base/core/java/android/net/
DDhcpStateMachine.java211 boolean retValue = HANDLED; in processMessage()
229 retValue = NOT_HANDLED; in processMessage()
232 return retValue; in processMessage()
244 boolean retValue = HANDLED; in processMessage()
261 retValue = NOT_HANDLED; in processMessage()
264 return retValue; in processMessage()
276 boolean retValue = HANDLED; in processMessage()
303 retValue = NOT_HANDLED; in processMessage()
305 return retValue; in processMessage()
317 boolean retValue = HANDLED; in processMessage()
[all …]
DMobileDataStateTracker.java519 boolean retValue = false; //connected or expect to be? in reconnect()
524 retValue = true; in reconnect()
529 retValue = true; in reconnect()
538 return retValue; in reconnect()
/frameworks/base/services/java/com/android/server/connectivity/
DTethering.java871 boolean retValue = true; in processMessage()
883 retValue = false; in processMessage()
886 return retValue; in processMessage()
912 boolean retValue = true; in processMessage()
942 retValue = false; in processMessage()
944 return retValue; in processMessage()
991 boolean retValue = true; in processMessage()
1076 retValue = false; in processMessage()
1079 return retValue; in processMessage()
1093 boolean retValue = true; in processMessage()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java608 Boolean retValue = mUiccApplication != null ? in getIccLockEnabled() local
610 return retValue; in getIccLockEnabled()
617 Boolean retValue = mUiccApplication != null ? in getIccFdnEnabled() local
619 return retValue; in getIccFdnEnabled()
624 boolean retValue = mUiccApplication != null ? mUiccApplication.getIccFdnAvailable() : false; in getIccFdnAvailable()
625 return retValue; in getIccFdnAvailable()
630 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPin2Blocked() : false; in getIccPin2Blocked() local
631 return retValue; in getIccPin2Blocked()
636 Boolean retValue = mUiccApplication != null ? mUiccApplication.getIccPuk2Blocked() : false; in getIccPuk2Blocked() local
637 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.cpp569 GLenum retValue = glContext->hooks->gl.glCheckFramebufferStatus(target); in GLTrace_glCheckFramebufferStatus() local
577 rt->add_intvalue((int)retValue); in GLTrace_glCheckFramebufferStatus()
587 return retValue; in GLTrace_glCheckFramebufferStatus()
1091 GLuint retValue = glContext->hooks->gl.glCreateProgram(); in GLTrace_glCreateProgram() local
1099 rt->add_intvalue(retValue); in GLTrace_glCreateProgram()
1109 return retValue; in GLTrace_glCreateProgram()
1127 GLuint retValue = glContext->hooks->gl.glCreateShader(type); in GLTrace_glCreateShader() local
1135 rt->add_intvalue(retValue); in GLTrace_glCreateShader()
1145 return retValue; in GLTrace_glCreateShader()
2238 GLint retValue = glContext->hooks->gl.glGetAttribLocation(program, name); in GLTrace_glGetAttribLocation() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java664 boolean retValue = setupData(apnContext, radioTech); in trySetupData()
667 if (DBG) log("trySetupData: X retValue=" + retValue); in trySetupData()
668 return retValue; in trySetupData()