Searched defs:mWhich (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/
H A DUriMatcher.java128 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; field in class:UriMatcher
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h275 SLuint32 mWhich; // which buffer to use next member in struct:SndFile
/frameworks/base/core/java/android/app/
H A DInstrumentation.java418 private final IntentFilter mWhich; field in class:Instrumentation.ActivityMonitor
445 mWhich = which;
466 mWhich = null;
476 return mWhich;
561 if (mWhich != null
562 && mWhich.match(who.getContentResolver(), intent,

Completed in 1630 milliseconds