Searched refs:SYNC_ERROR_NAMES (Results 1 – 2 of 2) sorted by relevance
613 private static final String[] SYNC_ERROR_NAMES = new String[] { field in ContentResolver626 if (error < 1 || error > SYNC_ERROR_NAMES.length) { in syncErrorToString()629 return SYNC_ERROR_NAMES[error - 1]; in syncErrorToString()634 for (int i = 0, n = SYNC_ERROR_NAMES.length; i < n; i++) { in syncErrorStringToInt()635 if (SYNC_ERROR_NAMES[i].equals(error)) { in syncErrorStringToInt()
10213 Landroid/content/ContentResolver;->SYNC_ERROR_NAMES:[Ljava/lang/String;