/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SystemUI.java | 27 public Context mContext;
|
/frameworks/base/services/java/com/android/server/ |
CountryDetectorService.java | 87 private final Context mContext; 96 mContext = context; 176 mCountryDetector = new ComprehensiveCountryDetector(mContext); 211 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.DUMP, TAG);
|
LightsService.java | 156 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.FLASHLIGHT) 158 mContext.checkCallingOrSelfPermission(android.Manifest.permission.HARDWARE_TEST) 178 mContext = context; 210 private final Context mContext;
|
/frameworks/base/services/java/com/android/server/connectivity/ |
DataConnectionStats.java | 40 private final Context mContext; 49 mContext = context; 55 (TelephonyManager)mContext.getSystemService(Context.TELEPHONY_SERVICE); 66 mContext.registerReceiver(this, filter);
|
/frameworks/base/services/java/com/android/server/location/ |
GeofenceProxy.java | 45 private final Context mContext; 85 mContext = context; 98 mContext.bindServiceAsUser(new Intent(mContext, GeofenceHardwareService.class),
|
GpsXtraDownloader.java | 48 private Context mContext; 54 mContext = context; 82 String proxyHost = Proxy.getHost(mContext); 83 int proxyPort = Proxy.getPort(mContext);
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbDeviceManager.java | 108 private final Context mContext; 153 mContext = context; 155 PackageManager pm = mContext.getPackageManager(); 191 mContext.getSystemService(Context.NOTIFICATION_SERVICE); 196 final StorageManager storageManager = StorageManager.from(mContext); 370 mContext.registerReceiver( 372 mContext.registerReceiver( 563 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL); 586 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL); 658 Resources r = mContext.getResources() [all...] |
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
SimpleInflater.java | 41 private Context mContext; 44 mContext = context; 50 parser = mContext.getResources().getLayout(menuRes); 124 TypedArray a = mContext.obtainStyledAttributes(attrs,
|
/frameworks/ex/common/java/com/android/common/ |
NetworkConnectivityListener.java | 43 private Context mContext; 138 mContext = context; 152 mContext.unregisterReceiver(mReceiver); 153 mContext = null;
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
LocationStatsAggregator.java | 70 private Context mContext; 100 mContext = context; 101 mPendingIntent = PendingIntent.getBroadcast(mContext, 0, intent, 0); 110 mContext.unregisterReceiver(mLocationUpdater);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneStateIntentReceiver.java | 51 private Context mContext; 71 mContext = c; 154 mContext.registerReceiver(this, mFilter); 158 mContext.unregisterReceiver(this);
|
/frameworks/rs/driver/ |
rsdCore.h | 37 android::renderscript::Context * mContext;
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
PopupMenu.java | 38 private Context mContext; 65 mContext = context; 91 return new SupportMenuInflater(mContext); 167 new MenuPopupHelper(mContext, subMenu, mAnchor).show();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppPreference.java | 58 private Context mContext; 85 mContext = context; 87 mNamePreference = mContext.getSharedPreferences(Constants.BLUETOOTHOPP_NAME_PREFERENCE, 89 mChannelPreference = mContext.getSharedPreferences(
|
/packages/apps/Browser/src/com/android/browser/ |
NavScreen.java | 82 PopupMenu popup = new PopupMenu(mContext, mMore); 117 LayoutInflater.from(mContext).inflate(R.layout.nav_screen, this); 118 setContentDescription(mContext.getResources().getString( 129 mAdapter = new TabAdapter(mContext, tc);
|
/packages/apps/Camera/src/com/android/camera/ |
SoundClips.java | 112 private Context mContext; 122 mContext = context; 134 mSoundIDs[i] = mSoundPool.load(mContext, SOUND_RES[i], 1); 157 mSoundIDs[index] = mSoundPool.load(mContext, SOUND_RES[index], 1);
|
/packages/apps/Camera2/src/com/android/camera/ |
SoundClips.java | 125 private Context mContext; 135 mContext = context; 145 mSoundIDs[i] = mSoundPool.load(mContext, SOUND_RES[i], 1); 168 mSoundIDs[index] = mSoundPool.load(mContext, SOUND_RES[index], 1);
|
/packages/apps/Contacts/tests/src/com/android/contacts/detail/ |
ContactDetailFragmentTests.java | 50 ContactDetailFragment.buildImActions(mContext, entry, im); 68 ContactDetailFragment.buildImActions(mContext, entry, im); 88 ContactDetailFragment.buildImActions(mContext, entry, im); 134 ContactDetailFragment.buildImActions(mContext, entry, im);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListFilterController.java | 82 private final Context mContext; 88 mContext = context; 109 return PreferenceManager.getDefaultSharedPreferences(mContext); 168 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mContext);
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallDetailHistoryAdapter.java | 40 private final Context mContext; 65 mContext = context; 148 CharSequence dateValue = DateUtils.formatDateRange(mContext, details.date, details.date, 173 return mContext.getString(R.string.callDetailsDurationFormat, minutes, seconds);
|
/packages/apps/Email/src/com/android/email/ |
EmailConnectivityManager.java | 59 private final Context mContext; 72 mContext = context; 78 mContext.registerReceiver(this, new IntentFilter(ConnectivityManager.CONNECTIVITY_ACTION)); 111 mContext.unregisterReceiver(this);
|
/packages/apps/Email/src/com/android/email/provider/ |
RefreshStatusMonitor.java | 37 private final Context mContext; 49 mContext = context; 50 mHandler = new Handler(mContext.getMainLooper()); 87 ((ConnectivityManager) mContext.getSystemService(Context.CONNECTIVITY_SERVICE));
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageViewTests.java | 53 // private Context mContext; 63 // mContext = getInstrumentation().getTargetContext(); 64 // Email.setTempDirectory(mContext); 65 // Email.setServicesEnabled(mContext);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
SecureAlbum.java | 46 private Context mContext; 58 mContext = application.getAndroidContext(); 138 Cursor cursor = mContext.getContentResolver().query(uri, PROJECTION, 155 Cursor cursor = mContext.getContentResolver().query(uri, PROJECTION,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
ColorChooser.java | 30 Context mContext; 52 mContext = container.getContext(); 56 (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); 171 ColorPickerDialog cpd = new ColorPickerDialog(mContext, cl);
|