HomeSort by relevance Sort by last modified time
    Searched defs:realActivity (Results 1 - 12 of 12) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 35 protected Activity realActivity;
106 contentView = getLayoutInflater().inflate(layoutResID, new FrameLayout(realActivity));
107 realActivity.onContentChanged();
113 realActivity.onContentChanged();
129 return LayoutInflater.from(realActivity);
134 return new MenuInflater(realActivity);
160 contentViewContainer = new FrameLayout(realActivity);
202 window = new TestWindow(realActivity);
259 shadowOf(getApplicationContext()).assertNoBroadcastListenersRegistered(realActivity, "Activity");
539 return method.invoke(realActivity, parameters)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
RecentTasks.java 263 if (tr.realActivity != null
264 && packageNames.contains(tr.realActivity.getPackageName())
302 if (task.realActivity != null) {
303 ActivityInfo ai = mTmpAvailActCache.get(task.realActivity);
309 ai = pm.getActivityInfo(task.realActivity,
318 mTmpAvailActCache.put(task.realActivity, ai);
325 .get(task.realActivity.getPackageName());
328 app = pm.getApplicationInfo(task.realActivity.getPackageName(),
337 mTmpAvailAppCache.put(task.realActivity.getPackageName(), app);
651 final boolean sameActivity = task.realActivity != nul
    [all...]
TaskRecord.java 150 ComponentName realActivity; // The actual activity component that started the task.
348 realActivity = _realActivity;
429 realActivity = _intent != null ? _intent.getComponent() : null;
442 realActivity = targetComponent;
446 realActivity = targetComponent;
502 intent.setComponent(r.realActivity);
    [all...]
ActivityRecord.java 118 final ComponentName realActivity; // the intent component, or target of an alias.
257 pw.print(prefix); pw.print("realActivity=");
258 pw.println(realActivity.flattenToShortString());
602 return ResolverActivity.class.getName().equals(realActivity.getClassName());
666 realActivity = _intent.getComponent();
668 realActivity = new ComponentName(aInfo.packageName, aInfo.targetActivity);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 168 Activity realActivity = context.getParent();
169 if (realActivity == null) {
170 realActivity = context;
172 ContextWrapper cw = new ContextWrapper(realActivity);
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 196 milliseconds