HomeSort by relevance Sort by last modified time
    Searched refs:onNewIntent (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /packages/apps/Contacts/src/com/android/contacts/
ContactsActivity.java 91 onNewIntent(callbackIntent);
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 110 public void onNewIntent(Intent intent) {
  /cts/tests/app/src/android/app/cts/
InstrumentationTestActivity.java 97 protected void onNewIntent(Intent intent) {
98 super.onNewIntent(intent);
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 151 protected void onNewIntent(Intent intent) {
152 Log.d(TAG, "In onNewIntent()");
153 super.onNewIntent(intent);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 110 onNewIntent(getIntent());
219 public void onNewIntent(Intent intent) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java 131 // or in case we don't get an onNewIntent
219 protected void onNewIntent(Intent intent) {
224 super.onNewIntent(intent);
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 61 protected void onNewIntent(Intent intent) {
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 166 protected void onNewIntent(Intent intent) {
168 // onNewIntent(Intent) is called, the Activity has not been restarted,
171 // inside onNewIntent(Intent) (just in case you call getIntent() at a
  /packages/services/Telephony/tests/src/com/android/phone/tests/
OtaspTestActivity.java 122 protected void onNewIntent(Intent intent) {
123 Log.i(LOG_TAG, "onNewIntent: intent=" + intent);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 236 // Manually trigger onNewIntent to check for ACTION_DIALOG.
237 onNewIntent(getIntent());
241 protected void onNewIntent(Intent intent) {
  /packages/apps/Camera/src/com/android/camera/
CameraActivity.java 273 protected void onNewIntent(Intent intent) {
274 super.onNewIntent(intent);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 133 protected void onNewIntent(Intent intent) {
134 super.onNewIntent(intent);
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 99 protected void onNewIntent(Intent intent) {
100 super.onNewIntent(intent);
102 CatLog.d(this, "onNewIntent");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 120 protected void onNewIntent(Intent intent) {
122 super.onNewIntent(intent);
  /cts/hostsidetests/theme/app/src/android/theme/app/
HoloDeviceActivity.java 76 public void onNewIntent(Intent intent) {
77 super.onNewIntent(intent);
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 169 protected void onNewIntent(Intent intent) {
170 super.onNewIntent(intent);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailboxSelectionActivity.java 163 public void onNewIntent(Intent intent) {
164 super.onNewIntent(intent);
  /external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
ContentShellActivity.java 158 protected void onNewIntent(Intent intent) {
  /packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DialogSmsDisplayTests.java 284 dialogSmsDisplayActivity.onNewIntent(di);
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 102 protected void onNewIntent(Intent intent) {
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 129 protected void onNewIntent(Intent msgIntent) {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 103 protected void onNewIntent(Intent intent) {
104 super.onNewIntent(intent);
  /development/samples/Home/src/com/example/android/home/
Home.java 148 protected void onNewIntent(Intent intent) {
149 super.onNewIntent(intent);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 450 protected void onNewIntent(Intent intent) {
451 super.onNewIntent(intent);
  /frameworks/support/v4/java/android/support/v4/app/
FragmentActivity.java 394 * Handle onNewIntent() to inform the fragment manager that the
399 * onNewIntent() call which happens before onResume() and trying to
404 protected void onNewIntent(Intent intent) {
405 super.onNewIntent(intent);

Completed in 727 milliseconds

12 3 4 5