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 51 private View mSystem;
76 mSystem = findViewById(R.id.system);
112 mSystem.setVisibility(View.GONE);
  /libcore/luni/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 82 /*package*/ static Resources mSystem = null;
217 Resources ret = mSystem;
220 mSystem = ret;
    [all...]

Completed in 3208 milliseconds