Searched refs:REASON_PERIODIC (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncOperationTest.java | 65 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()
|
D | SyncStorageEngineTest.java | 100 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/ |
D | SyncOperation.java | 39 public static final int REASON_PERIODIC = -4; field in SyncOperation
|
D | SyncManager.java | 2492 SyncOperation.REASON_PERIODIC, in scheduleReadyPeriodicSyncs() 2502 SyncOperation.REASON_PERIODIC, in scheduleReadyPeriodicSyncs()
|