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.java556 protected class ShortcutManagerTestable extends ShortcutManager { class in BaseShortcutManagerTest
557 public ShortcutManagerTestable(Context context, ShortcutServiceTestable service) { in ShortcutManagerTestable() method in BaseShortcutManagerTest.ShortcutManagerTestable
920 protected ShortcutManagerTestable mManager;
1352 mManager = new ShortcutManagerTestable(mClientContext, mService); in initService()