HomeSort by relevance Sort by last modified time
    Searched refs:getApplicationContext (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetService.java 26 return new DigitalWidgetViewsFactory(this.getApplicationContext(), i);
  /packages/apps/Browser/src/com/android/browser/
Browser.java 42 BrowserSettings.initialize(getApplicationContext());
43 Preloader.initialize(getApplicationContext());
KeyChainLookup.java 32 mContext = context.getApplicationContext();
  /frameworks/base/core/java/android/nfc/
NfcManager.java 48 context = context.getApplicationContext();
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncService.java 37 sSyncAdapter = new SyncAdapter(getApplicationContext(), true);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestSyncService.java 29 sSyncAdapter = new TestSyncAdapter(getApplicationContext(), true);
TestSyncAdapter.java 41 mContext = context.getApplicationContext();
  /packages/apps/Settings/tests/src/com/android/settings/
SettingsHookTests.java 75 Context context = mSettings.getApplicationContext();
87 Context context = mSettings.getApplicationContext();
105 Context context = mSettings.getApplicationContext();
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationService.java 32 mProvider = new FusedLocationProvider(getApplicationContext());
  /packages/apps/Contacts/src/com/android/contacts/util/
EmptyLoader.java 44 mContext = context.getApplicationContext();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 51 assertEquals(mRS.getApplicationContext(),
52 getContext().getApplicationContext());
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 168 mPlayer.setWakeMode(getApplicationContext(), PowerManager.PARTIAL_WAKE_LOCK);
197 mAudioFocusHelper = new AudioFocusHelper(getApplicationContext(), this);
433 mPlayer.setDataSource(getApplicationContext(), playingItem.getURI());
516 PendingIntent pi = PendingIntent.getActivity(getApplicationContext(), 0,
517 new Intent(getApplicationContext(), MainActivity.class),
519 mNotification.setLatestEventInfo(getApplicationContext(), "RandomMusicPlayer", text, pi);
529 PendingIntent pi = PendingIntent.getActivity(getApplicationContext(), 0,
530 new Intent(getApplicationContext(), MainActivity.class),
536 mNotification.setLatestEventInfo(getApplicationContext(), "RandomMusicPlayer",
546 Toast.makeText(getApplicationContext(), "Media player error! Resetting."
    [all...]
  /cts/tests/src/android/widget/cts/
TabHostStubActivity.java 51 final TextView tv = new TextView(getApplicationContext());
  /packages/apps/Launcher2/src/com/android/launcher2/
PreloadReceiver.java 34 final LauncherApplication app = (LauncherApplication) context.getApplicationContext();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
ClearUserDictionaryDialogPreferenceEN.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
ClearLearnDictionaryDialogPreferenceJAJP.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_learning_dictionary_done,
ClearUserDictionaryDialogPreferenceJAJP.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
  /tools/motodev/src/plugins/android.codeutils/resources/databaseDeploy/
DatabaseListActivity.txt 81 Toast.makeText(getApplicationContext(), e.getMessage(), Toast.LENGTH_LONG).show();
106 TableRow row = new TableRow(getApplicationContext());
141 row = new TableRow(getApplicationContext());
166 #sqlOpenHelperName# helper = new #sqlOpenHelperName#(getApplicationContext());
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 110 Intent.EXTRA_SUBJECT, Stopwatches.getShareTitle(getApplicationContext()));
112 getApplicationContext(), mElapsedTime, readLapsFromPrefs()));
139 Intent activityIntent = new Intent(getApplicationContext(), DeskClock.class);
149 Context context = getApplicationContext();
245 getApplicationContext());
263 getApplicationContext());
284 getApplicationContext());
300 getApplicationContext());
308 getApplicationContext());
327 getApplicationContext());
    [all...]
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 85 Context context = getApplicationContext();
135 mTelephonyManager = (TelephonyManager)getApplicationContext()
161 mDrmManagerClient = new DrmManagerClient(getApplicationContext());
  /tools/motodev/src/plugins/android.codeutils/templates/activity_samples/database_list/
database_list_activity.java 81 Toast.makeText(getApplicationContext(), e.getMessage(), Toast.LENGTH_LONG).show();
106 TableRow row = new TableRow(getApplicationContext());
141 row = new TableRow(getApplicationContext());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestActivity.java 45 mSensorManager = (SensorManager) getApplicationContext().getSystemService(
  /packages/apps/Email/src/com/android/email/
ResourceHelper.java 39 mContext = context.getApplicationContext();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 58 Context appContext = context.getApplicationContext();
  /tools/motodev/src/plugins/android.codeutils/templates/activity_samples/dialog/
dialog_activity.java 58 Toast.makeText(getApplicationContext(), items[item], Toast.LENGTH_LONG).show();

Completed in 1631 milliseconds

1 2 3 4 5 6 7 8 9