HomeSort by relevance Sort by last modified time
    Searched defs:mSystem (Results 1 - 3 of 3) sorted by 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/libdvm/src/main/java/java/lang/
ThreadGroup.java 68 static final ThreadGroup mSystem = new ThreadGroup();
69 static final ThreadGroup mMain = new ThreadGroup(mSystem, "main");
  /frameworks/base/core/java/android/content/res/
Resources.java 84 /*package*/ static Resources mSystem = null;
214 Resources ret = mSystem;
217 mSystem = ret;
    [all...]

Completed in 66 milliseconds