OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:launched
(Results
51 - 75
of
898
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/sepolicy/
blkid_untrusted.te
12
# For blkid
launched
through popen()
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
control
18
want active scans to be
launched
on certain types of dark resume wakes where the
22
We permit active scans to be
launched
when the system wakes up due to a SSID
/external/chromium-trace/catapult/telemetry/telemetry/core/
android_platform.py
46
contain any WebViews. If True, the app will be
launched
with
51
A reference to the android_app
launched
.
/packages/apps/Calendar/res/values-w800dp-h1232dp/
config.xml
21
<!-- when on, event info
launched
from agenda view is shown in full screen, -->
24
<!-- when on, event info
launched
from day/week/month view is shown in full screen, -->
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Legacy_suite.py
83
"""application process - A process
launched
from an application file """
90
"""application file - the application file from which this process was
launched
"""
97
"""desk accessory process - A process
launched
from a desk accessory file """
100
"""desk accessory file - the desk accessory file from which this process was
launched
"""
122
"""file - the file from which the process was
launched
"""
146
"""total partition size - the size of the partition with which the process was
launched
"""
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Processes_Suite.py
51
"""application process - A process
launched
from an application file """
54
"""application file - a reference to the application file from which this process was
launched
"""
61
"""desk accessory process - A process
launched
from an desk accessory file """
64
"""desk accessory file - a reference to the desk accessory file from which this process was
launched
"""
90
"""file - the file from which the process was
launched
"""
114
"""total partition size - the size of the partition with which the process was
launched
"""
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Legacy_suite.py
83
"""application process - A process
launched
from an application file """
90
"""application file - the application file from which this process was
launched
"""
97
"""desk accessory process - A process
launched
from a desk accessory file """
100
"""desk accessory file - the desk accessory file from which this process was
launched
"""
122
"""file - the file from which the process was
launched
"""
146
"""total partition size - the size of the partition with which the process was
launched
"""
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Processes_Suite.py
51
"""application process - A process
launched
from an application file """
54
"""application file - a reference to the application file from which this process was
launched
"""
61
"""desk accessory process - A process
launched
from an desk accessory file """
64
"""desk accessory file - a reference to the desk accessory file from which this process was
launched
"""
90
"""file - the file from which the process was
launched
"""
114
"""total partition size - the size of the partition with which the process was
launched
"""
/developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/
MainActivity.java
76
* if the activity is
launched
within the same task, it will be
launched
on top of the
88
// Define the bounds in which the Activity will be
launched
into.
/developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/
MainActivity.java
76
* if the activity is
launched
within the same task, it will be
launched
on top of the
88
// Define the bounds in which the Activity will be
launched
into.
/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/
MainActivity.java
76
* if the activity is
launched
within the same task, it will be
launched
on top of the
88
// Define the bounds in which the Activity will be
launched
into.
/external/autotest/client/cros/cellular/pseudomodem/
state_machine_factory.py
45
Set all machines to be
launched
in interactive mode.
64
Set the given machine to be
launched
in interative mode.
66
@param machine_name: The name of the machine to be
launched
in
/frameworks/base/docs/html/distribute/stories/games/
rvappstudios-zombie.jd
2
page.metaDescription=Zombie Ragdoll is a physics based zombie shooting game
launched
by RV AppStudios in August 2013. Having attended Google I/O talks, the team at RV AppStudios was inspired to go global with Zombie Ragdoll at launch.
19
Zombie Ragdoll</a> is a physics based zombie shooting game
launched
by RV AppStudios in August
29
RV AppStudios
launched
Zombie Ragdoll localized into 20 languages.
/frameworks/support/core-utils/java/android/support/v4/app/
AppLaunchChecker.java
30
* This class provides APIs for determining how an app has been
launched
.
31
* This can be useful if you want to confirm that a user has
launched
your
41
* Checks if this app has been
launched
by the user from their launcher or home screen
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion18.txt
8
android:launchMode : Specify how an activity should be
launched
. [enum]
18
android:clearTaskOnLaunch : Specify whether an activity's task should be cleared when it is re-
launched
from the home screen. [boolean]
22
android:excludeFromRecents : Indicates that an Activity should be excluded from the list of recently
launched
activities. [boolean]
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractAppIdleTestCase.java
94
assertAppIdle(false); // Sanity check - not idle anymore, since activity was
launched
...
97
assertAppIdle(false); // Sanity check - not idle anymore, since activity was
launched
...
/developers/build/prebuilts/gradle/AppRestrictions/
README.md
8
When
launched
under the primary User account, you can toggle between standard app restriction
9
types and custom.When
launched
under a restricted profile, this activity displays app
/developers/samples/android/content/multiuser/AppRestrictions/
README.md
8
When
launched
under the primary User account, you can toggle between standard app restriction
9
types and custom.When
launched
under a restricted profile, this activity displays app
/frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java
257
boolean
launched
= false;
264
launched
= true;
269
if (
launched
) {
272
launched
= handleCameraLaunchGesture(false /* useWakelock */,
274
if (
launched
) {
280
outLaunched.value =
launched
;
281
return intercept &&
launched
;
285
* @return true if camera was
launched
, false otherwise.
/packages/apps/Calendar/res/values/
config.xml
27
<!-- when on, event info
launched
from agenda view is shown in full screen, -->
30
<!-- when on, event info
launched
from day/week/month view is shown in full screen, -->
/packages/apps/Calendar/res/values-w600dp-h879dp/
config.xml
27
<!-- when on, event info
launched
from agenda view is shown in full screen, -->
30
<!-- when on, event info
launched
from day/week/month view is shown in full screen, -->
/packages/apps/Calendar/res/values-w960dp-h527dp/
config.xml
27
<!-- when on, event info
launched
from agenda view is shown in full screen, -->
30
<!-- when on, event info
launched
from day/week/month view is shown in full screen, -->
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogTags.logtags
42
# User
launched
a typed search
50
# User
launched
a Voice Search
Logger.java
51
* The user
launched
a search.
59
* The user
launched
a voice search.
/cts/hostsidetests/services/activitymanager/app/src/android/server/app/
TrampolineActivity.java
34
// activity is visible before it's
launched
, because its task is being brought
Completed in 1506 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>