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

1 2

  /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);
  /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);
  /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");
InstrumentationTestActivity.java 97 protected void onNewIntent(Intent intent) {
98 super.onNewIntent(intent);
  /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");
  /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);
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 124 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/SupportLeanbackDemos/src/com/example/android/leanback/
HorizontalGridTestActivity.java 97 protected void onNewIntent(Intent intent) {
98 if (DEBUG) Log.v(TAG, "onNewIntent " + intent);
105 super.onNewIntent(intent);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 110 onNewIntent(getIntent());
219 public void onNewIntent(Intent intent) {
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 61 protected void 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) {

Completed in 948 milliseconds

1 2