Searched refs:UI (Results 1 - 16 of 16) sorted by relevance

/packages/providers/DownloadProvider/
H A DAndroid.mk15 # build UI + tests
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsSearchManager.java23 import android.provider.ContactsContract.Intents.UI;
33 * An extra that provides context for search UI and defines the scope for
60 intent.setAction(UI.FILTER_CONTACTS_ACTION);
67 intent.putExtra(UI.FILTER_TEXT_EXTRA_KEY, initialQuery);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsIntentResolver.java36 import android.provider.ContactsContract.Intents.UI;
62 if (UI.LIST_DEFAULT.equals(action) ) {
64 } else if (UI.LIST_ALL_CONTACTS_ACTION.equals(action)) {
66 } else if (UI.LIST_CONTACTS_WITH_PHONES_ACTION.equals(action)) {
68 } else if (UI.LIST_STARRED_ACTION.equals(action)) {
70 } else if (UI.LIST_FREQUENT_ACTION.equals(action)) {
72 } else if (UI.LIST_STREQUENT_ACTION.equals(action)) {
74 } else if (UI.LIST_GROUP_ACTION.equals(action)) {
76 // We no longer support UI.GROUP_NAME_EXTRA_KEY
149 } else if (UI
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DUiController.java25 import com.android.browser.UI.ComboViews;
31 * UI aspect of the controller
35 UI getUi();
H A DUI.java33 * UI interface definitions
35 public interface UI { interface
H A DBrowserActivity.java86 UI ui = null;
H A DComboViewActivity.java31 import com.android.browser.UI.ComboViews;
H A DNavScreen.java42 import com.android.browser.UI.ComboViews;
H A DSnapshotBar.java34 import com.android.browser.UI.ComboViews;
H A DIntentHandler.java34 import com.android.browser.UI.ComboViews;
H A DNavigationBarTablet.java34 import com.android.browser.UI.ComboViews;
H A DPieControl.java34 import com.android.browser.UI.ComboViews;
H A DController.java85 import com.android.browser.UI.ComboViews;
158 private UI mUi;
429 void setUi(UI ui) {
443 public UI getUi() {
463 // We have to call getInstance on the UI thread
2264 /********************** TODO: UI stuff *****************************/
H A DBaseUi.java61 * UI interface definitions
63 public abstract class BaseUi implements UI {
394 // WebView, as well as any other UI elements associated with the tab.
803 * Suggest to the UI that the title bar can be hidden. The UI will then
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DAllIntentsActivity.java41 import android.provider.ContactsContract.Intents.UI;
148 new Intent(UI.LIST_DEFAULT, Contacts.CONTENT_URI));
153 new Intent(UI.LIST_ALL_CONTACTS_ACTION, Contacts.CONTENT_URI));
158 new Intent(UI.LIST_CONTACTS_WITH_PHONES_ACTION, Contacts.CONTENT_URI));
163 new Intent(UI.LIST_STARRED_ACTION, Contacts.CONTENT_URI));
168 new Intent(UI.LIST_FREQUENT_ACTION, Contacts.CONTENT_URI));
173 new Intent(UI.LIST_STREQUENT_ACTION, Contacts.CONTENT_URI));
178 new Intent(UI.LIST_GROUP_ACTION, Contacts.CONTENT_URI));
549 Intent intent = new Intent(UI.FILTER_CONTACTS_ACTION);
550 intent.putExtra(UI
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DDialtactsActivity.java37 import android.provider.ContactsContract.Intents.UI;
354 * True when this Activity is in its search UI (with a {@link SearchView} and
403 * Listener used when one of phone numbers in search UI is selected. This will initiate a
411 // CallLog screen (search UI will be automatically exited).
455 * the search UI and let users go back to usual Phone UI.
542 if (UI.FILTER_CONTACTS_ACTION.equals(intent.getAction())
827 if (UI.FILTER_CONTACTS_ACTION.equals(action)) {
900 String filter = intent.getStringExtra(UI.FILTER_TEXT_EXTRA_KEY);
1084 * Hides every tab and shows search UI fo
[all...]

Completed in 671 milliseconds