OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addFlags
(Results
151 - 175
of
334
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/net/api23Test/src/android/net/cts/api23test/
ConnectivityManagerApi23Test.java
87
.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK));
/cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20ActivityOne.java
44
window.
addFlags
(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD
OpenGLES20NativeActivityOne.java
54
window.
addFlags
(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD
/cts/tests/tests/os/src/android/os/cts/
TestedScreen.java
86
final Intent intent = new Intent(getIntent()).
addFlags
(Intent.FLAG_ACTIVITY_CLEAR_TOP)
StrictModeTest.java
229
intent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
241
intent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
256
intent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
261
chooser.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
281
intent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
292
intent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
294
intent.
addFlags
(Intent.FLAG_GRANT_READ_URI_PERMISSION);
581
intent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
/developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
DataLayerListenerService.java
94
startIntent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java
122
push.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/midisynth/
MainActivity.java
79
getWindow().
addFlags
(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
/developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/
MainActivity.java
81
intent.
addFlags
(Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT | Intent.FLAG_ACTIVITY_NEW_TASK);
/developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java
65
dialogIntent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
/developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
TimerNotificationService.java
65
dialogIntent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
/developers/samples/android/media/MidiSynth/Application/src/main/java/com/example/android/midisynth/
MainActivity.java
79
getWindow().
addFlags
(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java
122
push.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
/developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/
MainActivity.java
81
intent.
addFlags
(Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT | Intent.FLAG_ACTIVITY_NEW_TASK);
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
TestBase.java
102
.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_MULTIPLE_TASK)
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java
90
intent.
addFlags
(Intent.FLAG_ACTIVITY_CLEAR_TOP);
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DataLayerListenerService.java
94
startIntent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java
122
push.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
/development/samples/browseable/MidiSynth/src/com.example.android.midisynth/
MainActivity.java
81
getWindow().
addFlags
(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/
MainActivity.java
81
intent.
addFlags
(Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT | Intent.FLAG_ACTIVITY_NEW_TASK);
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
TimerNotificationService.java
65
dialogIntent.
addFlags
(Intent.FLAG_ACTIVITY_NEW_TASK);
/developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java
67
.
addFlags
(Intent.FLAG_INCLUDE_STOPPED_PACKAGES)
75
.
addFlags
(Intent.FLAG_INCLUDE_STOPPED_PACKAGES)
/developers/build/prebuilts/gradle/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/
MainActivity.kt
79
addFlags
(Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT or Intent.FLAG_ACTIVITY_NEW_TASK)
/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java
67
.
addFlags
(Intent.FLAG_INCLUDE_STOPPED_PACKAGES)
75
.
addFlags
(Intent.FLAG_INCLUDE_STOPPED_PACKAGES)
/developers/samples/android/ui/window/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/
MainActivity.kt
79
addFlags
(Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT or Intent.FLAG_ACTIVITY_NEW_TASK)
Completed in 712 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>