HomeSort by relevance Sort by last modified time
    Searched full:boolean (Results 276 - 300 of 35875) sorted by null

<<11121314151617181920>>

  /external/nist-sip/java/javax/sip/header/
ContactHeader.java 14 boolean isWildCard();
16 void setWildCardFlag(boolean wildCardFlag);
  /external/robolectric/v1/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() {
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
transition_from_boolean_1.txt 1 After selecting the arrow under Boolean Enabled column, the line will expand to show a link which you can click. This will take you to the booleans page and allow you to enable the boolean which will enable or disable the transition.
  /external/testng/src/main/java/org/testng/collections/
CollectionUtils.java 10 public static boolean hasElements(Collection<?> c) {
14 public static boolean hasElements(Map<?, ?> c) {
  /external/testng/src/test/java/test/alwaysrun/
AlwaysRunAfter2.java 8 private static boolean m_success = true;
21 static public boolean success() {
  /external/testng/src/test/java/test/dependent/
ClassWide1Test.java 7 private static boolean m_ok = false;
19 public static boolean m1WasRun() {
  /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/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
ConfigurationChangedEvent.java 26 public final boolean fromMultiWindow;
27 public final boolean fromDeviceOrientationChange;
28 public final boolean fromDisplayDensityChange;
29 public final boolean hasStackTasks;
31 public ConfigurationChangedEvent(boolean fromMultiWindow, boolean fromDeviceOrientationChange,
32 boolean fromDisplayDensityChange, boolean hasStackTasks) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SignalCallbackAdapter.java 33 public void setWifiIndicators(boolean enabled, IconState statusIcon, IconState qsIcon,
34 boolean activityIn, boolean activityOut, String description) {
39 int qsType, boolean activityIn, boolean activityOut, String typeContentDescription,
40 String description, boolean isWide, int subId) {
48 public void setNoSims(boolean show) {
60 public void setMobileDataEnabled(boolean enabled) {
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
ViewGroupBindingObject.java 22 private boolean mAlwaysDrawnWithCache;
24 private boolean mAnimationCache;
26 private boolean mSplitMotionEvents;
28 private boolean mAnimateLayoutChanges;
30 public boolean isAlwaysDrawnWithCache() {
34 public boolean isAnimationCache() {
38 public boolean isSplitMotionEvents() {
42 public boolean isAnimateLayoutChanges() {
  /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) {
  /frameworks/support/api/
removed.txt 4 method public static deprecated boolean isUserRunningAndLocked(android.content.Context);
5 method public static deprecated boolean isUserRunningAndUnlocked(android.content.Context);
  /packages/apps/CarrierConfig/assets/
carrier_config_310070.xml 8 <boolean name="enableSMSDeliveryReports" value="false" />
9 <boolean name="csp_enabled_bool" value="true" />
carrier_config_310150.xml 7 <boolean name="enableSMSDeliveryReports" value="false" />
8 <boolean name="csp_enabled_bool" value="true" />
carrier_config_310170.xml 7 <boolean name="enableSMSDeliveryReports" value="false" />
8 <boolean name="csp_enabled_bool" value="true" />
carrier_config_310380.xml 8 <boolean name="enableSMSDeliveryReports" value="false" />
9 <boolean name="csp_enabled_bool" value="true" />
carrier_config_310560.xml 8 <boolean name="enableSMSDeliveryReports" value="false" />
9 <boolean name="csp_enabled_bool" value="true" />
carrier_config_310680.xml 8 <boolean name="enableSMSDeliveryReports" value="false" />
9 <boolean name="csp_enabled_bool" value="true" />
carrier_config_310980.xml 7 <boolean name="enableSMSDeliveryReports" value="false" />
8 <boolean name="csp_enabled_bool" value="true" />
  /packages/apps/TV/common/
BuildConfig.java.in 5 public static final boolean DEBUG = %DEBUG%;
6 public static final boolean ENG = %ENG%;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureEnabler.java 23 private boolean mShouldHandleGesture;
24 private boolean mMainDictionaryAvailable;
25 private boolean mGestureHandlingEnabledByInputField;
26 private boolean mGestureHandlingEnabledByUser;
36 public void setMainDictionaryAvailability(final boolean mainDictionaryAvailable) {
41 public void setGestureHandlingEnabledByUser(final boolean gestureHandlingEnabledByUser) {
46 public void setPasswordMode(final boolean passwordMode) {
51 public boolean shouldHandleGesture() {
  /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() {
  /system/update_engine/binder_bindings/android/brillo/
IUpdateEngine.aidl 24 void AttemptRollback(in boolean powerwash);
25 boolean CanRollback();
29 void SetChannel(in String target_channel, in boolean powewash);
30 String GetChannel(in boolean get_current_channel);
31 void SetP2PUpdatePermission(in boolean enabled);
32 boolean GetP2PUpdatePermission();
33 void SetUpdateOverCellularPermission(in boolean enabled);
34 boolean GetUpdateOverCellularPermission();

Completed in 361 milliseconds

<<11121314151617181920>>