/frameworks/base/services/java/com/android/server/am/ |
IntentBindRecord.java | 59 pw.print(intent.getIntent().toShortString(false, true, false, false)); 107 intent.getIntent().toShortString(sb, false, false, false, false);
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserPreferencesPage.java | 67 String action = getIntent().getAction(); 99 String url = getIntent().getStringExtra(CURRENT_PAGE);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ShortcutNameActivity.java | 56 mShortcutClickIntent = (Intent)getIntent().getParcelableExtra(EXTRA_FOLDER_CLICK_INTENT); 57 mFolderName = getIntent().getStringExtra(EXTRA_SHORTCUT_NAME);
|
/packages/experimental/PrintService/src/foo/bar/printservice/ |
MyDialogActivity.java | 26 PrintJobId printJobId = getIntent().getParcelableExtra( 28 final int actionType = getIntent().getIntExtra(MyPrintService.INTENT_EXTRA_ACTION_TYPE,
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LaunchpadActivity.java | 171 String action = getIntent().getAction(); 173 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); 204 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); 219 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); 227 String action = getIntent().getAction(); 232 Intent intent = getIntent(); 239 Intent intent = getIntent(); 245 Intent intent = getIntent(); 326 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); 334 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); [all...] |
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/ |
GLReferenceActivity.java | 41 Intent intent = getIntent();
|
/cts/tests/src/android/app/cts/ |
ActivityManagerMemoryClassTestActivity.java | 38 Intent intent = getIntent();
|
/cts/tests/src/android/opengl/cts/ |
OpenGlEsVersionStubActivity.java | 59 Intent intent = getIntent();
|
/cts/tests/src/android/widget/cts/ |
ViewGroupStubActivity.java | 47 String action = getIntent().getAction();
|
/cts/tests/tests/content/src/android/content/cts/ |
Intent_FilterComparisonTest.java | 62 assertTrue(mFilterComparison.getIntent().equals(mIntent));
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
SinglePaneDetailActivity.java | 35 Fragment fragment = TestItems.getFragment(getIntent().getStringExtra("item_id"));
|
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/ |
CustomRestrictionsFragment.java | 100 activity.getIntent().getBundleExtra(Intent.EXTRA_RESTRICTIONS_BUNDLE); 112 mRestrictions = activity.getIntent().getParcelableArrayListExtra( 174 Intent intent = new Intent(getActivity().getIntent()); 196 Intent intent = new Intent(getActivity().getIntent());
|
/developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/ |
CustomRestrictionsFragment.java | 100 activity.getIntent().getBundleExtra(Intent.EXTRA_RESTRICTIONS_BUNDLE); 112 mRestrictions = activity.getIntent().getParcelableArrayListExtra( 174 Intent intent = new Intent(getActivity().getIntent()); 196 Intent intent = new Intent(getActivity().getIntent());
|
/development/apps/Development/src/com/android/development/ |
ProcessInfo.java | 33 Intent intent = getIntent();
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FinishAffinity.java | 39 mNesting = getIntent().getIntExtra("nesting", 1);
|
LauncherShortcuts.java | 62 final Intent intent = getIntent();
|
NotificationDisplay.java | 53 button.setImageResource(getIntent().getIntExtra("moodimg", 0));
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Audio.java | 47 Bundle extras = getIntent().getExtras();
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesLiveFolder.java | 52 final Intent intent = getIntent();
|
TitleEditor.java | 74 mUri = getIntent().getData();
|
/development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/ |
ContentViewActivity.java | 41 Intent intent = getIntent();
|
PeerActivity.java | 43 mPeerCount = getIntent().getIntExtra(EXTRA_PEER_COUNT, 0) + 1;
|
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/ |
CustomRestrictionsFragment.java | 100 activity.getIntent().getBundleExtra(Intent.EXTRA_RESTRICTIONS_BUNDLE); 112 mRestrictions = activity.getIntent().getParcelableArrayListExtra( 174 Intent intent = new Intent(getActivity().getIntent()); 196 Intent intent = new Intent(getActivity().getIntent());
|
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/ |
MainActivity.java | 47 firstFragment.setArguments(getIntent().getExtras());
|
/external/chromium_org/chrome/test/chromedriver/test/webview_shell/java/src/org/chromium/chromedriver_webview_shell/ |
Main.java | 47 loadUrl(getIntent());
|