Searched refs:mMaxUpdatesPerInterval (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest7.java80 mService.mMaxUpdatesPerInterval = 99;
90 assertEquals(99, mService.mMaxUpdatesPerInterval);
94 mService.mMaxUpdatesPerInterval = 99;
99 assertEquals(3, mService.mMaxUpdatesPerInterval);
103 mService.mMaxUpdatesPerInterval = 99;
108 assertEquals(3, mService.mMaxUpdatesPerInterval);
112 mService.mMaxUpdatesPerInterval = 99;
118 assertEquals(1, mService.mMaxUpdatesPerInterval);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java268 int mMaxUpdatesPerInterval; field in class:ShortcutService
656 mMaxUpdatesPerInterval = Math.max(0, (int) parser.getLong(
1982 return mMaxUpdatesPerInterval - ps.getApiCallCount();
3276 pw.println(mMaxUpdatesPerInterval);
3690 return mMaxUpdatesPerInterval;
H A DShortcutPackage.java475 if (getApiCallCount() >= s.mMaxUpdatesPerInterval) {

Completed in 60 milliseconds