Home
last modified time | relevance | path

Searched refs:ShortcutManagerTestable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java488 protected class ShortcutManagerTestable extends ShortcutManager { class in BaseShortcutManagerTest
489 public ShortcutManagerTestable(Context context, ShortcutServiceTestable service) { in ShortcutManagerTestable() method in BaseShortcutManagerTest.ShortcutManagerTestable
582 protected ShortcutManagerTestable mManager;
996 mManager = new ShortcutManagerTestable(mClientContext, mService); in initService()