/development/samples/NotePad/src/com/example/android/notepad/ |
D | NotesList.java | 84 Intent intent = getIntent(); in onCreate() 154 Intent intent = new Intent(null, getIntent().getData()); in onCreateOptionsMenu() 192 Uri uri = ContentUris.withAppendedId(getIntent().getData(), getSelectedItemId()); in onPrepareOptionsMenu() 263 startActivity(new Intent(Intent.ACTION_INSERT, getIntent().getData())); in onOptionsItemSelected() 271 startActivity(new Intent(Intent.ACTION_PASTE, getIntent().getData())); in onOptionsItemSelected() 334 Intent intent = new Intent(null, Uri.withAppendedPath(getIntent().getData(), in onCreateContextMenu() 380 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), info.id); in onContextItemSelected() 440 Uri uri = ContentUris.withAppendedId(getIntent().getData(), id); in onListItemClick() 443 String action = getIntent().getAction(); in onListItemClick() 464 getIntent().getData(), // Use the default content URI for the provider. in onCreateLoader()
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
D | SpellCheckerSettingsActivity.java | 33 public Intent getIntent() { in getIntent() method in SpellCheckerSettingsActivity 34 final Intent modIntent = new Intent(super.getIntent()); in getIntent()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ProcessText.java | 23 CharSequence text = getIntent().getCharSequenceExtra(Intent.EXTRA_PROCESS_TEXT); in onCreate() 25 getIntent().getBooleanExtra(Intent.EXTRA_PROCESS_TEXT_READONLY, false); in onCreate() 46 Intent intent = getIntent(); in finish()
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
D | ArticleActivity.java | 47 mCatIndex = getIntent().getExtras().getInt("catIndex", 0); in onCreate() 48 mArtIndex = getIntent().getExtras().getInt("artIndex", 0); in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | IncomingMessageView.java | 48 getIntent().getCharSequenceExtra(KEY_FROM)); in onCreate() 50 getIntent().getCharSequenceExtra(KEY_MESSAGE)); in onCreate()
|
D | IncomingMessageInterstitial.java | 56 CharSequence from = getIntent().getCharSequenceExtra(IncomingMessageView.KEY_FROM); in switchToApp() 57 CharSequence msg = getIntent().getCharSequenceExtra(IncomingMessageView.KEY_MESSAGE); in switchToApp()
|
D | SearchQueryResults.java | 53 final Intent queryIntent = getIntent(); in onCreate() 75 final Intent queryIntent = getIntent(); in onNewIntent()
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | ImePreferences.java | 29 public Intent getIntent() { in getIntent() method in ImePreferences 30 final Intent modIntent = new Intent(super.getIntent()); in getIntent()
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | SmsReceivedDialog.java | 53 mFromAddress = getIntent().getExtras().getString(SMS_FROM_ADDRESS_EXTRA); in onCreate() 54 mFromDisplayName = getIntent().getExtras().getString(SMS_FROM_DISPLAY_NAME_EXTRA); in onCreate() 55 mMessage = getIntent().getExtras().getString(SMS_MESSAGE_EXTRA); in onCreate()
|
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/ |
D | MainActivity.java | 42 if (getIntent() != null) { in onCreate() 43 handleIntent(getIntent()); in onCreate()
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
D | ContactDetailActivity.java | 48 if (getIntent() != null) { in onCreate() 57 final Uri uri = getIntent().getData(); in onCreate()
|
D | ContactsListActivity.java | 67 if (Intent.ACTION_SEARCH.equals(getIntent().getAction())) { in onCreate() 71 String searchQuery = getIntent().getStringExtra(SearchManager.QUERY); in onCreate()
|
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/ |
D | CustomRestrictionsFragment.java | 101 activity.getIntent().getBundleExtra(Intent.EXTRA_RESTRICTIONS_BUNDLE); in onActivityCreated() 113 mRestrictions = activity.getIntent().getParcelableArrayListExtra( in onActivityCreated() 171 Intent intent = new Intent(getActivity().getIntent()); in onActivityCreated() 196 Intent intent = new Intent(getActivity().getIntent()); in onPreferenceChange()
|
/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/ |
D | AddFileActivity.java | 107 if (getIntent().hasExtra(FILE_NAME) && getIntent().hasExtra(FILE_SIZE_IN_BYTES)) { in onResume() 108 String fileName = getIntent().getStringExtra(FILE_NAME); in onResume() 109 String sizeInBytesParamValue = getIntent().getStringExtra(FILE_SIZE_IN_BYTES); in onResume() 112 if (getIntent().hasExtra(FILE_STORAGE)) { in onResume() 113 fileStorageParamValue = getIntent().getStringExtra(FILE_STORAGE); in onResume()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | CameraActivity.java | 27 int themeId = this.getIntent().getExtras().getInt("theme"); in onCreate()
|
/development/apps/Development/src/com/android/development/ |
D | Details.java | 39 Intent intent = getIntent(); in onCreate() 51 mData = (ArrayList<ColumnData>)getIntent().getExtra("data"); in onCreate() 117 Intent intent = getIntent();
|
D | DataList.java | 38 Intent intent = getIntent(); in onCreate() 100 uri = Uri.withAppendedPath(getIntent().getData(), mCursor.getString(idCol)); in onListItemClick()
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
D | BasicNotificationDisplayActivity.java | 34 String title = getIntent().getStringExtra(EXTRA_TITLE); in onCreate()
|
D | MainActivity.java | 49 if (getIntent() != null) { in onResume() 50 Bundle inputResults = RemoteInput.getResultsFromIntent(getIntent()); in onResume()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/ |
D | ViewGroupActivity.java | 39 mUriTextView.setText(getIntent().getDataString()); in onCreate()
|
D | InviteContactActivity.java | 39 mUriTextView.setText(getIntent().getDataString()); in onCreate()
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
D | AnalogAndCardBoundsWatchFaceConfigActivity.java | 33 getIntent().getParcelableExtra(WatchFaceCompanion.EXTRA_WATCH_FACE_COMPONENT); in onCreate()
|
D | OpenGLWatchFaceConfigActivity.java | 38 getIntent().getParcelableExtra(WatchFaceCompanion.EXTRA_WATCH_FACE_COMPONENT); in onCreate()
|
/development/samples/devbytes/telephony/SmsSampleProject/app/src/main/java/com/example/android/smssample/ |
D | MainActivity.java | 91 String intentAction = getIntent() == null ? null : getIntent().getAction(); in onCreate() 95 Toast.makeText(this, "Handle SEND and SENDTO intents: " + getIntent().getDataString(), in onCreate()
|
/development/samples/training/testingfun/app/src/com/example/android/testingfun/lesson4/ |
D | NextActivity.java | 54 final String stringPayload = getIntent().getStringExtra(EXTRAS_PAYLOAD_KEY); in onCreate()
|