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

1 2 3 4 5

  /developers/build/prebuilts/gradle/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
NewDocumentActivity.java 54 protected void onNewIntent(Intent intent) {
55 super.onNewIntent(intent);
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
NewDocumentActivity.java 54 protected void onNewIntent(Intent intent) {
55 super.onNewIntent(intent);
  /development/samples/browseable/DocumentCentricApps/src/com.example.android.documentcentricapps/
NewDocumentActivity.java 54 protected void onNewIntent(Intent intent) {
55 super.onNewIntent(intent);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ClearTop.java 40 public void onNewIntent(Intent intent) {
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
ApplicationRestrictionActivity.java 62 protected void onNewIntent(Intent intent) {
63 super.onNewIntent(intent);
LockTaskUtilityActivity.java 36 protected void onNewIntent(Intent intent) {
37 super.onNewIntent(intent);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
UserRestrictionActivity.java 49 public void onNewIntent(Intent intent) {
50 super.onNewIntent(intent);
  /external/chromium_org/chrome/test/chromedriver/test/webview_shell/java/src/org/chromium/chromedriver_webview_shell/
Main.java 51 protected void onNewIntent(Intent intent) {
52 super.onNewIntent(intent);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestDialerActivity.java 37 protected void onNewIntent(Intent intent) {
38 super.onNewIntent(intent);
  /external/chromium_org/tools/android/memconsumer/java/src/org/chromium/memconsumer/
MemConsumer.java 71 onNewIntent(getIntent());
75 protected void onNewIntent(Intent intent) {
76 super.onNewIntent(intent);
  /cts/tests/app/src/android/app/cts/
ClearTop.java 39 public void onNewIntent(Intent intent) {
40 Log.i(TAG, "onNewIntent");
  /cts/tests/tests/os/src/android/os/cts/
ClearTop.java 39 public void onNewIntent(Intent intent) {
40 Log.i(TAG, "onNewIntent");
  /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 120 protected void onNewIntent(Intent intent) {
125 super.onNewIntent(intent);
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 48 protected void onNewIntent(Intent intent) {
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 48 protected void onNewIntent(Intent intent) {
  /development/samples/browseable/BasicContactables/src/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);
  /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) {

Completed in 1523 milliseconds

1 2 3 4 5