Searched refs:RECENTS_PACKAGE (Results 1 – 3 of 3) sorted by relevance
22 import static com.android.systemui.recents.RecentsImpl.RECENTS_PACKAGE;51 runShellCommand("am start -n " + RECENTS_PACKAGE + "/" + RECENTS_ACTIVITY); in testRecentsActivityType()
235 && topActivity.getPackageName().equals(RecentsImpl.RECENTS_PACKAGE) in isRecentsActivityVisible()
117 public final static String RECENTS_PACKAGE = "com.android.systemui"; field in RecentsImpl1107 intent.setClassName(RECENTS_PACKAGE, RECENTS_ACTIVITY); in startRecentsActivity()