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

  /frameworks/base/core/java/android/content/
UriMatcher.java 128 mWhich = -1;
136 mWhich = -1;
178 child.mWhich = NUMBER;
180 child.mWhich = TEXT;
182 child.mWhich = EXACT;
224 switch (n.mWhich) {
261 private int mWhich;
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 28 private int mWhich;
37 mWhich = which;
140 switch (mWhich) {
158 private int mWhich;
162 mWhich = which;
170 mMesh = new Mesh(mWhich, 16, 16);
188 if (mWhich == 2) {
  /system/media/opensles/libopensles/
SndFile.c 42 short *pBuffer = &this->mBuffer[this->mWhich * SndFile_BUFSIZE];
43 if (++this->mWhich >= SndFile_NUMBUFS) {
44 this->mWhich = 0;
172 this->mSndFile.mWhich = 0;
217 audioPlayer->mSndFile.mWhich = 0;
IEngine.c 156 this->mSndFile.mWhich = 0;
sles_allinclusive.h 239 SLuint32 mWhich; // which buffer to use next
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 417 private final IntentFilter mWhich;
444 mWhich = which;
465 mWhich = null;
475 return mWhich;
558 if (mWhich != null
559 && mWhich.match(who.getContentResolver(), intent,
    [all...]

Completed in 297 milliseconds