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

1 2 3 4

  /frameworks/base/core/tests/coretests/src/android/app/activity/
ClearTop.java 40 public void onNewIntent(Intent intent) {
  /cts/tests/src/android/app/cts/
ClearTop.java 39 public void onNewIntent(Intent intent) {
40 Log.i(TAG, "onNewIntent");
InstrumentationTestActivity.java 97 protected void onNewIntent(Intent intent) {
98 super.onNewIntent(intent);
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
TechFilter.java 48 public void onNewIntent(Intent intent) {
ForegroundDispatch.java 83 public void onNewIntent(Intent intent) {
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 59 protected void onNewIntent(Intent intent) {
60 super.onNewIntent(intent);
63 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/apps/DeskClock/src/com/android/deskclock/timer/
TimerAlertFullScreen.java 101 protected void onNewIntent(Intent intent) {
106 super.onNewIntent(intent);
  /developers/samples/android/content/contacts/BasicContactables/BasicContactables/src/main/java/com/example/android/basiccontactables/
MainActivity.java 48 protected void onNewIntent(Intent intent) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushReceiverActivity.java 87 protected void onNewIntent(Intent intent) {
88 super.onNewIntent(intent);
  /packages/apps/Contacts/src/com/android/contacts/activities/
GroupEditorActivity.java 116 protected void onNewIntent(Intent intent) {
117 super.onNewIntent(intent);
ContactEditorActivity.java 123 protected void onNewIntent(Intent intent) {
124 super.onNewIntent(intent);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SizeLimitActivity.java 47 protected void onNewIntent(Intent intent) {
48 super.onNewIntent(intent);
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DialogSmsDisplay.java 75 protected void onNewIntent(Intent intent) {
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 124 public void onNewIntent(Intent intent) {
  /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) {
  /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
214 protected void onNewIntent(Intent intent) {
219 super.onNewIntent(intent);
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 95 protected void onNewIntent(Intent intent) {
96 super.onNewIntent(intent);
98 CatLog.d(this, "onNewIntent");
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 61 protected void onNewIntent(Intent intent) {
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
TestsListActivity.java 100 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/apps/Phone/tests/src/com/android/phone/tests/
OtaspTestActivity.java 122 protected void onNewIntent(Intent intent) {
123 Log.i(LOG_TAG, "onNewIntent: intent=" + intent);

Completed in 582 milliseconds

1 2 3 4