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

<<11121314151617181920>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 100 final boolean hasStreet = !TextUtils.isEmpty(postal.street);
101 final boolean hasPobox = !TextUtils.isEmpty(postal.pobox);
102 final boolean hasNeighborhood = !TextUtils.isEmpty(postal.neighborhood);
103 final boolean hasCity = !TextUtils.isEmpty(postal.city);
104 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
105 final boolean hasPostcode = !TextUtils.isEmpty(postal.postcode);
106 final boolean hasCountry = !TextUtils.isEmpty(postal.country);
114 final boolean hasFirstBlock = hasCountry || hasPostcode;
115 final boolean hasSecondBlock = hasRegion || hasCity || hasNeighborhood;
116 final boolean hasThirdBlock = hasStreet || hasPobox
    [all...]
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/missingdrawable/
MissingDrawableData.java 55 private boolean standardFolderExists = false;
57 private boolean ldpiFolderExists = false;
59 private boolean mdpiFolderExists = false;
61 private boolean hdpiFolderExists = false;
63 private boolean xhdpiFolderExists = false;
73 private boolean isXhdpiApplicable = true;
80 private boolean testApplicable;
146 protected boolean isStandardFolderExists()
154 protected boolean isLdpiFolderExists()
162 protected boolean isMdpiFolderExists()
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 178 public boolean isAssociatedWithTask(DNSTask task, DNSState state) {
216 public boolean advanceState(DNSTask task) {
217 boolean result = true;
237 public boolean revertState() {
238 boolean result = true;
257 public boolean cancelState() {
258 boolean result = false;
278 public boolean closeState() {
279 boolean result = false;
299 public boolean recoverState()
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 37 * have that logic here, and provide simple boolean flags to indicate the
45 private static final boolean DBG = (PhoneGlobals.DBG_LEVEL >= 2);
51 // Our "public API": Boolean flags to indicate the state and/or
55 public boolean manageConferenceVisible;
56 public boolean manageConferenceEnabled;
58 public boolean canAddCall;
60 public boolean canEndCall;
62 public boolean canSwap;
63 public boolean canMerge;
65 public boolean bluetoothEnabled
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonemetadata.java 51 private boolean hasPattern;
53 public boolean hasPattern() { return hasPattern; }
62 private boolean hasFormat;
64 public boolean hasFormat() { return hasFormat; }
90 private boolean hasNationalPrefixFormattingRule;
92 public boolean hasNationalPrefixFormattingRule() { return hasNationalPrefixFormattingRule; }
106 private boolean hasNationalPrefixOptionalWhenFormatting;
107 private boolean nationalPrefixOptionalWhenFormatting_ = false;
108 public boolean hasNationalPrefixOptionalWhenFormatting() {
110 public boolean isNationalPrefixOptionalWhenFormatting()
    [all...]
  /prebuilts/sdk/16/
uiautomator.jar 
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
SimpleMenuItem.java 43 private boolean mEnabled = true;
106 public MenuItem setEnabled(boolean enabled) {
111 public boolean isEnabled() {
137 public boolean expandActionView() {
142 public boolean collapseActionView() {
147 public boolean isActionViewExpanded() {
193 public MenuItem setCheckable(boolean b) {
198 public boolean isCheckable() {
203 public MenuItem setChecked(boolean b) {
208 public boolean isChecked()
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 68 public void setHorizontalScrollbarOverlay(boolean overlay) {
71 public void setVerticalScrollbarOverlay(boolean overlay) {
74 public boolean overlayHorizontalScrollbar() {
78 public boolean overlayVerticalScrollbar() {
126 public boolean canGoBack() {
133 public boolean canGoForward() {
140 public boolean canGoBackOrForward(int steps) {
147 public boolean pageUp(boolean top) {
151 public boolean pageDown(boolean bottom)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParams.java 36 boolean setIcon(Bitmap icon) { return true; }
52 boolean setIcon(Bitmap icon) {
74 boolean setIcon(Bitmap icon) {
88 Tone tone, Duration duration, boolean vibrate) {
94 boolean setIcon(Bitmap icon) {
114 boolean setIcon(Bitmap icon) {
131 boolean loadTitleIcon = false;
133 SelectItemParams(CommandDetails cmdDet, Menu menu, boolean loadTitleIcon) {
139 boolean setIcon(Bitmap icon) {
166 boolean setIcon(Bitmap icon)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GestureRecognizer.java 32 boolean onSingleTapUp(float x, float y);
33 boolean onDoubleTap(float x, float y);
34 boolean onScroll(float dx, float dy, float totalX, float totalY);
35 boolean onFling(float velocityX, float velocityY);
36 boolean onScaleBegin(float focusX, float focusY);
37 boolean onScale(float focusX, float focusY, float scale);
63 public boolean isDown() {
78 public boolean onSingleTapUp(MotionEvent e) {
83 public boolean onDoubleTap(MotionEvent e) {
88 public boolean onScroll
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion18.txt 12 android:multiprocess : Specify whether a component is allowed to have multiple instances of itself running in different processes. [boolean]
15 android:allowTaskReparenting : Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate. [boolean]
16 android:finishOnTaskLaunch : Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen. [boolean]
17 android:finishOnCloseSystemDialogs : Specify whether an activity should be finished when a "close system windows" request has been made. [boolean]
18 android:clearTaskOnLaunch : Specify whether an activity's task should be cleared when it is re-launched from the home screen. [boolean]
19 android:noHistory : Specify whether an activity should be kept in its history stack. [boolean]
20 android:alwaysRetainTaskState : Specify whether an acitivty's task state should always be maintained by the system, or if it is allowed to reset the task to its initial state in certain situations. [boolean]
21 android:stateNotNeeded : Indicates that an Activity does not need to have its freeze state (as returned by onSaveInstanceState retained in order to be restarted. [boolean]
22 android:excludeFromRecents : Indicates that an Activity should be excluded from the list of recently launched activities. [boolean]
23 android:enabled : Specify whether the activity is enabled or not (that is, can be instantiated by the system). [boolean]
    [all...]
  /tools/motodev/src/plugins/preflighting.core/files/devices/droidx/
hardware.ini 13 # Does the device have a touch screen? Boolean with values of yes or no. [yes]
16 # Does the device have a trackball? Boolean with values of yes or no. [yes]
20 # Boolean with values of yes or no. [yes]
23 # Does the device have a Dpad? Boolean with values of yes or no. [yes]
26 # Does the device support a GSM modem? Boolean with values of yes or no. [yes]
29 # Does the device have a camera? Boolean with values of yes or no. [no]
38 # Does the device have GPS? Boolean with values of yes or no. [yes]
41 # Is the device battery powered? Boolean with values of yes or no. [yes]
44 # Does the device have an accelerometer.? Boolean with values of yes or no. [yes]
48 # Does the device support audio recording? Boolean with values of yes or no. [yes]
    [all...]
  /cts/tests/src/android/app/cts/
IntentServiceStub.java 34 private static boolean onBindCalled;
35 private static boolean onCreateCalled;
36 private static boolean onDestroyCalled;
37 private static boolean onStartCalled;
55 protected boolean check() {
117 public synchronized static boolean isOnBindCalled() {
121 public synchronized static boolean isOnCreateCalled() {
125 public synchronized static boolean isOnDestroyCalled() {
129 public synchronized static boolean isOnStartCalled() {
  /cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java 33 private boolean mConnected;
62 new Callable<Boolean>() {
64 public Boolean call() throws Exception {
69 PollingCheck.check("accumulator not correct", TIMEOUT_MSEC, new Callable<Boolean>() {
71 public Boolean call() throws Exception {
76 PollingCheck.check("onDestroyCalled not called", TIMEOUT_MSEC, new Callable<Boolean>() {
78 public Boolean call() throws Exception {
88 protected boolean check() {
99 protected boolean check() {
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MySignature1.java 36 public boolean runEngineInitVerify = false;
37 public boolean runEngineInitSign = false;
38 public boolean runEngineUpdate1 = false;
39 public boolean runEngineUpdate2 = false;
40 public boolean runEngineSign = false;
41 public boolean runEngineVerify = false;
42 public boolean runEngineSetParameter = false;
43 public boolean runEngineGetParameter = false;
85 protected boolean engineVerify(byte[] sigBytes) throws SignatureException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java 26 boolean displayDescription=false;
28 boolean isSpecial=false;
29 boolean drawAsBaseline=false;
33 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial,boolean isBaseline) {
38 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial) {
43 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp) {
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSortedSet.java 45 @Override public boolean isEmpty() {
49 @Override public boolean contains(Object target) {
57 @Override boolean isPartialView() {
74 @Override public boolean containsAll(Collection<?> targets) {
78 @Override public boolean equals(@Nullable Object object) {
105 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) {
111 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {
116 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) {
  /external/javassist/src/main/javassist/bytecode/annotation/
BooleanMemberValue.java 23 * Boolean constant value.
32 * Constructs a boolean constant value. The initial value is specified
43 * Constructs a boolean constant value.
47 public BooleanMemberValue(boolean b, ConstPool cp) {
53 * Constructs a boolean constant value. The initial value is false.
61 return new Boolean(getValue());
65 return boolean.class;
71 public boolean getValue() {
78 public void setValue(boolean newValue) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java 37 public boolean runEngineInitVerify = false;
38 public boolean runEngineInitSign = false;
39 public boolean runEngineUpdate1 = false;
40 public boolean runEngineUpdate2 = false;
41 public boolean runEngineSign = false;
42 public boolean runEngineVerify = false;
43 public boolean runEngineSetParameter = false;
44 public boolean runEngineGetParameter = false;
98 protected boolean engineVerify(byte[] sigBytes) throws SignatureException {
  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryPartition.java 35 private boolean mPriorityDirectory;
36 private boolean mPhotoSupported;
38 public DirectoryPartition(boolean showIfEmpty, boolean hasHeader) {
84 public boolean isLoading() {
91 public boolean isPriorityDirectory() {
95 public void setPriorityDirectory(boolean priorityDirectory) {
102 public boolean isPhotoSupported() {
106 public void setPhotoSupported(boolean flag) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
PbapServerProfile.java 37 private static boolean V = true;
40 private boolean mIsProfileReady;
63 public boolean isProfileReady() {
71 public boolean isConnectable() {
75 public boolean isAutoConnectable() {
79 public boolean connect(BluetoothDevice device) {
85 public boolean disconnect(BluetoothDevice device) {
100 public boolean isPreferred(BluetoothDevice device) {
108 public void setPreferred(BluetoothDevice device, boolean preferred) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
AlphabetShiftState.java 23 private static final boolean DEBUG = false;
34 public void setShifted(boolean newShiftState) {
64 public void setShiftLocked(boolean newShiftLockState) {
90 public boolean isShiftedOrShiftLocked() {
94 public boolean isShiftLocked() {
98 public boolean isShiftLockShifted() {
102 public boolean isAutomaticShifted() {
106 public boolean isManualShifted() {
111 public boolean isManualShiftedFromAutomaticShifted() {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Settings.java 30 private static boolean mKeySound;
31 private static boolean mVibrate;
32 private static boolean mPrediction;
75 public static boolean getKeySound() {
79 public static void setKeySound(boolean v) {
84 public static boolean getVibrate() {
88 public static void setVibrate(boolean v) {
93 public static boolean getPrediction() {
97 public static void setPrediction(boolean v) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
Camera.java 21 private boolean mAutofocus;
22 private boolean mFlash;
41 public Camera(CameraLocation location, boolean autofocus, boolean flash) {
55 public boolean hasAutofocus() {
59 public void setAutofocus(boolean hasAutofocus) {
63 public boolean hasFlash() {
67 public void setFlash(boolean flash) {
86 public boolean equals(Object o) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
IssuingDistributionPoint.java 16 * onlyContainsUserCerts [1] BOOLEAN DEFAULT FALSE,
17 * onlyContainsCACerts [2] BOOLEAN DEFAULT FALSE,
19 * indirectCRL [4] BOOLEAN DEFAULT FALSE,
20 * onlyContainsAttributeCerts [5] BOOLEAN DEFAULT FALSE }
28 private boolean onlyContainsUserCerts;
30 private boolean onlyContainsCACerts;
34 private boolean indirectCRL;
36 private boolean onlyContainsAttributeCerts;
42 boolean explicit)
79 boolean onlyContainsUserCerts
    [all...]

Completed in 1874 milliseconds

<<11121314151617181920>>