Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 78) sorted by relevance

1234

/development/apps/CustomLocale/src/com/android/customlocale2/
DNewLocaleDialog.java60 boolean select = v == mButtonAddSelect; in onClick()
63 Log.d(TAG, "New Locale: " + locale + (select ? " + select" : "")); in onClick()
68 data.putExtra(INTENT_EXTRA_SELECT, select); in onClick()
/development/ndk/platforms/android-3/include/sys/
Dselect.h40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/development/samples/ApiDemos/src/com/example/android/apis/app/
DQuickContactsDemo.java58 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND (" in onCreate() local
62 … getContentResolver().query(Contacts.CONTENT_URI, CONTACTS_SUMMARY_PROJECTION, select, in onCreate()
DLoaderCursor.java188 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND (" in onCreateLoader() local
192 CONTACTS_SUMMARY_PROJECTION, select, null, in onCreateLoader()
DLoaderRetained.java193 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND (" in onCreateLoader() local
197 CONTACTS_SUMMARY_PROJECTION, select, null, in onCreateLoader()
/development/samples/Support13Demos/src/com/example/android/supportv13/app/
DCursorFragment.java128 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND (" in onCreateLoader() local
132 CONTACTS_SUMMARY_PROJECTION, select, null, in onCreateLoader()
/development/samples/browseable/Notifications/
D_index.jd10 companion allows you to select between various notification styles and to see how these
/development/samples/browseable/CardReader/
D_index.jd12 … In particular, this sample demonstrates how to disable Android Beam, select which AIDs the
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderRetainedSupport.java159 String select = "((" + People.DISPLAY_NAME + " NOTNULL) AND (" in onCreateLoader() local
162 CONTACTS_SUMMARY_PROJECTION, select, null, in onCreateLoader()
DLoaderCursorSupport.java168 String select = "((" + People.DISPLAY_NAME + " NOTNULL) AND (" in onCreateLoader() local
171 CONTACTS_SUMMARY_PROJECTION, select, null, in onCreateLoader()
/development/samples/browseable/BasicMediaRouter/
D_index.jd10 to select an output device. If your device supports Miracast wireless displays,
/development/samples/browseable/BeamLargeFiles/
D_index.jd14 will save the file to disk and display a notification that the user can select to open
/development/samples/browseable/RecipeAssistant/
D_index.jd10 … from a short list of recipes and select one to view. Each recipe is broken down into a number of
/development/ndk/platforms/android-21/include/sys/
Dselect.h67 extern int select(int, fd_set*, fd_set*, fd_set*, struct timeval*);
/development/cmds/monkey/
Dexample_script.txt21 # Go down and select the account username
/development/build/
Dsdk-windows-x86.atree67 rm build-tools/${PLATFORM_NAME}/split-select
68 bin/split-select.exe strip build-tools/${PLATFORM_NAME}/split-select.exe
/development/samples/UiAutomator/
DREADME4 All Apps view and select and application to launch. Then we will
/development/ndk/platforms/android-3/include/linux/
Dhdreg.h45 unsigned select : 1; member
/development/ndk/platforms/android-21/include/linux/
Dhdreg.h52 unsigned select : 1; member
/development/tools/emulator/skins/QVGA/
Dlayout63 image select.png
/development/tools/emulator/skins/WQVGA400/
Dlayout63 image select.png
/development/tools/emulator/skins/WVGA854/
Dlayout63 image select.png
/development/tools/emulator/skins/WVGA800/
Dlayout63 image select.png
/development/tools/emulator/skins/WQVGA432/
Dlayout63 image select.png
/development/tools/emulator/skins/HVGA/
Dlayout63 image select.png

1234