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

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSCppTest.java 32 Context mCtx;
89 mCtx = getContext();
90 mRes = mCtx.getResources();
91 mRS = RenderScript.create(mCtx);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBase.java 33 Context mCtx;
80 mCtx = getContext();
81 mRes = mCtx.getResources();
DebugContext.java 42 mRS = RenderScript.create(mCtx, RenderScript.ContextType.DEBUG);
RSBaseCompute.java 36 mRS = RenderScript.create(mCtx);
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSBase.java 33 Context mCtx;
80 mCtx = getContext();
81 mRes = mCtx.getResources();
RSBaseCompute.java 35 mRS = RenderScript.create(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java 58 private final Context mCtx;
88 this.mCtx = ctx;
101 mDbHelper = new DatabaseHelper(mCtx);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 564 milliseconds