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

1 2 3 4 5 6 7

  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
LaunchingActivity.java 28 protected void onNewIntent(Intent intent) {
29 super.onNewIntent(intent);
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/appDisplaySize/src/android/displaysize/app/
SmallestWidthActivity.java 27 protected void onNewIntent(Intent intent) {
28 super.onNewIntent(intent);
  /cts/hostsidetests/appsecurity/test-apps/NoRestartApp/src/com/android/cts/norestart/
NoRestartActivity.java 38 protected void onNewIntent(Intent intent) {
39 super.onNewIntent(intent);
  /cts/tests/fragment/src/android/fragment/cts/
NewIntentActivity.java 40 public void onNewIntent(Intent intent) {
41 super.onNewIntent(intent);
  /cts/tests/app/app/src/android/app/stubs/
NewDocumentTestActivity.java 33 public void onNewIntent(Intent intent) {
ClearTop.java 39 public void onNewIntent(Intent intent) {
40 Log.i(TAG, "onNewIntent");
  /cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
ApplicationRestrictionsActivity.java 46 protected void onNewIntent(Intent intent) {
47 super.onNewIntent(intent);
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleActivity.java 52 protected void onNewIntent(Intent intent) {
53 super.onNewIntent(intent);
  /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/support/fragment/tests/java/android/support/v4/app/test/
NewIntentActivity.java 41 public void onNewIntent(Intent intent) {
42 super.onNewIntent(intent);
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
VideoActivityWithDetailedCard.java 50 protected void onNewIntent(Intent intent) {
51 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/
LockTaskUtilityActivity.java 38 protected void onNewIntent(Intent intent) {
39 super.onNewIntent(intent);
SetPolicyActivity.java 48 public void onNewIntent(Intent intent) {
49 super.onNewIntent(intent);
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestResultActivity.java 59 protected void onNewIntent(Intent intent) {
60 super.onNewIntent(intent);
  /frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/ui/
VideoActivity.java 75 protected void onNewIntent(Intent intent) {
76 super.onNewIntent(intent);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
CarDockActivity.java 44 protected void onNewIntent(Intent 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) {
  /packages/apps/Browser2/src/org/chromium/webview_shell/
TelemetryMemoryPressureActivity.java 43 protected void onNewIntent(Intent intent) {
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DvrBrowseActivity.java 43 protected 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);
  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DelegatedScopesReceiverActivity.java 66 protected void onNewIntent(Intent intent) {
67 super.onNewIntent(intent);

Completed in 1218 milliseconds

1 2 3 4 5 6 7