HomeSort by relevance Sort by last modified time
    Searched refs:launch (Results 201 - 225 of 492) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/rs/tests/lldb/tests/
run_test.py 54 will launch the target test binary on the device and attach an
88 state.pid = state.bundle.launch(target_name)
  /packages/apps/Settings/src/com/android/settings/
ResetNetwork.java 128 .launch();
  /packages/apps/Settings/src/com/android/settings/applications/
AppInfoBase.java 235 .launch();
  /packages/apps/Settings/src/com/android/settings/datetime/timezone/
TimeZoneSettings.java 195 .launch();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionarySettings.java 196 .launch();
  /packages/apps/Settings/src/com/android/settings/vpn2/
AppManagementFragment.java 111 .launch();
  /platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
AppSmokeTest.java 77 * Convenient internal class to hold some launch specific data
106 * an activity controller to detect app launch crashes/ANR etc
174 // parse list of app names that should be execluded from launch tests
217 // Inject an instance of instrumentation only if leanback. This enables to launch any app
250 long timestamp = mLauncherStrategy.launch(mAppInfo.appName, mAppInfo.packageName);
265 Assert.fail("no app crash or ANR detected, but failed to launch via UI");
  /platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DownloadAppTestHelper.java 81 mLauncherStrategy.launch(appName, packageName);
  /prebuilts/misc/common/robolectric/3.1.1/lib/
classworlds-1.1-alpha-2.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.jar 
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 198 mAdapter.mItems.get(position).launch(this);
491 mAdapter.mItems.get(0).launch(this); method
823 public void launch(Activity activity) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 16 package com.android.ide.eclipse.adt.internal.launch.junit;
22 import com.android.ide.eclipse.adt.internal.launch.LaunchMessages;
23 import com.android.ide.eclipse.adt.internal.launch.MainLaunchConfigTab;
97 * The launch config UI tab for Android JUnit
542 // reuse icon from the Android App Launch config tab
610 "Please select a project to launch");
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 454 .launch();
467 .launch();
479 .launch();
    [all...]
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageSummaryPreference.java 211 launcher.launch();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
InstantAppButtonsPreferenceControllerTest.java 100 mLaunchButton = buttons.findViewById(R.id.launch);
141 ReflectionHelpers.setField(mController, "mLaunchUri", "www.test.launch");
153 ReflectionHelpers.setField(mController, "mLaunchUri", "www.test.launch");
165 ReflectionHelpers.setField(mController, "mLaunchUri", "www.test.launch");
220 ReflectionHelpers.setField(mController, "mLaunchUri", "www.test.launch");
257 final String launchUri = "www.test.launch";
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 374 launch(launcher, account, message, EDIT_DRAFT, null, null, null, null, method
382 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */); method
389 launch(launcher, account, null, COMPOSE, toAddress, null, null, null, method
398 launch(launcher, account, null, COMPOSE, null, null, null, subject, extraValues); method
441 launch(launcher, account, message, REPLY, null, null, null, null, null /* extraValues */); method
448 launch(launcher, account, message, REPLY_ALL, null, null, null, null, method
456 launch(launcher, account, message, FORWARD, null, null, null, null, null /* extraValues */); method
461 launch(launcher, account, message, FORWARD, method
465 private static void launch(Context context, Account account, Message message, int action, method in class:ComposeActivity
    [all...]
  /packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java 194 public void launch(View v) { method in class:NotificationListenerActivity
195 Log.d(TAG, "clicked launch");
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 17 package com.android.ide.eclipse.adt.internal.launch;
59 * Class for the main launch configuration tab.
136 group.setText("Launch Action:");
148 mDefaultActionButton.setText("Launch Default Activity");
163 mActivityActionButton.setText("Launch:");
226 // add the launch mode
236 // link the project and the launch config.
303 "Please select a project to launch");
317 * launch configuration. This method is called when
321 * @param config launch configuratio
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 17 package com.android.ide.eclipse.ndk.internal.launch;
73 grpGdb.setText("Launch Options");
  /external/apache-http/
Android.mk 76 # app launch times. Without this it would be compiled using quicken (which is
  /external/python/cpython2/Lib/plat-mac/
findertools.py 45 def launch(file): function
703 print 'Testing launch...'
704 pathname = EasyDialogs.AskFileForOpen('File to launch:')
706 result = launch(pathname)
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_common.h 270 static void launch(OpKernelContext* context, const PoolParameters& params, function in struct:tensorflow::LaunchMaxPoolingNoMask_NCHW_VECT_C
407 LaunchMaxPoolingNoMask_NCHW_VECT_C<GPUDevice>::launch(

Completed in 905 milliseconds

1 2 3 4 5 6 7 891011>>