HomeSort by relevance Sort by last modified time
    Searched refs:mSystem (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 85 * This initializes the static field {@link Resources#mSystem} which is used
97 return Resources.mSystem = new BridgeResources(context,
105 * Disposes the static {@link Resources#mSystem} to make sure we don't leave objects
109 if (Resources.mSystem instanceof BridgeResources) {
110 ((BridgeResources)(Resources.mSystem)).mContext = null;
111 ((BridgeResources)(Resources.mSystem)).mProjectCallback = null;
113 Resources.mSystem = null;
  /development/apps/Development/src/com/android/development/
PackageSummary.java 49 private View mSystem;
74 mSystem = findViewById(R.id.system);
110 mSystem.setVisibility(View.GONE);
  /libcore/luni/src/main/java/java/lang/
Daemons.java 62 thread = new Thread(ThreadGroup.mSystem, this,
ThreadGroup.java 68 static final ThreadGroup mSystem = new ThreadGroup();
69 static final ThreadGroup mMain = new ThreadGroup(mSystem, "main");
Thread.java 515 int count = ThreadGroup.mSystem.activeCount();
519 count = ThreadGroup.mSystem.enumerate(threads);
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 83 /*package*/ static Resources mSystem = null;
209 Resources ret = mSystem;
212 mSystem = ret;
    [all...]

Completed in 73 milliseconds