HomeSort by relevance Sort by last modified time
    Searched refs:activity (Results 126 - 150 of 247) sorted by null

1 2 3 4 56 7 8 910

  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupIncomingTests.java 17 package com.android.email.activity.setup;
135 * Get the activity (which causes it to be started, using our intent) and get the UI fields
AccountSetupNamesTests.java 17 package com.android.email.activity.setup;
113 * Get the activity (which causes it to be started, using our intent) and get the UI fields
AccountSetupOptionsTests.java 17 package com.android.email.activity.setup;
92 * Get the activity (which causes it to be started, using our intent) and get the UI fields
AccountSetupOutgoingTests.java 17 package com.android.email.activity.setup;
129 * Get the activity (which causes it to be started, using our intent) and get the UI fields
AccountSettingsTests.java 17 package com.android.email.activity.setup;
126 * Get the activity (which causes it to be started, using our intent) and get the UI fields
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebIconDatabaseTest.java 53 WebViewStubActivity activity = (WebViewStubActivity) getActivity(); local
54 mFilePath = activity.getFilesDir().toString() + DATA_FOLDER;
57 mWebView = activity.getWebView();
  /packages/apps/Camera/src/com/android/camera/
Util.java 19 import android.app.Activity;
183 final Activity activity, String title, String message) {
187 activity.finish();
190 new AlertDialog.Builder(activity)
  /packages/apps/Email/src/com/android/email/
Email.java 19 import com.android.email.activity.AccountShortcutPicker;
20 import com.android.email.activity.Debug;
21 import com.android.email.activity.MessageCompose;
50 * This can be enabled by typing "debug" in the AccountFolderList activity.
195 * enables or disables the Compose activity, the boot receiver and the service based on
317 * Called from activity onResume() functions to check for an accounts-changed condition, at
318 * which point they should finish() and jump to the Welcome activity.
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 19 import android.app.Activity;
44 public class LiveWallpaperPreview extends Activity {
60 static void showPreview(Activity activity, int code, Intent intent, WallpaperInfo info) {
61 Intent preview = new Intent(activity, LiveWallpaperPreview.class);
65 activity.startActivityForResult(preview, code);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 24 import com.android.ide.eclipse.adt.internal.project.AndroidManifestParser.Activity;
73 private final ArrayList<Activity> mActivities = new ArrayList<Activity>();
126 // create the combo for the activity chooser
140 mDefaultActionButton.setText("Launch Default Activity");
220 // add the activity
342 // now look for the activity and load it if present, otherwise, revert
360 // look for the name of the activity in the combo.
370 // if we haven't found a matching activity we clear the combo selection
402 * First activity is selected by default if present
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 184 private WorkingMessage(ComposeMessageActivity activity) {
185 mContext = activity;
187 mStatusListener = activity;
195 public static WorkingMessage createEmpty(ComposeMessageActivity activity) {
197 WorkingMessage msg = new WorkingMessage(activity);
205 public static WorkingMessage load(ComposeMessageActivity activity, Uri uri) {
208 PduPersister persister = PduPersister.getPduPersister(activity);
220 WorkingMessage msg = new WorkingMessage(activity);
276 public static WorkingMessage loadDraft(ComposeMessageActivity activity,
278 WorkingMessage msg = new WorkingMessage(activity);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 82 TableStubActivity activity = getActivity(); local
83 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
84 TableLayout tableLayout = (TableLayout) activity
89 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
90 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2);
311 final TableStubActivity activity = getActivity(); local
314 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
319 (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table1);
513 final TableStubActivity activity = getActivity(); local
516 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2)
    [all...]
TableRow_LayoutParamsTest.java 144 TableStubActivity activity = getActivity(); local
145 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
147 TableLayout tableLayout = (TableLayout) activity.findViewById(idTable);
  /frameworks/base/core/java/android/preference/
PreferenceManager.java 23 import android.app.Activity;
52 * The Activity meta-data key for its XML preference hierarchy.
61 private Activity mActivity;
115 * List of activity result listeners.
120 * List of activity stop listeners.
125 * List of activity destroy listeners.
137 PreferenceManager(Activity activity, int firstRequestCode) {
138 mActivity = activity;
141 init(activity);
    [all...]
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 177 in ComponentName[] set, in ComponentName activity);
180 in ComponentName[] set, in ComponentName activity);
  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 19 import android.app.activity.LocalActivity;
21 import android.app.Activity;
43 "android.app.activity.SearchableActivity");
59 * confirm proper identification of "default" activity based on policy, not hardcoded contacts
62 * Maybe have to do with framework / unittest runner - need instrumented activity?
74 * Local copy of activity context
89 Activity testActivity = getActivity();
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 17 package android.app.activity;
60 // TODO: Force an activity into an error state - then see if we can catch it here?
79 // TODO: Force an activity into an ANR state - then see if we can catch it here?
LocalService.java 17 package android.app.activity;
SubActivityScreen.java 17 package android.app.activity;
19 import android.app.Activity;
24 public class SubActivityScreen extends Activity {
89 //System.out.println("Resuming sub-activity: mode=" + mMode);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 17 package com.android.email.activity.setup;
23 import android.app.Activity;
30 * Psuedo-activity (no UI) to bootstrap the user up to a higher desired security level. This
39 public class AccountSecurity extends Activity {
41 private static final String EXTRA_ACCOUNT_ID = "com.android.email.activity.setup.ACCOUNT_ID";
46 * Used for generating intent for this activity (which is intended to be launched
74 // try to become active - must happen here in this activity, to get result
82 // keep this activity on stack to process result
101 if (resultCode == Activity.RESULT_OK) {
140 // if not sufficient, launch the activity to have the user set a new password
    [all...]
AccountSetupNames.java 17 package com.android.email.activity.setup;
22 import com.android.email.activity.Welcome;
28 import android.app.Activity;
44 public class AccountSetupNames extends Activity implements OnClickListener {
62 public static void actionSetNames(Activity fromActivity, long accountId, boolean easFlowMode) {
200 * this activity, for the account being in a "hold" state, and gives the user a chance to
251 * Handle the eventual result from the security update activity
  /packages/apps/Email/tests/src/com/android/email/
VendorPolicyLoaderTest.java 19 import com.android.email.activity.setup.AccountSettingsUtils.Provider;
  /sdk/eclipse/scripts/
_mk_icons.sh 39 icon A green activity
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 19 import android.app.Activity;
73 * Utility method for launching an activity.
75 * <p>The {@link Intent} used to launch the Activity is:
81 * package hosting the activity to be launched, which is specified in the AndroidManifest.xml
84 * @param pkg The package hosting the activity to be launched.
85 * @param activityCls The activity class to launch.
86 * @param extras Optional extra stuff to pass to the activity.
87 * @return The activity, or null if non launched.
89 public final <T extends Activity> T launchActivity(
101 * Utility method for launching an activity with a specific Intent
119 T activity = (T) getInstrumentation().startActivitySync(intent); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaDataConnectionTracker.java 96 * Constants for the data connection activity:
491 Activity newActivity;
507 newActivity = Activity.DATAINANDOUT;
514 newActivity = Activity.DATAOUT;
517 newActivity = Activity.DATAIN;
519 newActivity = (activity == Activity.DORMANT) ? activity : Activity.NONE;
522 newActivity = (activity == Activity.DORMANT) ? activity : Activity.NONE
    [all...]

Completed in 3241 milliseconds

1 2 3 4 56 7 8 910