Searched refs:periodic (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncOperationTest.java | 147 SyncOperation periodic = new SyncOperation(ep, 0, "package", 0, 0, extras, false, true, in testFailedPeriodicConversion() local 150 SyncOperation oneoff = periodic.createOneTimeSyncOperation(); in testFailedPeriodicConversion() 152 assertEquals("Period not restored", periodic.periodMillis, oneoff.periodMillis); in testFailedPeriodicConversion() 153 assertEquals("Flex not restored", periodic.flexMillis, oneoff.flexMillis); in testFailedPeriodicConversion()
|
/frameworks/base/core/proto/android/providers/settings/ |
D | secure.proto | 277 // Time in between periodic checks
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 2919 This function is useful for implementing periodic functions. The low three bits of the
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 5716 * This function is useful for implementing periodic functions. The low three bits of the
|