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

1 2 3 4 5 67 8 910

  /packages/apps/IM/src/com/android/im/app/
ProviderListItem.java 60 public ProviderListItem(Context context, LandingPage activity) {
62 mActivity = activity;
ContactListTreeAdapter.java 19 import android.app.Activity;
62 Activity mActivity;
143 public ContactListTreeAdapter(IImConnection conn, Activity activity) {
144 mActivity = activity;
145 mInflate = activity.getLayoutInflater();
146 mHandler = new SimpleAlertHandler(activity);
153 mQueryHandler = new QueryHandler(activity);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothManager.java 21 import android.app.Activity;
54 /** If a BT-related activity is in the foreground, this will be it. */
55 private Activity mForegroundActivity;
134 public Activity getForegroundActivity() {
138 public void setForegroundActivity(Activity activity) {
143 mForegroundActivity = activity;
294 // Need an activity context to show a dialog
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 19 import android.app.Activity;
75 protected Activity mActivity;
109 * @param activity the Activity this recognition is being run from.
113 public void recognize(RecognizerClient recognizerClient, Activity activity,
118 mActivity = activity;
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.cpp     [all...]
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node.cpp 126 //cleanup port activity events
579 // Process port activity
583 // If the port activity cannot be processed because a port is
584 // busy, discard the activity and continue to process the next
585 // activity in queue until getting to one that can be processed.
618 //We only need to queue a port activity event on the
634 //Purge any port activity events already queued
665 //queue a new port activity event
676 //wake up the AO to process the port activity event.
754 // Clear all pending port activity
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java 187 public MonthView(MonthActivity activity, Navigator navigator) {
188 super(activity);
212 mEventLoader = activity.mEventLoader;
217 init(activity);
220 private void init(MonthActivity activity) {
224 mParentActivity = activity;
239 mResources = activity.getResources();
262 inflater = (LayoutInflater) activity.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
264 mPopup = new PopupWindow(activity);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java 30 import android.app.Activity;
65 final Activity activity = getActivity(); local
66 mResources = activity.getResources();
70 ImageView imageView = (ImageView) activity.findViewById(R.id.imageview);
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 54 * @param activity A BrowserActivity instance that TabControl will interface
57 TabControl(BrowserActivity activity) {
58 mActivity = activity;
59 mThumbnailDir = activity.getDir("thumbnails", 0);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSource.java 66 // Cached label for the activity
69 // Cached icon for the activity
242 public static Intent createSourceSearchIntent(ComponentName activity, String query,
244 if (activity == null) {
245 Log.w(TAG, "Tried to create search intent with no target activity");
249 intent.setComponent(activity);
272 * Create and return an Intent that can launch the voice search activity, perform a specific
273 * voice transcription, and forward the results to the searchable activity.
277 * @return A completely-configured intent ready to send to the voice search activity
292 // because the voice search activity will always need to insert "QUERY" int
    [all...]
  /frameworks/base/core/java/android/app/
SearchableInfo.java 41 * Searchability meta-data for an activity. Only applications that search other applications
123 * Gets the component name of the searchable activity.
243 * Get the context for the searchable activity.
246 * @return Returns a context related to the searchable activity
254 * Creates a context for another activity.
256 private static Context createActivityContext(Context context, ComponentName activity) {
259 theirContext = context.createPackageContext(activity.getPackageName(), 0);
261 Log.e(LOG_TAG, "Package not found " + activity.getPackageName());
263 Log.e(LOG_TAG, "Can't make context for " + activity.getPackageName(), e);
273 * @param activityContext If we can determine that the provider and the activity are th
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityTestsBase.java 17 package android.app.activity;
19 import android.app.Activity;
37 // Synchronization of activity result.
105 finishWithResult(Activity.RESULT_OK, null);
109 finishWithResult(Activity.RESULT_CANCELED, (new Intent()).setAction(error));
120 //System.out.println("*** Activity finished!!");
150 if (res == Activity.RESULT_CANCELED) {
188 mResultCode = Activity.RESULT_CANCELED;
209 finishWithResult(Activity.RESULT_CANCELED, (new Intent()).setAction(msg));
LocalProvider.java 17 package android.app.activity;
TestedScreen.java 17 package android.app.activity;
19 import android.app.Activity;
29 public class TestedScreen extends Activity
  /packages/apps/Email/src/com/android/email/
VendorPolicyLoader.java 19 import com.android.email.activity.setup.AccountSettingsUtils.Provider;
  /packages/apps/Email/src/com/android/email/activity/
AccountShortcutPicker.java 17 package com.android.email.activity;
155 * triggers the desired action within your Activity.
Debug.java 17 package com.android.email.activity;
26 import android.app.Activity;
36 public class Debug extends Activity implements OnCheckedChangeListener {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsUtils.java 17 package com.android.email.activity.setup;
AccountSetupBasics.java 17 package com.android.email.activity.setup;
25 import com.android.email.activity.Debug;
26 import com.android.email.activity.MessageList;
27 import com.android.email.activity.setup.AccountSettingsUtils.Provider;
32 import android.app.Activity;
58 * activity. If no settings are found the settings are handed off to the
59 * AccountSetupAccountType activity.
61 public class AccountSetupBasics extends Activity
71 // Action asking us to restart the task from the Welcome activity (which will figure out the
100 public static void actionNewAccount(Activity fromActivity)
    [all...]
  /packages/apps/Email/src/com/android/email/mail/
Sender.java 120 * @return Activity class that has class method actionEditOutgoingSettings().
122 public Class<? extends android.app.Activity> getSettingActivityClass() {
124 return com.android.email.activity.setup.AccountSetupOutgoing.class;
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java 20 import com.android.email.activity.setup.AccountSetupBasics;
91 // activity. In this case, we add an intent that will be used to gather the
98 // So we'll skip the "account type" activity, and we'll use the response when
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java 17 package com.android.email.activity;
71 // setup an intent to spin up this activity with something useful
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupExchangeTests.java 17 package com.android.email.activity.setup;
168 * Get the activity (which causes it to be started, using our intent) and get the UI fields
  /external/blktrace/btt/doc/
btt.tex 432 \item[\emph{file}.dat] This file provides a notion of \emph{activity}
434 provided in section~\ref{sec:activity}.
476 \newpage\section{\label{sec:activity}Activity Data File}
478 The activity data file contains a series of data values that indicate
487 contains a set of queue activity and a set of completion activity. The
492 some Q activity:
496 # Total System : q activity
519 What this indicates is that there was q activity for the syste
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageManager.java 94 * intent filters supported by the activity.
    [all...]

Completed in 390 milliseconds

1 2 3 4 5 67 8 910