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

  /frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java 132 private void stageFile(int rawId, File file) throws Exception {
137 in = getContext().getResources().openRawResource(rawId);
  /frameworks/base/services/tests/servicestests/src/com/android/server/net/
NetworkStatsCollectionTest.java 158 private void stageFile(int rawId, File file) throws Exception {
163 in = getContext().getResources().openRawResource(rawId);
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTransition.java 289 final int rawId = FileUtils.getMaskRawId(mAlphaMaskFilename);
290 switch (rawId) {

Completed in 116 milliseconds