Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java558 protected class ShortcutManagerTestable extends ShortcutManager { class in BaseShortcutManagerTest
559 public ShortcutManagerTestable(Context context, ShortcutServiceTestable service) { in ShortcutManagerTestable() method in BaseShortcutManagerTest.ShortcutManagerTestable
668 protected ShortcutManagerTestable mManager;
1100 mManager = new ShortcutManagerTestable(mClientContext, mService); in initService()