Searched refs:mMaxUpdatesPerInterval (Results 1 – 3 of 3) sorted by relevance
80 mService.mMaxUpdatesPerInterval = 99; in testNonShell()90 assertEquals(99, mService.mMaxUpdatesPerInterval); in testNonShell()94 mService.mMaxUpdatesPerInterval = 99; in testRoot()99 assertEquals(3, mService.mMaxUpdatesPerInterval); in testRoot()103 mService.mMaxUpdatesPerInterval = 99; in testRestConfig()108 assertEquals(3, mService.mMaxUpdatesPerInterval); in testRestConfig()112 mService.mMaxUpdatesPerInterval = 99; in testOverrideConfig()118 assertEquals(1, mService.mMaxUpdatesPerInterval); in testOverrideConfig()
286 int mMaxUpdatesPerInterval; field in ShortcutService682 mMaxUpdatesPerInterval = Math.max(0, (int) parser.getLong( in updateConfigurationLocked()2066 return mMaxUpdatesPerInterval - ps.getApiCallCount(); in getRemainingCallCount()3485 pw.println(mMaxUpdatesPerInterval); in dumpInner()3909 return mMaxUpdatesPerInterval; in getMaxUpdatesPerIntervalForTest()
480 if (getApiCallCount() >= s.mMaxUpdatesPerInterval) { in tryApiCall()