HomeSort by relevance Sort by last modified time
    Searched refs:moveTarget (Results 1 - 3 of 3) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
FormatActivity.java 253 VolumeInfo moveTarget = null;
256 moveTarget = candidate;
261 if (moveTarget != null) {
262 startActivity(MigrateStorageActivity.getLaunchIntent(this, moveTarget.getId(), true));
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 553 UCMTable *base, UCMTable *ext, UCMTable *moveTarget,
573 checkBaseExtUnicode(baseStates, base, ext, (UBool)(moveTarget!=NULL), intersectBase)|
574 checkBaseExtBytes(baseStates, base, ext, (UBool)(moveTarget!=NULL), intersectBase);
582 ucm_moveMappings(base, moveTarget);
585 if(moveTarget!=NULL) {
586 ucm_sortTable(moveTarget);
    [all...]
ucm.h 184 * Set the moveTarget!=NULL if it is possible to move mappings from the base.
186 * (moveTarget==ext)
190 * then set moveTarget=NULL.
193 * the extension table are moved to moveTarget instead of showing an error.
210 * to moveTarget.
221 * - if moveTarget!=NULL: move the base mapping to the moveTarget table
228 UCMTable *moveTarget, UBool intersectBase);

Completed in 1939 milliseconds