Home
last modified time | relevance | path

Searched refs:REASON_PERIODIC (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncOperationTest.java65 SyncOperation.REASON_PERIODIC, in testToKey()
77 SyncOperation.REASON_PERIODIC, in testToKey()
89 SyncOperation.REASON_PERIODIC, in testToKey()
101 SyncOperation.REASON_PERIODIC, in testToKey()
113 SyncOperation.REASON_PERIODIC, in testToKey()
134 SyncOperation op1 = new SyncOperation(mDummy, 0, 0, SyncOperation.REASON_PERIODIC, in testCompareTo()
138 SyncOperation op2 = new SyncOperation(mDummy, 0, 0, SyncOperation.REASON_PERIODIC, in testCompareTo()
148 SyncOperation op4 = new SyncOperation(mDummy, 0, 0, SyncOperation.REASON_PERIODIC, in testCompareTo()
DSyncStorageEngineTest.java100 SyncOperation.REASON_PERIODIC, in testPurgeActiveSync()
116 SyncOperation.REASON_PERIODIC, in testAppendPending()
150 SyncOperation.REASON_PERIODIC, in testWritePendingOperationsLocked()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java39 public static final int REASON_PERIODIC = -4; field in SyncOperation
DSyncManager.java2492 SyncOperation.REASON_PERIODIC, in scheduleReadyPeriodicSyncs()
2502 SyncOperation.REASON_PERIODIC, in scheduleReadyPeriodicSyncs()