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

1 2 3

  /cts/tests/src/android/app/cts/
ClearTop.java 38 public void onNewIntent(Intent 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/activities/
GroupBrowserActivity.java 42 protected void onNewIntent(Intent intent) {
ContactEditorActivity.java 123 protected void onNewIntent(Intent intent) {
124 super.onNewIntent(intent);
GroupEditorActivity.java 117 protected void onNewIntent(Intent intent) {
118 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) {
  /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/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DialogSmsDisplay.java 75 protected void onNewIntent(Intent intent) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushReceiverActivity.java 83 protected void onNewIntent(Intent intent) {
84 super.onNewIntent(intent);
TagVerifierActivity.java 151 protected void onNewIntent(Intent intent) {
  /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/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 124 public 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/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 60 protected void onNewIntent(Intent intent) {
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 145 protected void onNewIntent(Intent intent) {
147 // onNewIntent(Intent) is called, the Activity has not been restarted,
150 // 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);
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 111 public void onNewIntent(Intent intent) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SizeLimitActivity.java 47 protected void onNewIntent(Intent intent) {
48 super.onNewIntent(intent);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 110 onNewIntent(getIntent());
219 public void onNewIntent(Intent intent) {
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
TestsListActivity.java 100 protected void onNewIntent(Intent intent) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListActivity.java 108 protected 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()");
  /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/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) {

Completed in 487 milliseconds

1 2 3