Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DRecentsTest.java22 import static com.android.systemui.recents.RecentsImpl.RECENTS_PACKAGE;
51 runShellCommand("am start -n " + RECENTS_PACKAGE + "/" + RECENTS_ACTIVITY); in testRecentsActivityType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java235 && topActivity.getPackageName().equals(RecentsImpl.RECENTS_PACKAGE) in isRecentsActivityVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java117 public final static String RECENTS_PACKAGE = "com.android.systemui"; field in RecentsImpl
1107 intent.setClassName(RECENTS_PACKAGE, RECENTS_ACTIVITY); in startRecentsActivity()