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 555 UCMTable *base, UCMTable *ext, UCMTable *moveTarget,
575 checkBaseExtUnicode(baseStates, base, ext, (UBool)(moveTarget!=NULL), intersectBase)|
576 checkBaseExtBytes(baseStates, base, ext, (UBool)(moveTarget!=NULL), intersectBase);
584 ucm_moveMappings(base, moveTarget);
587 if(moveTarget!=NULL) {
588 ucm_sortTable(moveTarget);
    [all...]
ucm.h 186 * Set the moveTarget!=NULL if it is possible to move mappings from the base.
188 * (moveTarget==ext)
192 * then set moveTarget=NULL.
195 * the extension table are moved to moveTarget instead of showing an error.
212 * to moveTarget.
223 * - if moveTarget!=NULL: move the base mapping to the moveTarget table
230 UCMTable *moveTarget, UBool intersectBase);

Completed in 550 milliseconds