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

  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsSource.java 32 NewsCategory[] mCategory;
44 mCategory = new NewsCategory[CATEGORIES.length];
46 mCategory[i] = new NewsCategory();
57 return mCategory[categoryIndex];
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramResults.java 57 private final int mCategory;
67 mCategory = category;
74 mCategory = in.readInt();
87 dest.writeInt(mCategory);
97 return mCategory;
118 return "CdmaSmsCbProgramResults{category=" + mCategory
CdmaSmsCbProgramData.java 82 private final int mCategory;
100 mCategory = category;
110 mCategory = in.readInt();
126 dest.writeInt(mCategory);
146 return mCategory;
183 return "CdmaSmsCbProgramData{operation=" + mOperation + ", category=" + mCategory
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbCmasInfo.java 182 private final int mCategory;
200 mCategory = category;
210 mCategory = in.readInt();
226 dest.writeInt(mCategory);
246 return mCategory;
283 return "SmsCbCmasInfo{messageClass=" + mMessageClass + ", category=" + mCategory
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java 49 private int mCategory = 0;
101 mCategory = savedInstanceState.getInt("category");
103 bar.selectTab(bar.getTabAt(mCategory));
106 populateTitles(mCategory);
119 final String textData = String.format("%d||%d", mCategory, pos);
155 mCategory = category;
161 mListener.onItemSelected(mCategory, position);
174 mListener.onItemSelected(mCategory, position);
181 outState.putInt("category", mCategory);
ContentFragment.java 56 private int mCategory = 0;
161 mCategory = savedInstanceState.getInt("category");
163 updateContentAndRecycleBitmap(mCategory, mCurPosition);
168 String title = Directory.getCategory(mCategory).getEntry(mCurPosition).getName();
193 outState.putInt("category", mCategory);
277 mCategory = category;
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20NativeActivityOne.java 92 private int mCategory = -1;
100 this.mCategory = category;
111 GL2JniLibOne.init(mCategory, mTestCase, width, height);
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Issue.java 50 private final Category mCategory;
73 mCategory = category;
181 return mCategory;
  /frameworks/base/media/java/android/media/
MediaRouter.java     [all...]
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 247 milliseconds