Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java560 protected class LauncherAppsTestable extends LauncherApps { class in BaseShortcutManagerTest
561 public LauncherAppsTestable(Context context, ILauncherApps service) { in LauncherAppsTestable() method in BaseShortcutManagerTest.LauncherAppsTestable
588 protected final Map<Pair<Integer, String>, LauncherAppsTestable>
590 protected LauncherAppsTestable mLauncherApps; // Current one
1250 mLauncherAppsMap.put(key, new LauncherAppsTestable(mClientContext, mLauncherAppImpl)); in setCaller()