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

1 2 3 4 5 6 7

  /cts/tests/framework/base/activitymanager/appDisplaySize/src/android/server/am/displaysize/
SmallestWidthActivity.java 29 protected void onNewIntent(final Intent intent) {
30 super.onNewIntent(intent);
  /cts/tests/framework/base/activitymanager/app_base/src/android/server/am/
LaunchingActivity.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/appsecurity/test-apps/NoRestartApp/src/com/android/cts/norestart/
NoRestartActivity.java 40 protected void onNewIntent(Intent intent) {
41 super.onNewIntent(intent);
  /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/src/androidTest/java/androidx/fragment/app/test/
NewIntentActivity.java 42 public void onNewIntent(Intent intent) {
43 super.onNewIntent(intent);
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
VideoActivityWithDetailedCard.java 50 protected void onNewIntent(Intent intent) {
51 super.onNewIntent(intent);
  /packages/apps/Dialer/java/com/android/dialer/main/
MainActivityPeer.java 37 void onNewIntent(Intent 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/main/java/com/google/android/leanbackjank/ui/
VideoActivity.java 75 protected void onNewIntent(Intent intent) {
76 super.onNewIntent(intent);
  /packages/apps/Dialer/java/com/android/dialer/main/impl/
MainActivity.java 83 protected void onNewIntent(Intent intent) {
84 super.onNewIntent(intent);
86 activePeer.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 40 protected void onNewIntent(Intent intent) {

Completed in 1118 milliseconds

1 2 3 4 5 6 7