HomeSort by relevance Sort by last modified time
    Searched refs:FIRST (Results 26 - 46 of 46) sorted by null

12

  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 77 final int GROUP_ONE = Menu.FIRST;
78 final int GROUP_TWO = Menu.FIRST + 1;
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 68 private static final int MENU_NEW = Menu.FIRST;
69 private static final int MENU_RESTORE = Menu.FIRST + 1;
ApnEditor.java 51 private static final int MENU_DELETE = Menu.FIRST;
52 private static final int MENU_SAVE = Menu.FIRST + 1;
53 private static final int MENU_CANCEL = Menu.FIRST + 2;
219 // MCC is first 3 chars and then in 2 - 3 chars of MNC
368 "Could not go to the first row in the Cursor when saving data.");
  /packages/apps/Settings/src/com/android/settings/wifi/
AdvancedSettings.java 59 private static final int MENU_ITEM_SAVE = Menu.FIRST;
60 private static final int MENU_ITEM_CANCEL = Menu.FIRST + 1;
325 // handle negative values whe first octet > 127
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 83 static final int TRACK_MENU = Menu.FIRST;
85 static final int ALBUM_MENU = Menu.FIRST+1;
87 static final int ARTIST_MENU = Menu.FIRST+2;
135 /** Set to true when the list view has been shown for the first time. */
333 // hidden) in case this is the first cursor we have gotten.
404 /** Called when the activity is first created. */
567 * The first time this is called, we hide the large progress indicator
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 250 if (!(d.flags & FIRST)) {
257 d.flags &= ~FIRST;
GGLAssembler.h 189 FIRST = 0x0008
GGLAssembler.cpp 269 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
548 // convert to integer_t first and make sure
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestListActivity.java 50 static final int MODE_GROUP = Menu.FIRST;
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnSettings.java 91 private static final int CONTEXT_MENU_CONNECT_ID = ContextMenu.FIRST + 0;
92 private static final int CONTEXT_MENU_DISCONNECT_ID = ContextMenu.FIRST + 1;
93 private static final int CONTEXT_MENU_EDIT_ID = ContextMenu.FIRST + 2;
94 private static final int CONTEXT_MENU_DELETE_ID = ContextMenu.FIRST + 3;
    [all...]
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountSyncSettings.java 63 private static final int MENU_SYNC_NOW_ID = Menu.FIRST;
64 private static final int MENU_SYNC_CANCEL_ID = Menu.FIRST + 1;
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 56 private static final int MENU_SAVE = Menu.FIRST;
57 private static final int MENU_DISCARD = Menu.FIRST + 1;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 65 private static final int MENU_STATS_TYPE = Menu.FIRST;
66 private static final int MENU_STATS_REFRESH = Menu.FIRST + 1;
411 // Get the total first
  /development/samples/Home/src/com/example/android/home/
Home.java 90 private static final int MENU_WALLPAPER_SETTINGS = Menu.FIRST + 1;
  /external/qemu/android/
hw-events.h 338 KEY_CODE(FIRST ,0x194) \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 107 private static final int MENU_ADD = Menu.FIRST + 1;
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 608 milliseconds

12