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

1 2

  /cts/tests/src/android/app/cts/
ClearTop.java 38 public void onNewIntent(Intent intent) {
InstrumentationTestActivity.java 97 protected void onNewIntent(Intent intent) {
98 super.onNewIntent(intent);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ClearTop.java 40 public void onNewIntent(Intent intent) {
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactActivity.java 50 this.onNewIntent(getIntent());
54 public void onNewIntent(Intent intent) {
55 super.onNewIntent(intent);
56 if (LOGV) Log.d(TAG, "onNewIntent");
  /cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 55 protected void onNewIntent(Intent intent) {
56 super.onNewIntent(intent);
59 Log.i(TAG, "onNewIntent: sCurInstance=" + sCurInstance);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java 71 public void onNewIntent(final Intent newIntent) {
72 super.onNewIntent(newIntent);
78 doSearchQuery(queryIntent, "onNewIntent()");
81 mDeliveredByText.setText("onNewIntent(), but no ACTION_SEARCH intent");
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SizeLimitActivity.java 47 protected void onNewIntent(Intent intent) {
48 super.onNewIntent(intent);
  /packages/apps/Calendar/src/com/android/calendar/
WeekActivity.java 60 protected void onNewIntent(Intent intent) {
AgendaActivity.java 162 protected void onNewIntent(Intent intent) {
CalendarActivity.java 140 protected void onNewIntent(Intent intent) {
MonthActivity.java 298 protected void onNewIntent(Intent intent) {
  /development/samples/NFCDemo/src/com/example/android/nfc/
TagViewer.java 68 // will cause this activity to be restarted with onNewIntent(). At
115 public void onNewIntent(Intent intent) {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 110 onNewIntent(getIntent());
219 public void onNewIntent(Intent intent) {
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 221 protected void onNewIntent(Intent intent) {
222 super.onNewIntent(intent);
224 if (Log.LOGV) Log.v("AlarmAlert.OnNewIntent()");
DeskClock.java 574 public void onNewIntent(Intent newIntent) {
575 super.onNewIntent(newIntent);
576 if (DEBUG) Log.d(LOG_TAG, "onNewIntent with intent: " + newIntent);
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 95 protected void onNewIntent(Intent intent) {
96 super.onNewIntent(intent);
98 StkLog.d(this, "onNewIntent");
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 290 protected void onNewIntent(Intent intent) {
  /packages/apps/Contacts/src/com/android/contacts/
DialtactsActivity.java 205 public void onNewIntent(Intent newIntent) {
249 * @param intent The intent received in {@link #onNewIntent(Intent)}
279 * @param intent The intent received in {@link #onNewIntent(Intent)}
  /development/samples/Home/src/com/example/android/home/
Home.java 148 protected void onNewIntent(Intent intent) {
149 super.onNewIntent(intent);
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 100 protected void onNewIntent(Intent intent) {
ConversationList.java 210 protected void onNewIntent(Intent intent) {
231 // onNewIntent(), and when we delete threads or delete all in CMA or this activity.
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 180 // will cause this activity to be restarted with onNewIntent(). At
263 public void onNewIntent(Intent intent) {
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 420 mActivity.onNewIntent(intent);
  /packages/apps/Gallery3D/src/com/cooliris/media/
Gallery.java 168 protected void onNewIntent(Intent intent) {
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellActivity.java 150 protected void onNewIntent(Intent intent) {
151 super.onNewIntent(intent);

Completed in 336 milliseconds

1 2