HomeSort by relevance Sort by last modified time
    Searched refs:Activity (Results 1426 - 1450 of 2284) sorted by null

<<51525354555657585960>>

  /development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/
ListViewDeletion.java 23 import android.app.Activity;
41 public class ListViewDeletion extends Activity {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
SSLClientCertificateRequest.java 7 import android.app.Activity;
35 // system activity through KeyChain.choosePrivateKeyAlias() to let the user select a client
139 Activity activity = ActivityStatus.getActivity(); local
140 if (activity == null) {
141 Log.w(TAG, "No active Chromium main activity!?");
161 // activity.
165 activity, request, keyTypes, principals, hostName, port, null);
  /external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/
SyncController.java 8 import android.app.Activity;
94 * @param activity the current activity.
97 public void signIn(Activity activity, String accountName) {
105 signinManager.startSignIn(activity, account, passive, new SigninManager.Observer() {
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestTouchUtils.java 7 import android.app.Activity;
215 * Clicks on specified view in the given {@link Activity}.
218 * @param activity Activity containing the view.
222 public static boolean clickById(InstrumentationTestCase test, Activity activity, int id) {
223 View v = activity.findViewById(id);
  /external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/
ContentLinkerTestActivity.java 7 import android.app.Activity;
28 public class ContentLinkerTestActivity extends Activity {
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoMainActivity.java 2 import android.app.Activity;
13 public class DemoMainActivity extends Activity {
15 /** Called when the activity is first created. */
118 //Start the JME3 app harness activity
  /external/replicaisland/src/com/replica/replicaisland/
GameOverActivity.java 21 import android.app.Activity;
32 public class GameOverActivity extends Activity {
122 DebugLog.d("Activity Transition", "Invocation Target Exception");
124 DebugLog.d("Activity Transition", "Illegal Access Exception");
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AbsSpinnerTest.java 4 import android.app.Activity;
36 context = new Activity();
ProgressDialogTest.java 3 import android.app.Activity;
65 Context context = new Activity();
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 10 import android.app.Activity;
21 public class InstallerActivity extends Activity {
29 /** Called when the activity is first created. */
137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 10 import android.app.Activity;
21 public class InstallerActivity extends Activity {
29 /** Called when the activity is first created. */
137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 10 import android.app.Activity;
21 public class InstallerActivity extends Activity {
29 /** Called when the activity is first created. */
137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 10 import android.app.Activity;
21 public class InstallerActivity extends Activity {
29 /** Called when the activity is first created. */
137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 10 import android.app.Activity;
21 public class InstallerActivity extends Activity {
29 /** Called when the activity is first created. */
137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 10 import android.app.Activity;
21 public class InstallerActivity extends Activity {
29 /** Called when the activity is first created. */
137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 10 import android.app.Activity;
22 public class InstallerActivity extends Activity {
30 /** Called when the activity is first created. */
137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivityHandler.java 22 import android.app.Activity;
40 private final CaptureActivity activity; field in class:CaptureActivityHandler
51 CaptureActivityHandler(CaptureActivity activity,
54 this.activity = activity;
55 decodeThread = new DecodeThread(activity, characterSet,
56 new ViewfinderResultPointCallback(activity.getViewfinderView()));
84 activity.handleDecode((Result) message.obj, barcode);
91 activity.setResult(Activity.RESULT_OK, (Intent) message.obj)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java 21 import android.app.Activity;
40 * This activity is displayed when the system attempts to start an Intent for
41 * which there is more than one matching activity, allowing the user to decide
44 public class HeavyWeightSwitcherActivity extends Activity {
45 /** The PendingIntent of the new activity being launched. */
51 /** Task that current heavy-weight activity is running in. */
  /frameworks/base/core/tests/coretests/src/android/app/activity/
TestedScreen.java 17 package android.app.activity;
19 import android.app.Activity;
29 public class TestedScreen extends Activity
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 21 import android.app.Activity;
39 public abstract class ScrollViewScenario extends Activity {
  /frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
FrameLayoutGravityTest.java 22 import android.app.Activity;
47 final Activity activity = getActivity(); local
49 mParent = activity.findViewById(R.id.parent);
51 mLeftView = activity.findViewById(R.id.left);
52 mRightView = activity.findViewById(R.id.right);
53 mCenterHorizontalView = activity.findViewById(R.id.center_horizontal);
55 mLeftCenterVerticalView = activity.findViewById(R.id.left_center_vertical);
56 mRighCenterVerticalView = activity.findViewById(R.id.right_center_vertical);
57 mCenterView = activity.findViewById(R.id.center)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java 19 import android.app.Activity;
52 public class MediaFrameworkTest extends Activity implements SurfaceHolder.Callback {
74 /** Called when the activity is first created. */
  /frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
BatteryWaster.java 19 import android.app.Activity;
38 public class BatteryWaster extends Activity {
51 // Set the layout for this activity. You can find it
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
CompareActivity.java 24 import android.app.Activity;
34 abstract public class CompareActivity extends Activity {
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 19 import android.app.Activity;
31 public class AlignmentTest extends Activity {

Completed in 1327 milliseconds

<<51525354555657585960>>