HomeSort by relevance Sort by last modified time
    Searched refs:addFlags (Results 51 - 75 of 334) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/app/app/src/android/app/stubs/
LauncherActivityStub.java 41 targetIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
58 getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD
ActivityMonitorTestActivity.java 30 getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD
  /developers/build/prebuilts/gradle/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java 90 newDocumentIntent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
109 newDocumentIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 47 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
55 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/src/main/java/com/example/android/documentcentricapps/
DocumentCentricActivity.java 90 newDocumentIntent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
109 newDocumentIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
ListenerService.java 47 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
55 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
  /development/samples/browseable/DocumentCentricApps/src/com.example.android.documentcentricapps/
DocumentCentricActivity.java 90 newDocumentIntent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
109 newDocumentIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
ListenerService.java 47 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
55 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
  /cts/hostsidetests/devicepolicy/app/AppRestrictionsTargetApp/src/com/android/cts/apprestrictions/targetapp/
ApplicationRestrictionsActivity.java 54 .addFlags(Intent.FLAG_RECEIVER_FOREGROUND)
  /cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
MyInteractionSessionService.java 48 intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleActivity.java 39 getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyActivity.java 34 getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
ANRActivity.java 46 getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GPUStressTestActivity.java 33 getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
  /cts/hostsidetests/trustedvoice/app/src/android/trustedvoice/app/
TrustedVoiceActivity.java 49 getWindow().addFlags(LayoutParams.FLAG_TURN_SCREEN_ON
  /cts/hostsidetests/ui/appA/src/android/taskswitching/appa/
AppAActivity.java 40 getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED);
  /cts/hostsidetests/ui/appB/src/android/taskswitching/appb/
AppBActivity.java 40 getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED);
  /cts/tests/admin/app/src/android/admin/app/
CtsDeviceAdminActivationTestActivity.java 45 getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD
  /cts/tests/app/src/android/app/cts/
AliasActivityTest.java 41 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
  /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
AlwaysFocusablePipActivity.java 35 intent.addFlags(FLAG_ACTIVITY_NEW_TASK);
  /cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
StartBackgroundActivityReceiver.java 46 newIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
Activities.java 33 getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
  /cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
AppComponentFactoryTest.java 44 .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK));
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestActivity.java 31 getWindow().addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTestFirstActivity.java 36 getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON

Completed in 1116 milliseconds

1 23 4 5 6 7 8 91011>>