HomeSort by relevance Sort by last modified time
    Searched refs:mMaxUpdatesPerInterval (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest7.java 80 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/
ShortcutService.java 267 int mMaxUpdatesPerInterval;
622 mMaxUpdatesPerInterval = Math.max(0, (int) parser.getLong(
    [all...]
ShortcutPackage.java 502 if (getApiCallCount() >= s.mMaxUpdatesPerInterval) {
    [all...]

Completed in 58 milliseconds