Home
last modified time | relevance | path

Searched refs:syncs (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsBackgroundStatsTest.java395 final ArrayMap<String, ? extends BatteryStats.Timer> syncs = in testSyncs() local
397 assertEquals(1, syncs.size()); in testSyncs()
398 BatteryStats.Timer timer = syncs.valueAt(0); in testSyncs()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1419 final List<SyncInfo> syncs = getCurrentSyncsLocked(userId); in getCurrentSyncsCopy() local
1421 for (SyncInfo sync : syncs) { in getCurrentSyncsCopy()
1436 ArrayList<SyncInfo> syncs = mCurrentSyncs.get(userId); in getCurrentSyncsLocked() local
1437 if (syncs == null) { in getCurrentSyncsLocked()
1438 syncs = new ArrayList<SyncInfo>(); in getCurrentSyncsLocked()
1439 mCurrentSyncs.put(userId, syncs); in getCurrentSyncsLocked()
1441 return syncs; in getCurrentSyncsLocked()
/frameworks/proto_logging/stats/atoms/photopicker/
Dphotopicker_extension_atoms.proto168 Logs picker media sync information: both sync start/end and incremental syncs.
/frameworks/base/core/java/android/window/
DSurfaceSyncGroup.md47syncs are requested before VRI draws, they will all get back the same SurfaceSyncGroup object. Thi…
/frameworks/base/core/java/android/os/
DBatteryStats.java4937 final ArrayMap<String, ? extends Timer> syncs = u.getSyncStats(); in dumpCheckinLocked() local
4938 for (int isy=syncs.size()-1; isy>=0; isy--) { in dumpCheckinLocked()
4939 final Timer timer = syncs.valueAt(isy); in dumpCheckinLocked()
4948 dumpLine(pw, uid, category, SYNC_DATA, "\"" + syncs.keyAt(isy) + "\"", in dumpCheckinLocked()
6487 final ArrayMap<String, ? extends Timer> syncs = u.getSyncStats(); in dumpLocked()
6488 for (int isy=syncs.size()-1; isy>=0; isy--) { in dumpLocked()
6489 final Timer timer = syncs.valueAt(isy); in dumpLocked()
6500 sb.append(syncs.keyAt(isy)); in dumpLocked()
8331 final ArrayMap<String, ? extends Timer> syncs = u.getSyncStats(); in dumpProtoAppsLocked() local
8332 for (int isy = syncs.size() - 1; isy >= 0; --isy) { in dumpProtoAppsLocked()
[all …]
/frameworks/base/core/java/android/content/
DContentResolver.java3605 final List<SyncInfo> syncs = getContentService().getCurrentSyncs();
3606 if (syncs.isEmpty()) {
3609 return syncs.get(0);
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md34 SB: Change syncable state, any number of times, prepare any number of syncs (and
/frameworks/base/core/proto/android/os/
Dbatterystats.proto790 repeated Sync syncs = 22; field
/frameworks/proto_logging/stats/
Datoms.proto13918 * Reported when AppSearch Contacts Indexer syncs the contacts data from CP2 to AppSearch