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

/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h55 int mWhich; member in class:android::MediaRecorderClient::ServiceDeathNotifier
H A DMediaPlayerService.h401 int mWhich; member in class:android::MediaPlayerService::Client::ServiceDeathNotifier
/frameworks/base/core/java/android/content/
H A DUriMatcher.java132 mWhich = -1;
140 mWhich = -1;
195 child.mWhich = NUMBER;
197 child.mWhich = TEXT;
199 child.mWhich = EXACT;
239 switch (n.mWhich) {
276 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.java485 private final IntentFilter mWhich; field in class:Instrumentation.ActivityMonitor
513 mWhich = which;
535 mWhich = null;
552 mWhich = null;
573 return mWhich;
679 if (mWhich != null
680 && mWhich.match(who.getContentResolver(), intent,

Completed in 1517 milliseconds