/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
AccessibleDateAnimator.java | 37 * Announce the currently-selected date when launched.
|
/packages/apps/Gallery2/src/com/android/camera/ |
CameraActivity.java | 30 // Since this is being launched from a homescreen shorcut,
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
Gallery.java | 30 // Since this is being launched from a homescreen shortcut,
|
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/ |
CrashingSuggestionLauncher.java | 31 Log.i(TAG, "Launched a crashing suggestion: " + intent);
|
HangingSuggestionLauncher.java | 30 Log.i(TAG, "Launched a hanging suggestion: " + intent);
|
/packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/ |
SlowSuggestionLauncher.java | 31 Log.i(TAG, "Launched a slow suggestion: " + intent);
|
/packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/ |
SpammySuggestionLauncher.java | 31 Log.i(TAG, "Launched a spammy suggestion: " + intent);
|
/packages/apps/TV/common/src/com/android/tv/common/feature/ |
CommonFeatures.java | 26 * <p>Remove the {@code Feature} once it is launched.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/ |
DaydreamVoiceAction.java | 28 * Intent is launched by search activity.
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProviderBroadcastReceiver.java | 37 // Acquire a wake lock that will be released when the launched Service is doing its work
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkVariables.java | 29 * application being launched. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
messages.properties | 13 NdkGdbLaunchDelegate_Action_WaitingForActivity=Waiting for activity to be launched
|
/external/ipsec-tools/src/racoon/ |
schedule.c | 65 static time_t launched; /* time when the program launched. */ variable 187 t = n - launched; 278 time(&launched); 280 deltaY2038 = Y2038TIME_T - launched;
|
/frameworks/base/core/java/android/service/chooser/ |
ChooserTarget.java | 100 * @param componentName Name of the component to be launched if this target is chosen 101 * @param intentExtras Bundle of extras to merge with the extras of the launched intent 160 * Returns the ComponentName of the Activity that should be launched for this ChooserTarget. 169 * Returns the Bundle of extras to be added to an intent launched to this target. 171 * @return the extras to merge with the extras of the intent being launched
|
/frameworks/base/core/java/android/test/ |
InstrumentationTestCase.java | 87 * package hosting the activity to be launched, which is specified in the AndroidManifest.xml 90 * @param pkg The package hosting the activity to be launched. 93 * @return The activity, or null if non launched. 110 * package hosting the activity to be launched, which is specified in the AndroidManifest.xml 113 * @param pkg The package hosting the activity to be launched. 116 * @return The activity, or null if non launched.
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
ScriptC_reduce_general_result.java.expect | 111 // until the asynchronously-launched operation has completed. 152 // until the asynchronously-launched operation has completed. 188 // until the asynchronously-launched operation has completed. 229 // until the asynchronously-launched operation has completed. 270 // until the asynchronously-launched operation has completed. 306 // until the asynchronously-launched operation has completed. 347 // until the asynchronously-launched operation has completed. 388 // until the asynchronously-launched operation has completed. 424 // until the asynchronously-launched operation has completed. 465 // until the asynchronously-launched operation has completed [all...] |
/bionic/libc/bionic/ |
libc_init_static.cpp | 75 // which is directly invoked by the kernel when the program is launched. 78 // arrays that must be run before the program's 'main' routine is launched.
|
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/ |
MainActivity.java | 37 * user clicks on an item, {@link DetailActivity} is launched, using the Activity Scene Transitions 79 // from, and the name of the view it is transitioning to, in the launched activity
|
/developers/build/prebuilts/gradle/DocumentCentricApps/ |
README.md | 16 task is reset. In L this flag causes a full break with the task that launched it. As such it has 20 that they shall always be launched into a new task in the above manner using the new activity
|
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/ |
MainActivity.java | 37 * user clicks on an item, {@link DetailActivity} is launched, using the Activity Scene Transitions 79 // from, and the name of the view it is transitioning to, in the launched activity
|
/developers/samples/android/ui/activitytasks/DocumentCentricApps/ |
template-params.xml | 68 task is reset. In L this flag causes a full break with the task that launched it. As such it has 72 that they shall always be launched into a new task in the above manner using the new activity
|
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/ |
MainActivity.java | 37 * user clicks on an item, {@link DetailActivity} is launched, using the Activity Scene Transitions 79 // from, and the name of the view it is transitioning to, in the launched activity
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPManualDebuggeeWrapper.java | 38 * Debuggee is always launched on local machine and attaches to debugger. 89 * Waits for user to confirm that launched process has exited.
|
/external/opencv3/samples/winrt/ImageManipulations/ |
App.xaml.cpp | 52 /// Invoked when the application is launched normally by the end user. Other entry points will 53 /// be used when the application is launched to open a specific file, to display search results,
|
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
App.xaml.cpp | 38 /// Invoked when the application is launched normally by the end user. Other entry points 39 /// will be used when the application is launched to open a specific file, to display
|