HomeSort by relevance Sort by last modified time
    Searched full:boolean (Results 426 - 450 of 13540) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
IEmailService.aidl 28 oneway void startSync(long mailboxId, boolean userRequest);
32 oneway void loadAttachment(long attachmentId, boolean background);
36 boolean createFolder(long accountId, String name);
37 boolean deleteFolder(long accountId, String name);
38 boolean renameFolder(long accountId, String oldName, String newName);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SingleSourceCorpus.java 60 public CorpusResult getSuggestions(String query, int queryLimit, boolean onlyCorpus) {
71 public boolean queryAfterZeroResults() {
79 public boolean voiceSearchEnabled() {
91 public boolean includeInAll() {
95 public boolean isWebCorpus() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
ClearShortcutsController.java 33 private static final boolean DBG = false;
51 public void onDialogClosed(boolean okClicked) {
78 mShortcuts.hasHistory(Consumers.createAsyncConsumer(mHandler, new Consumer<Boolean>() {
80 public boolean consume(Boolean hasHistory) {
  /external/javassist/src/main/javassist/
Modifier.java 51 public static boolean isPublic(int mod) {
59 public static boolean isPrivate(int mod) {
67 public static boolean isProtected(int mod) {
75 public static boolean isPackage(int mod) {
83 public static boolean isStatic(int mod) {
91 public static boolean isFinal(int mod) {
99 public static boolean isSynchronized(int mod) {
107 public static boolean isVolatile(int mod) {
115 public static boolean isTransient(int mod) {
123 public static boolean isNative(int mod)
    [all...]
  /frameworks/base/core/java/android/preference/
TwoStatePreference.java 32 * boolean value in SharedPreferences, and may have dependent preferences that are
39 boolean mChecked;
40 private boolean mSendClickAccessibilityEvent;
41 private boolean mDisableDependentsState;
60 boolean newValue = !isChecked();
76 public void setChecked(boolean checked) {
90 public boolean isChecked() {
95 public boolean shouldDisableDependents() {
96 boolean shouldDisable = mDisableDependentsState ? mChecked : !mChecked;
163 public boolean getDisableDependentsState()
    [all...]
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 44 mValues = new boolean[initialCapacity];
62 * Gets the boolean mapped from the specified key, or <code>false</code>
65 public boolean get(int key) {
70 * Gets the boolean mapped from the specified key, or the specified value
73 public boolean get(int key, boolean valueIfKeyNotFound) {
101 public void put(int key, boolean value) {
113 boolean[] nvalues = new boolean[n];
157 public boolean valueAt(int index)
    [all...]
  /frameworks/base/opengl/tools/glgen/src/
JType.java 22 boolean isArray;
23 boolean isClass;
24 boolean isString;
32 typeMapping.put(new CType("GLboolean"), new JType("boolean"));
91 new JType("boolean", false, true));
117 public JType(String primitiveTypeName, boolean isClass, boolean isArray) {
132 public boolean isArray() {
136 public boolean isClass() {
140 public boolean isString()
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 44 private static final boolean LOGV = true;
71 public void setTeardownRequested(boolean isRequested) {
75 public boolean isTeardownRequested() {
100 public boolean teardown() {
109 public boolean reconnect() {
119 public boolean setRadio(boolean turnOn) {
133 public boolean isAvailable() {
138 public void setUserDataEnable(boolean enabled) {
143 public void setPolicyDataEnable(boolean enabled)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketWrapper.java 33 private final boolean autoClose;
35 protected SSLSocketWrapper(Socket socket, boolean autoClose, SSLParametersImpl sslParameters) throws IOException {
104 public void setSoLinger(boolean on, int linger) throws SocketException {
109 public void setTcpNoDelay(boolean on) throws SocketException {
114 public void setReuseAddress(boolean on) throws SocketException {
119 public void setKeepAlive(boolean on) throws SocketException {
144 public boolean getTcpNoDelay() throws SocketException {
149 public boolean getReuseAddress() throws SocketException {
154 public boolean getOOBInline() throws SocketException {
159 public boolean getKeepAlive() throws SocketException
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 80 private boolean mValid = true;
84 private boolean mSearchMode;
86 private boolean mIncludeProfile;
88 private boolean mLegacyCompatibilityMode;
89 private boolean mDirectorySearchEnabled = true;
167 public boolean isValid() {
171 public void setValid(boolean flag) {
199 public boolean isSearchMode() {
203 public void setSearchMode(boolean flag) {
215 public boolean shouldIncludeProfile()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 40 final static boolean DEBUG = false;
43 final static boolean DEBUG_DEADZONE = false;
45 final static boolean NAVBAR_ALWAYS_AT_RIGHT = true;
47 final static boolean ANIMATE_HIDE_TRANSITION = false; // turned off because it introduces unsightly delay when videos goes to full screen
55 boolean mVertical;
57 boolean mHidden, mLowProfile, mShowMenu;
94 public boolean onTouch(View v, MotionEvent ev) {
114 public void setDisabledFlags(int disabledFlags, boolean force) {
119 final boolean disableHome = ((disabledFlags & View.STATUS_BAR_DISABLE_HOME) != 0);
120 final boolean disableRecent = ((disabledFlags & View.STATUS_BAR_DISABLE_RECENT) != 0)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 53 boolean showCallScreen();
66 boolean showCallScreenWithDialpad(boolean showDialpad);
73 boolean endCall();
109 boolean isOffhook();
115 boolean isRinging();
121 boolean isIdle();
127 boolean isRadioOn();
133 boolean isSimPinEnabled();
145 boolean supplyPin(String pin)
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 14 public boolean allProceduresAreCallable() throws SQLException {
18 public boolean allTablesAreSelectable() throws SQLException {
30 public boolean isReadOnly() throws SQLException {
34 public boolean nullsAreSortedHigh() throws SQLException {
38 public boolean nullsAreSortedLow() throws SQLException {
42 public boolean nullsAreSortedAtStart() throws SQLException {
46 public boolean nullsAreSortedAtEnd() throws SQLException {
75 public boolean usesLocalFiles() throws SQLException {
79 public boolean usesLocalFilePerTable() throws SQLException {
83 public boolean supportsMixedCaseIdentifiers() throws SQLException
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 3 android:addStatesFromChildren : Sets whether this ViewGroup's drawable states also include its children's drawable states. [boolean]
4 android:adjustViewBounds : Set this to true if you want the ImageView to adjust its bounds to preserve the aspect ratio of its drawable. [boolean]
5 android:allowSingleTap : Indicates whether the drawer can be opened/closed by a single tap on the handle. [boolean]
7 android:alwaysDrawnWithCache : Defines whether the ViewGroup should always draw its children using their drawing cache or not. [boolean]
8 android:animateFirstView : Defines whether to animate the current View when the ViewAnimation is first displayed. [boolean]
9 android:animateLayoutChanges : Defines whether changes in layout (caused by adding and removing items) should cause a LayoutTransition to run. [boolean]
10 android:animateOnClick : Indicates whether the drawer should be opened/closed with an animation when the user clicks the handle. [boolean]
11 android:animationCache : Defines whether layout animations should create a drawing cache for their children. [boolean]
15 android:autoStart : When true, automatically start animating [boolean]
16 android:autoText : If set, specifies that this TextView has a textual input method and automatically corrects some common spelling errors. * Deprecated: Use inputType instead. [boolean]
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursor_SelfContentObserverTest.java 56 args = {boolean.class}
123 public boolean isNull(int column) {
132 public void onChange(boolean selfChange) {
139 public boolean mIsOnChangeCalled;
140 public boolean mOnChangeResult;
141 private boolean mIsTrue;
148 public void onChange(boolean selfChange) {
155 public boolean deliverSelfNotifications() {
162 public void setDeliverSelfNotificationsValue(boolean isTrue) {
ContentObserverTest.java 42 args = {boolean.class}
47 args = {boolean.class}
104 private boolean mHasChanged;
105 private boolean mSelfChange;
112 public void onChange(boolean selfChange) {
121 protected synchronized boolean hasChanged(long timeout) throws InterruptedException {
128 protected boolean hasChanged() {
137 protected boolean getSelfChangeState() {
141 protected void setSelfChangeState(boolean state) {
  /external/bluetooth/bluez/test/
test-adapter 60 value = dbus.Boolean(1)
62 value = dbus.Boolean(0)
64 value = dbus.Boolean(args[1])
74 value = dbus.Boolean(1)
76 value = dbus.Boolean(0)
78 value = dbus.Boolean(args[1])
97 value = dbus.Boolean(1)
99 value = dbus.Boolean(0)
101 value = dbus.Boolean(args[1])
  /external/emma/core/java12/com/vladium/emma/data/
CoverageOptions.java 25 public boolean excludeSyntheticMethods ()
30 public boolean excludeBridgeMethods ()
35 public boolean doSUIDCompensation ()
49 CoverageOptions (final boolean excludeSyntheticMethods,
50 final boolean excludeBridgeMethods,
51 final boolean doSUIDCompensation)
78 private final boolean m_excludeSyntheticMethods;
79 private final boolean m_excludeBridgeMethods;
80 private final boolean m_doSUIDCompensation;
  /external/emma/core/java14/com/vladium/util/
IJREVersion.java 31 boolean JRE_1_2_PLUS = _JREVersion._JRE_1_2_PLUS; // static final but not inlinable
33 boolean JRE_1_3_PLUS = _JREVersion._JRE_1_3_PLUS; // static final but not inlinable
35 boolean JRE_1_4_PLUS = _JREVersion._JRE_1_4_PLUS; // static final but not inlinable
39 boolean JRE_SUN_SIGNAL_COMPATIBLE = _JREVersion._JRE_SUN_SIGNAL_COMPATIBLE;
48 static final boolean _JRE_1_2_PLUS; // set in <clinit>
49 static final boolean _JRE_1_3_PLUS; // set in <clinit>
50 static final boolean _JRE_1_4_PLUS; // set in <clinit>
52 static final boolean _JRE_SUN_SIGNAL_COMPATIBLE; // set in <clinit>
60 boolean temp = false;
  /external/guava/src/com/google/common/collect/
ForwardingMultimap.java 52 public boolean containsEntry(@Nullable Object key, @Nullable Object value) {
56 public boolean containsKey(@Nullable Object key) {
60 public boolean containsValue(@Nullable Object value) {
72 public boolean isEmpty() {
84 public boolean put(K key, V value) {
88 public boolean putAll(K key, Iterable<? extends V> values) {
92 public boolean putAll(Multimap<? extends K, ? extends V> multimap) {
96 public boolean remove(@Nullable Object key, @Nullable Object value) {
116 @Override public boolean equals(@Nullable Object object) {
  /external/jdiff/src/jdiff/
MethodAPI.java 38 public boolean isAbstract_ = false;
41 public boolean isNative_ = false;
44 public boolean isSynchronized_ = false;
55 public MethodAPI(String name, String returnType, boolean isAbstract,
56 boolean isNative, boolean isSynchronized,
124 public boolean equals(Object o) {
133 public boolean equalSignatures(Object o) {
147 boolean first = true;
  /external/proguard/src/proguard/classfile/visitor/
MethodImplementationTraveler.java 37 private final boolean visitThisMethod;
38 private final boolean visitSuperMethods;
39 private final boolean visitInterfaceMethods;
40 private final boolean visitOverridingMethods;
57 public MethodImplementationTraveler(boolean visitThisMethod,
58 boolean visitSuperMethods,
59 boolean visitInterfaceMethods,
60 boolean visitOverridingMethods,
121 private boolean isSpecial(Clazz clazz, Method method)
  /external/v8/test/mjsunit/regress/
regress-674753.js 46 // Boolean
47 assertTrue(typeof true == 'boolean');
48 assertTrue(typeof true === 'boolean');
49 assertTrue(typeof false == 'boolean');
50 assertTrue(typeof false === 'boolean');
51 assertFalse(typeof 1 == 'boolean');
52 assertFalse(typeof 1 === 'boolean');
53 assertFalse(typeof Object() == 'boolean');
54 assertFalse(typeof Object() === 'boolean');
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 59 public boolean isReadOnly() {
63 public boolean save() {
75 boolean result = false;
90 public boolean load() {
91 boolean result = false;
118 public boolean isReadOnly() {
122 public boolean save() {
126 public boolean load() {
127 boolean result = false;
  /frameworks/base/core/java/com/android/internal/preference/
YesNoPreference.java 30 * This preference will store a boolean into the SharedPreferences.
33 private boolean mWasPositiveResult;
48 protected void onDialogClosed(boolean positiveResult) {
62 public void setValue(boolean value) {
75 public boolean getValue() {
85 protected void onSetInitialValue(boolean restorePersistedValue, Object defaultValue) {
87 (Boolean) defaultValue);
91 public boolean shouldDisableDependents() {
122 boolean wasPositiveResult;

Completed in 1084 milliseconds

<<11121314151617181920>>