HomeSort by relevance Sort by last modified time
    Searched full:boolean (Results 101 - 125 of 22508) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/address/
TelURL.java 19 boolean isGlobal();
20 void setGlobal(boolean global);
  /external/nist-sip/java/javax/sip/header/
ContactHeader.java 14 boolean isWildCard();
16 void setWildCardFlag(boolean wildCardFlag);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowJsResult.java 10 private boolean wasCancelled;
17 public boolean wasCancelled() {
ShadowProgressDialog.java 15 private boolean indeterminate;
23 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) {
28 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable) {
33 public static ProgressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, ProgressDialog.OnCancelListener onCancelListener) {
46 public void setIndeterminate(boolean indeterminate) {
51 public boolean isIndeterminate() {
ShadowSparseBooleanArray.java 14 private SparseArray<Boolean> sparseArray = new SparseArray<Boolean>();
20 public boolean get(int key) {
25 public boolean get(int key, boolean valueIfKeyNotFound) {
35 public void put(int key, boolean value) {
50 public boolean valueAt(int index) {
60 public int indexOfValue(boolean value) {
70 public void append(int key, boolean value) {
92 public boolean equals(Object o)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateErrors.java 32 public boolean errorInInitialState = false;
33 public boolean errorInInitialStateAfterReset = false;
34 public boolean errorInInitialStateAfterStop = false;
35 public boolean errorInInitializedState = false;
36 public boolean errorInDataSourceConfiguredState = false;
37 public boolean errorInPreparedState = false;
38 public boolean errorInRecordingState = false;
39 public boolean errorInErrorState = false;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAttribute.java 30 public boolean bold;
31 public boolean italic;
32 public boolean underlined;
33 public boolean strikeThrough;
37 FontSize size, boolean bold, boolean italic, boolean underlined,
38 boolean strikeThrough, TextColor color) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceOptions.java 29 public final boolean isActivityNameFullyQualified;
35 public final boolean collectFbOnEglSwap;
38 public final boolean collectFbOnGlDraw;
41 public final boolean collectTextureData;
44 boolean isActivityNameFullyQualified, String destinationPath,
45 boolean collectFbOnEglSwap, boolean collectFbOnGlDraw, boolean collectTextureData) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
OS.java 20 private static boolean macOs;
21 private static boolean leopard;
22 private static boolean linux;
23 private static boolean windows;
36 public static boolean isMacOsX() {
40 public static boolean isLeopardOrLater() {
44 public static boolean isLinux() {
48 public static boolean isWindows() {
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.idl 30 [RaisesException] void setMockScrollbarsEnabled(boolean enabled);
31 [RaisesException] void setTouchEventEmulationEnabled(boolean enabled);
39 [RaisesException] void setTextAutosizingEnabled(boolean enabled);
44 [RaisesException] void setPasswordGenerationDecorationEnabled(boolean enabled);
45 [RaisesException] void setImagesEnabled(boolean enabled);
47 [RaisesException] void setViewportEnabled(boolean enabled);
51 [RaisesException] void setCompositorDrivenAcceleratedScrollingEnabled(boolean enabled);
55 [RaisesException] void setLayerSquashingEnabled(boolean enabled);
60 void setAuthorShadowDOMForAnyElementEnabled(boolean enabled);
61 void setCSSExclusionsEnabled(boolean enabled)
    [all...]
  /external/doclava/src/com/google/doclava/
Scoped.java 20 boolean isPublic();
22 boolean isProtected();
24 boolean isPackagePrivate();
26 boolean isPrivate();
28 boolean isHidden();
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Deferred.j3md 6 Boolean LowQuality
9 Boolean HighQuality
13 Boolean VTangent
16 Boolean Minnaert
19 Boolean WardIso
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 46 Boolean authAbort;
47 Boolean authFail;
49 Boolean authStart;
50 Boolean authTimeout;
51 Boolean authSuccess;
52 Boolean eapolEap;
53 Boolean initialize;
54 Boolean keyDone;
55 Boolean keyRun;
56 Boolean keyTxEnabled
    [all...]
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 55 boolean isNetworkSupported(int networkType);
63 boolean isActiveNetworkMetered();
65 boolean setRadios(boolean onOff);
67 boolean setRadio(int networkType, boolean turnOn);
74 boolean requestRouteToHost(int networkType, int hostAddress, String packageName);
76 boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress, String packageName);
78 boolean getMobileDataEnabled();
79 void setMobileDataEnabled(boolean enabled)
    [all...]
  /frameworks/base/location/java/android/location/
IGpsGeofenceHardware.aidl 26 boolean isHardwareGeofenceSupported();
27 boolean addCircularHardwareGeofence(int geofenceId, double latitude, double
30 boolean removeHardwareGeofence(int geofenceId);
31 boolean pauseHardwareGeofence(int geofenceId);
32 boolean resumeHardwareGeofence(int geofenceId, int monitorTransition);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 37 private boolean mBlockWindowCreationSync;
38 private boolean mBlockWindowCreationAsync;
74 protected boolean check() {
90 protected boolean check() {
121 protected boolean check() {
127 public void runWindowTest(boolean expectWindowClose) throws Exception {
145 protected boolean check() {
153 protected boolean check() {
191 protected boolean check() {
213 protected boolean check()
    [all...]
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.java 24 static public Object test1(boolean b) {
28 static public int test2(boolean b) {
33 static public int test3(boolean b) {
38 static public int test4(boolean b) {
39 Object o = b ? (Object) new long[1] : new boolean[1];
43 static public int test5(boolean b) {
48 static public int test6(boolean b) {
49 Object o = b ? (Object) new byte[1] : new boolean[1];
53 static public Object test7(boolean b) {
57 static public Object[] test8(boolean b)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
MouseEvent.idl 27 [InitializedByEventConstructor] readonly attribute boolean ctrlKey;
28 [InitializedByEventConstructor] readonly attribute boolean shiftKey;
29 [InitializedByEventConstructor] readonly attribute boolean altKey;
30 [InitializedByEventConstructor] readonly attribute boolean metaKey;
37 [Default=Undefined] optional boolean canBubble,
38 [Default=Undefined] optional boolean cancelable,
45 [Default=Undefined] optional boolean ctrlKey,
46 [Default=Undefined] optional boolean altKey,
47 [Default=Undefined] optional boolean shiftKey,
48 [Default=Undefined] optional boolean metaKey
    [all...]
  /external/libsepol/include/sepol/
booleans.h 12 and a boolean configuration file named by 'boolpath', rewrite the binary
13 policy for the boolean settings in the boolean configuration file.
19 and boolean settings specified by the parallel arrays ('names', 'values')
20 with 'nel' elements, rewrite the binary policy for the boolean settings.
27 /* Set the specified boolean */
37 /* Check if the specified boolean exists */
42 /* Query a boolean - returns the boolean, or NULL if not found */
56 int (*fn) (const sepol_bool_t * boolean,
    [all...]
  /external/proguard/src/proguard/gui/
KeepSpecificationsPanel.java 35 private final boolean markClasses;
36 private final boolean markConditionally;
37 private final boolean allowShrinking;
38 private final boolean allowOptimization;
39 private final boolean allowObfuscation;
43 boolean markClasses,
44 boolean markConditionally,
45 boolean allowShrinking,
46 boolean allowOptimization,
47 boolean allowObfuscation
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 28 private boolean mExpandable;
30 private boolean mUserExpanded;
32 private boolean mUserLocked;
46 public boolean isExpandable() {
50 public void setExpandable(boolean expandable) {
54 public boolean isUserExpanded() {
58 public void setUserExpanded(boolean userExpanded) {
62 public boolean isUserLocked() {
66 public void setUserLocked(boolean userLocked) {
70 public void setExpanded(boolean expand)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UiController.java 51 Tab openTab(String url, boolean incognito, boolean setActive,
52 boolean useCurrent);
56 boolean switchToTab(Tab tab);
66 Intent createBookmarkCurrentPageIntent(boolean canBeAnEdit);
76 boolean shouldShowErrorConsole();
84 boolean isInCustomActionMode();
92 boolean onOptionsItemSelected(MenuItem item);
96 void setBlockEvents(boolean block);
110 boolean supportsVoice()
    [all...]
  /frameworks/testing/uiautomator/api/
17.txt 13 method public boolean click(int, int);
24 method public boolean hasAnyWatcherTriggered();
25 method public boolean hasWatcherTriggered(java.lang.String);
26 method public boolean isNaturalOrientation();
27 method public boolean isScreenOn() throws android.os.RemoteException;
28 method public boolean pressBack();
29 method public boolean pressDPadCenter();
30 method public boolean pressDPadDown();
31 method public boolean pressDPadLeft();
32 method public boolean pressDPadRight()
    [all...]
  /frameworks/base/core/java/android/text/method/
ScrollingMovementMethod.java 29 protected boolean left(TextView widget, Spannable buffer) {
34 protected boolean right(TextView widget, Spannable buffer) {
39 protected boolean up(TextView widget, Spannable buffer) {
44 protected boolean down(TextView widget, Spannable buffer) {
49 protected boolean pageUp(TextView widget, Spannable buffer) {
54 protected boolean pageDown(TextView widget, Spannable buffer) {
59 protected boolean top(TextView widget, Spannable buffer) {
64 protected boolean bottom(TextView widget, Spannable buffer) {
69 protected boolean lineStart(TextView widget, Spannable buffer) {
74 protected boolean lineEnd(TextView widget, Spannable buffer)
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterPort.java 32 protected boolean mIsBlocking = true;
33 protected boolean mIsOpen = false;
34 protected boolean mChecksType = false;
35 private boolean mLogVerbose;
44 public boolean isAttached() {
64 public void setBlocking(boolean blocking) {
68 public void setChecksType(boolean checksType) {
86 public boolean isOpen() {
90 public boolean isBlocking() {
94 public abstract boolean filterMustClose()
    [all...]

Completed in 307 milliseconds

1 2 3 45 6 7 8 91011>>