Home
last modified time | relevance | path

Searched refs:FILEOP_MOVE_INTRA_PROVIDER (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DMetricConsts.java110 static final int FILEOP_MOVE_INTRA_PROVIDER = 7; // Move within a provider. field in MetricConsts
139 FILEOP_MOVE_INTRA_PROVIDER,
DMetrics.java502 return MetricConsts.FILEOP_MOVE_INTRA_PROVIDER; in getOpCode()