Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java231 protected final class ShortcutServiceTestable extends ShortcutService { class in BaseShortcutManagerTest
235 public ShortcutServiceTestable(ServiceContext context, Looper looper) { in ShortcutServiceTestable() method in BaseShortcutManagerTest.ShortcutServiceTestable
489 public ShortcutManagerTestable(Context context, ShortcutServiceTestable service) { in ShortcutManagerTestable()
581 protected ShortcutServiceTestable mService;
995 mService = new ShortcutServiceTestable(mServiceContext, mLooper); in initService()