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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 72 * if (SUCCESS) { notifyConnectCompleted(FailCause.NONE), >mActiveState }.
164 NONE,
205 case NONE:
333 if (cause == FailCause.NONE) {
378 this.lastFailCause = FailCause.NONE;
597 mActiveState.setEnterNotificationParams(cp, FailCause.NONE);
    [all...]
DefaultPhoneNotifier.java 232 return Phone.DataActivityState.NONE;
DataConnectionTracker.java 66 NONE,
169 protected Activity activity = Activity.NONE;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 395 Composite top = new Composite(parent, SWT.NONE);
400 mFolders = new TabFolder(top, SWT.NONE);
419 Composite bottom = new Composite(top, SWT.NONE);
423 Label label = new Label(bottom, SWT.NONE);
435 Button addFilterBtn = new Button(bottom, SWT.NONE);
896 item = new TabItem(mFolders, SWT.NONE, index);
898 item = new TabItem(mFolders, SWT.NONE);
903 Composite top = new Composite(mFolders, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 136 Composite comp = new Composite(parent, SWT.NONE);
161 Label label = new Label(comp, SWT.NONE);
182 mProjLabel = new Label(comp, SWT.NONE);
209 mTestLabel = new Label(comp, SWT.NONE);
236 new Label(comp, SWT.NONE);
238 mTestMethodLabel = new Label(comp, SWT.NONE);
285 Label loaderLabel = new Label(comp, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreationPage.java 213 /** Returns the current sdk target or null if none has been selected yet. */
296 /** Returns the current sdk target or null if none has been selected yet. */
398 Composite group = new Composite(parent, SWT.NONE);
405 Label label = new Label(group, SWT.NONE);
470 Composite location_group = new Composite(group, SWT.NONE);
476 mLocationLabel = new Label(location_group, SWT.NONE);
509 Composite samples_group = new Composite(group, SWT.NONE);
515 new Label(samples_group, SWT.NONE).setText("Samples:");
605 Label label = new Label(group, SWT.NONE);
625 label = new Label(group, SWT.NONE);
    [all...]
  /external/bluetooth/bluez/compat/
dund.c 92 NONE,
439 int mode = NONE;
588 case NONE:
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SysinfoPanel.java 219 Composite top = new Composite(parent, SWT.NONE);
223 Composite buttons = new Composite(top, SWT.NONE);
269 mLabel = new Label(top, SWT.NONE);
InfoPanel.java 68 item = new TableItem(mTable, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 117 Composite comp = new Composite(parent, SWT.NONE);
127 Group group = new Group(comp, SWT.NONE);
242 Group group = new Group(parent, SWT.NONE);
DeviceChooserDialog.java 287 Composite top = new Composite(parent, SWT.NONE);
290 Label label = new Label(top, SWT.NONE);
317 Composite offsetComp = new Composite(top, SWT.NONE);
386 offsetComp = new Composite(top, SWT.NONE);
  /external/chromium/net/http/
http_cache_transaction.h 44 // o If the mode of the transaction is NONE, then it is in "pass through"
61 NONE = 0,
201 // "if-none-match" validation header by the caller (NOT when the request was
287 // If extra_headers specified a "if-modified-since" or "if-none-match",
  /external/chromium/third_party/icu/public/i18n/unicode/
datefmt.h 198 NONE = kNone,
  /external/guava/src/com/google/common/base/
CharMatcher.java 289 return NONE;
297 public static final CharMatcher NONE = new CharMatcher() {
378 return other.matches(match) ? this : NONE;
426 return NONE;
    [all...]
  /external/oprofile/libop/
op_xml_out.c 17 "NONE",
121 if (tag == NONE) {
  /external/v8/src/mips/
assembler-mips-inl.h 79 rmode_ = RelocInfo::NONE;
  /external/webkit/WebCore/html/
HTMLOptGroupElement.cpp 55 return supportsFocus() && renderStyle() && renderStyle()->display() != NONE;
HTMLOptionElement.cpp 77 return supportsFocus() && renderStyle() && renderStyle()->display() != NONE;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnection.java 96 lastFailCause = FailCause.NONE;
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapList.java 87 * If {@code index} is out of range, returns {@link ImapElement#NONE}.
90 return (index >= mList.size()) ? ImapElement.NONE : mList.get(index);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiPropertySheetPage.java 116 label = new Label(tip, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PropertySheetPage2.java 123 label = new Label(tip, SWT.NONE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AndroidPreferencePage.java 168 Label l = new Label(parent, SWT.NONE);
  /external/chromium/net/base/
escape_unittest.cc 160 {"Some%20random text %25%3bOK", UnescapeRule::NONE,
221 {L"Some%20random text %25%3bOK", UnescapeRule::NONE,
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 98 public static final int NONE = 0;
109 public static final String[] strings = { "NONE", "WPA_PSK", "WPA_EAP", "IEEE8021X" };
153 public static final int NONE = 0;
161 public static final String[] strings = { "NONE", "TKIP", "CCMP" };

Completed in 439 milliseconds

1 2 3 4 56 7 8 91011>>