Searched refs:totalLevelDbRows (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | DatabaseBackupAndRecovery.java | 1026 totalLevelDbRows = 0; in recoverData() local 1053 totalLevelDbRows += backedUpFilePaths.length; in recoverData() 1081 totalLevelDbRows, insertionFailuresCount, in recoverData() 1085 totalLevelDbRows)); in recoverData() 1090 totalLevelDbRows, insertionFailuresCount, in recoverData() 1096 totalLevelDbRows, insertionFailuresCount, in recoverData() 1102 totalLevelDbRows, insertionFailuresCount, in recoverData() 1108 totalLevelDbRows, insertionFailuresCount, in recoverData() 1114 totalLevelDbRows, insertionFailuresCount, in recoverData() 1314 long dirtyRowsCount, long totalLevelDbRows, long insertionFailureCount, int status) { in publishRecoveryMetric() argument [all …]
|