HomeSort by relevance Sort by last modified time
    Searched full:origactivity (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerRecentTaskInfoTest.java 44 ComponentName origActivity = null;
47 mRecentTaskInfo.origActivity = origActivity;
56 assertEquals(null, values.origActivity);
57 // test baseIntent,origActivity is not null, and id is -1(not running)
60 origActivity = new ComponentName(mContext, this.getClass());
63 mRecentTaskInfo.origActivity = origActivity;
72 assertEquals(origActivity, values.origActivity);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 163 ComponentName origActivity, CharSequence description, int userId) {
165 if (origActivity != null) {
166 intent.setComponent(origActivity);
390 if (recentInfo.origActivity != null) {
391 intent.setComponent(recentInfo.origActivity);
406 recentInfo.origActivity, recentInfo.description,
474 if (recentInfo.origActivity != null) {
475 intent.setComponent(recentInfo.origActivity);
490 recentInfo.origActivity, recentInfo.description,
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 97 ComponentName origActivity; // The non-alias activity component of the intent.
234 origActivity = _origActivity;
310 origActivity = null;
323 origActivity = _intent.getComponent();
327 origActivity = new ComponentName(info.packageName, info.name);
    [all...]
ActivityStackSupervisor.java     [all...]
ActivityManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java 786 public ComponentName origActivity;
853 ComponentName.writeToParcel(origActivity, dest);
874 origActivity = ComponentName.readFromParcel(source);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 
  /cts/tools/dex-tools/dex/
classes.out.dex     [all...]
  /frameworks/base/api/
current.txt     [all...]
system-current.txt     [all...]
  /prebuilts/sdk/api/
1.xml     [all...]
10.xml     [all...]
14.txt     [all...]
15.txt     [all...]
16.txt     [all...]
17.txt     [all...]
18.txt     [all...]
19.txt     [all...]
2.xml     [all...]
20.txt     [all...]
21.txt     [all...]
22.txt     [all...]

Completed in 4072 milliseconds

1 2