Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java277 protected final class ShortcutServiceTestable extends ShortcutService { class in BaseShortcutManagerTest
281 public ShortcutServiceTestable(ServiceContext context, Looper looper) { in ShortcutServiceTestable() method in BaseShortcutManagerTest.ShortcutServiceTestable
559 public ShortcutManagerTestable(Context context, ShortcutServiceTestable service) { in ShortcutManagerTestable()
667 protected ShortcutServiceTestable mService;
1099 mService = new ShortcutServiceTestable(mServiceContext, mLooper); in initService()