/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
RankAwarePromoterTest.java | 41 mPromoter = new RankAwarePromoter(new Config(mContext){
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Utils.java | 222 private InputMethodService mContext; 239 sRingCharBuffer.mContext = context; 301 if (!((LatinIME)mContext).isWordSeparator(c)) { 307 if (!((LatinIME)mContext).isWordSeparator(c)) {
|
/system/media/wilhelm/src/android/ |
AudioRecorder_to_android.cpp | 115 callbackPContext = ar->mRecord.mContext; 132 callbackPContext = ar->mRecord.mContext; 150 callbackPContext = ar->mRecord.mContext; 264 callbackPContext = ar->mBufferQueue.mContext;
|
BufferQueueSource.cpp | 143 callbackPContext = mAndroidBufferQueueSource->mContext;
|
AudioPlayer_to_android.cpp | 145 callbackPContext = ap->mBufferQueue.mContext; 365 callbackPContext = ap->mPlay.mContext; 382 callbackPContext = ap->mPlay.mContext; 399 callbackPContext = ap->mPlay.mContext; 435 playContext = ap->mPlay.mContext; 729 callbackPContext = ap->mPrefetchStatus.mContext; 756 callbackPContext = ap->mPrefetchStatus.mContext; 780 callbackPContext = ap->mPrefetchStatus.mContext; 820 callbackPContext = ap->mPlay.mContext; 857 callbackPContext = ap->mPrefetchStatus.mContext; [all...] |
/frameworks/base/core/java/android/view/ |
Window.java | 112 private final Context mContext; 374 mContext = context; 384 return mContext; 394 mWindowStyle = mContext.obtainStyledAttributes( 481 super(wm, getCompatInfo(mContext)); 532 wp.packageName = mContext.getPackageName(); [all...] |
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 358 private Context mContext; 383 mContext = context; 405 mContext.unregisterReceiver(mReceivers.remove(0)); [all...] |
/frameworks/base/core/java/android/app/ |
Notification.java | 628 private Context mContext; 667 mContext = context; 937 RemoteViews contentView = new RemoteViews(mContext.getPackageName(), resId); [all...] |
/frameworks/base/core/java/android/widget/ |
RemoteViewsAdapter.java | 64 private final Context mContext; 426 float density = mContext.getResources().getDisplayMetrics().density; 715 mContext = context; [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider.java | 250 private Context mContext; 254 mContext = context; 274 final CharSequence[] bookmarks = mContext.getResources() 279 CharSequence bookmarkDestination = replaceSystemPropertyInString(mContext, bookmarks[i + 1]); 347 String browserDataDirString = mContext.getApplicationInfo().dataDir; [all...] |
/frameworks/base/media/java/android/media/ |
AudioManager.java | 51 private final Context mContext; 361 mContext = context; [all...] |
AudioService.java | 97 private Context mContext; 332 mContext = context; 334 mVoiceCapable = mContext.getResources().getBoolean( 613 mContext.sendBroadcast(intent); [all...] |
/packages/apps/Email/src/com/android/email/ |
Controller.java | 78 private final Context mContext; 122 mContext = _context.getApplicationContext(); 274 Mailbox m = Mailbox.restoreMailboxOfType(mContext, accountId, Mailbox.TYPE_SEARCH); 329 IEmailService service = EmailServiceUtils.getExchangeService(mContext, mServiceCallback); 378 mLegacyListener.checkMailFinished(mContext, accountId, mailboxId, tag); 547 accountId, mailboxType, getMailboxServerName(mContext, mailboxType)); [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
CalendarSyncAdapter.java | [all...] |
ProvisionParser.java | 77 mPolicy = SecurityPolicyDelegate.clearUnsupportedPolicies(mService.mContext, mPolicy); 321 if (!SecurityPolicyDelegate.isSupported(mService.mContext, policy)) {
|
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeech.java | 440 private final Context mContext; 481 mContext = context; 488 mEnginesHelper = new TtsEngines(mContext); 493 return mContext.getPackageName(); 556 boolean bound = mContext.bindService(intent, connection, Context.BIND_AUTO_CREATE); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
BluetoothHandsfree.java | 77 private final Context mContext; 206 mContext = context; 212 mAdapter.getProfileProxy(mContext, mProfileListener, 236 if (mContext.getPackageManager().resolveActivity(sVoiceCommandIntent, 0) != null && 237 BluetoothHeadset.isBluetoothVoiceDialingEnabled(mContext)) { 245 mPhonebook = new BluetoothAtPhonebook(mContext, this); 737 mContext.registerReceiver(mStateReceiver, filter); [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ClipDrawableTest.java | 227 XmlPullParser parser = mContext.getResources().getXml(R.drawable.gradientdrawable); 229 clipDrawable.inflate(mContext.getResources(), parser, attrs);
|
GradientDrawableTest.java | 384 Resources resources = mContext.getResources(); 465 Resources resources = mContext.getResources();
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 249 mContext = context; 290 eglDestroyContext(mDisplay, mContext);
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 191 Context mContext; 220 mContext = context;
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
ComponentTest.java | 108 mPackageManager = mContext.getPackageManager(); 127 assertNotNull(mContext); [all...] |
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
AsecTests.java | 419 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE); 477 StorageManager sm = (StorageManager) mContext.getSystemService(Context.STORAGE_SERVICE);
|
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
GL2CameraEye.java | 140 mContext = context; 503 private Context mContext;
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 93 intent.send(mContext, Activity.RESULT_OK, fillIn); 141 mContext);
|