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

<<11121314151617181920>>

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
RangeBoolArray.java 21 private boolean[] mData;
25 mData = new boolean[max - min + 1];
30 public RangeBoolArray(boolean[] src, int min, int max) {
35 public void put(int i, boolean object) {
39 public boolean get(int i) {
43 public int indexOf(boolean object) {
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 38 private native boolean doSend(byte[] data);
40 public boolean send(byte[] data) {
44 private native boolean doConnect();
46 public boolean connect() {
50 private native boolean doDisconnect();
52 public boolean disconnect() {
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 38 private native boolean doSend(byte[] data);
40 public boolean send(byte[] data) {
44 private native boolean doConnect();
46 public boolean connect() {
50 private native boolean doDisconnect();
52 public boolean disconnect() {
  /packages/inputmethods/PinyinIME/lib/com/android/inputmethod/pinyin/
IPinyinDecoderService.aidl 24 int imDelSearch(int pos, boolean is_pos_in_splid, boolean clear_fixed_this_step);
27 String imGetPyStr(boolean decoded);
28 int imGetPyStrLen(boolean decoded);
36 boolean imCancelInput();
43 boolean syncBegin();
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingMapTest.java 59 @Override public boolean containsKey(Object key) {
63 @Override public boolean containsValue(Object value) {
75 @Override public boolean equals(Object object) {
110 @Override public boolean isEmpty() {
115 Map<String, Boolean> forward;
164 final Map<String, Boolean> map = createProxyInstance(Map.class);
165 forward = new ForwardingMap<String, Boolean>() {
166 @Override protected Map<String, Boolean> delegate() {
213 forward().putAll(new HashMap<String, Boolean>());
249 final Map<String, Boolean> map = createMock(Map.class)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 37 private boolean cacheTemplates = true;
38 private boolean compileTemplates = false;
40 private boolean ignoreAttributes = false;
42 private boolean useStrongCacheReferences = false;
44 private boolean propagateEscapeStatus = false;
58 private boolean logEscapedVariables = false;
59 private boolean useOutputBufferPool = false;
60 private boolean stripHtmlWhiteSpace = false;
61 private boolean stripStructuralWhiteSpace = false;
62 private boolean allowGlobalDataModification = false
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
JavascriptAppModalDialog.java 30 private final boolean mShouldShowSuppressCheckBox;
37 boolean shouldShowSuppressCheckBox) {
45 boolean shouldShowSuppressCheckBox) {
51 boolean shouldShowSuppressCheckBox) {
57 boolean isReload, boolean shouldShowSuppressCheckBox) {
64 boolean shouldShowSuppressCheckBox, String defaultPromptText) {
145 public boolean hasPositiveButton() {
153 public boolean hasNegativeButton() {
185 public void confirm(String promptResult, boolean suppressDialogs)
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillDialogControllerAndroid.java 20 private static boolean sAllowInsecureDialogsForTesting = false;
46 boolean lastUsedChoiceIsAutofill, String lastUsedAccountName,
88 final boolean requestFullBillingAddress, final boolean requestShippingAddress,
89 final boolean requestPhoneNumbers,
90 final boolean incognitoMode,
91 final boolean initialChoiceIsAutofill, final String initialAccountName,
113 final boolean requestFullBillingAddress, final boolean requestShippingAddress,
114 final boolean requestPhoneNumbers
    [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
Voicemail.java 36 public boolean hasId();
41 public boolean hasNumber();
46 public boolean hasTimestampMillis();
51 public boolean hasDuration();
59 public boolean hasSourcePackage();
71 public boolean hasSourceData();
80 public boolean hasUri();
87 public boolean isRead();
89 public boolean hasRead();
94 public boolean hasContent()
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwCookieManager.java 20 public void setAcceptCookie(boolean accept) {
28 public boolean acceptCookie() {
72 public boolean hasCookies() {
90 public boolean allowFileSchemeCookies() {
103 public void setAcceptFileSchemeCookies(boolean accept) {
107 private native void nativeSetAcceptCookie(boolean accept);
108 private native boolean nativeAcceptCookie();
118 private native boolean nativeHasCookies();
120 private native boolean nativeAllowFileSchemeCookies();
121 private native void nativeSetAcceptFileSchemeCookies(boolean accept)
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/finders/
Attribute.java 27 public Boolean getValue(UiElement element) {
34 public Boolean getValue(UiElement element) {
48 public Boolean getValue(UiElement element) {
62 public Boolean getValue(UiElement element) {
69 public Boolean getValue(UiElement element) {
76 public Boolean getValue(UiElement element) {
83 public Boolean getValue(UiElement element) {
97 public Boolean getValue(UiElement element) {
111 public Boolean getValue(UiElement element) {
118 public Boolean getValue(UiElement element)
    [all...]
  /external/droiddriver/
to-uiautomator.xsl 19 <xsl:attribute name="checkable"><xsl:value-of select="boolean(@checkable)" /></xsl:attribute>
20 <xsl:attribute name="checked"><xsl:value-of select="boolean(@checked)" /></xsl:attribute>
21 <xsl:attribute name="clickable"><xsl:value-of select="boolean(@clickable)" /></xsl:attribute>
22 <xsl:attribute name="enabled"><xsl:value-of select="boolean(@enabled)" /></xsl:attribute>
23 <xsl:attribute name="focusable"><xsl:value-of select="boolean(@focusable)" /></xsl:attribute>
24 <xsl:attribute name="focused"><xsl:value-of select="boolean(@focused)" /></xsl:attribute>
25 <xsl:attribute name="scrollable"><xsl:value-of select="boolean(@scrollable)" /></xsl:attribute>
26 <xsl:attribute name="long-clickable"><xsl:value-of select="boolean(@long-clickable)" /></xsl:attribute>
27 <xsl:attribute name="password"><xsl:value-of select="boolean(@password)" /></xsl:attribute>
28 <xsl:attribute name="selected"><xsl:value-of select="boolean(@selected)" /></xsl:attribute
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
Scheduler.java 11 private boolean paused = false;
26 public boolean isPaused() {
61 public boolean advanceToLastPostedRunnable() {
69 public boolean advanceToNextPostedRunnable() {
77 public boolean advanceBy(long intervalMs) {
82 public boolean advanceTo(long endingTime) {
97 public boolean runOneTask() {
108 public boolean runTasks(int howMany) {
126 public boolean areAnyRunnable() {
158 private boolean nextTaskIsScheduledBefore(long endingTime)
    [all...]
  /frameworks/base/core/java/android/accounts/
IAccountManager.aidl 39 boolean addAccountExplicitly(in Account account, String password, in Bundle extras);
47 void updateAppPermission(in Account account, String authTokenType, int uid, boolean value);
50 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch,
53 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch,
56 String authTokenType, boolean expectActivityLaunch, in Bundle options);
58 boolean expectActivityLaunch);
60 in Bundle options, boolean expectActivityLaunch, int userId);
65 boolean addSharedAccountAsUser(in Account account, int userId);
67 boolean removeSharedAccountAsUser(in Account account, int userId)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Boolean.java 29 * This class represents ASN.1 Boolean type.
39 * Constructs ASN.1 Boolean type
42 * when there is a need to create a custom ASN.1 Boolean type.
51 * Returns ASN.1 Boolean type default implementation
54 * that is represented as Boolean object.
56 * @return ASN.1 Boolean type default implementation
72 * Extracts Boolean object from BER input stream.
75 * @return java.lang.Boolean object
79 return Boolean.FALSE;
81 return Boolean.TRUE
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
IImage.java 41 int maxNumberOfPixels, boolean rotateAsNeeded, boolean useNative);
43 public static final boolean ROTATE_AS_NEEDED = true;
44 public static final boolean NO_ROTATE = false;
45 public static final boolean USE_NATIVE = true;
46 public static final boolean NO_NATIVE = false;
68 public abstract boolean isReadonly();
69 public abstract boolean isDrm();
72 public abstract Bitmap thumbBitmap(boolean rotateAsNeeded);
78 public abstract boolean rotateImageBy(int degrees)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 41 private static final boolean DBG = false;
59 private boolean mSuspendOptEnabled = false;
61 public native static boolean loadDriver();
63 public native static boolean isDriverLoaded();
65 public native static boolean unloadDriver();
67 public native static boolean startSupplicant(boolean p2pSupported);
71 public native static boolean killSupplicant(boolean p2pSupported);
73 private native boolean connectToSupplicantNative()
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaPlayerBridge.java 78 protected boolean prepareAsync() {
89 protected boolean isPlaying() {
139 protected boolean setDataSource(
140 Context context, String url, String cookies, boolean hideUrlLog) {
154 protected boolean setDataUriDataSource(final Context context, final String url) {
176 private class LoadDataUriTask extends AsyncTask <Void, Void, Boolean> {
187 protected Boolean doInBackground(Void... params) {
213 protected void onPostExecute(Boolean result) {
265 private final boolean mCanPause;
266 private final boolean mCanSeekForward
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ExplicitTest.java 59 // Boolean = false
62 // [UNIVERSAL 5] Boolean
64 Boolean.FALSE,
69 // [APPLICATION 5] Boolean
71 Boolean.FALSE,
76 // [CONTEXT-SPECIFIC 5] Boolean
78 Boolean.FALSE,
83 // [5] Boolean (default = CONTEXT-SPECIFIC)
84 new Object[] { Boolean.FALSE,
88 // [PRIVATE 5] Boolean
    [all...]
ImplicitTest.java 56 // Boolean = false
59 // [UNIVERSAL 5] Boolean
61 Boolean.FALSE,
66 // [APPLICATION 5] Boolean
68 Boolean.FALSE,
73 // [CONTEXT-SPECIFIC 5] Boolean
75 Boolean.FALSE,
80 // [5] Boolean (default = CONTEXT-SPECIFIC)
81 { Boolean.FALSE, new byte[] { (byte) 0x85, 0x01, 0x00 },
84 // [PRIVATE 5] Boolean
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
developer_private.idl 26 boolean incognito;
27 boolean generatedBackgroundPage;
39 boolean may_disable;
40 boolean enabled;
42 boolean isApp;
44 boolean allow_activity;
45 boolean allow_file_access;
46 boolean wants_file_access;
47 boolean incognito_enabled;
48 boolean is_unpacked
    [all...]
privacy.json 17 "value": ["networkPredictionEnabled", {"type":"boolean"}],
18 "description": "If enabled, Chrome attempts to speed up your web browsing experience by pre-resolving DNS entries, prerendering sites (<code>&lt;link rel='prefetch' ...&gt;</code>), and preemptively opening TCP and SSL connections to servers. This preference's value is a boolean, defaulting to <code>true</code>."
29 "value": ["alternateErrorPagesEnabled", {"type":"boolean"}],
30 "description": "If enabled, Chrome uses a web service to help resolve navigation errors. This preference's value is a boolean, defaulting to <code>true</code>."
34 "value": ["autofillEnabled", {"type":"boolean"}],
35 "description": "If enabled, Chrome offers to automatically fill in forms. This preference's value is a boolean, defaulting to <code>true</code>."
39 "value": ["safeBrowsingEnabled", {"type":"boolean"}],
40 "description": "If enabled, Chrome does its best to protect you from phishing and malware. This preference's value is a boolean, defaulting to <code>true</code>."
44 "value": ["searchSuggestEnabled", {"type":"boolean"}],
45 "description": "If enabled, Chrome sends the text you type into the Omnibox to your default search engine, which provides predictions of websites and searches that are likely completions of what you've typed so far. This preference's value is a boolean, defaulting to <code>true</code>.
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 50 private boolean mIsFirstLevel;
66 private final boolean mIsDivider;
70 private boolean mIsValid;
77 private final boolean mIsGalContact;
81 Uri photoThumbnailUri, boolean isFirstLevel, boolean isValid, boolean isGalContact) {
97 public boolean isValid() {
105 public static boolean isCreatedRecipient(long id) {
114 public static RecipientEntry constructFakeEntry(final String address, final boolean isValid)
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 43 private volatile boolean mNotifyChange;
46 private final ThreadLocal<Boolean> mApplyingBatch = new ThreadLocal<Boolean>();
49 private Boolean mIsCallerSyncAdapter;
52 public boolean onCreate() {
64 boolean callerIsSyncAdapter);
70 String[] selectionArgs, boolean callerIsSyncAdapter);
76 boolean callerIsSyncAdapter);
78 protected abstract void notifyChange(boolean syncToNetwork);
84 private boolean applyingBatch()
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 225 BOOLEAN in_use;
241 BOOLEAN in_use;
254 BOOLEAN to_send;
306 BOOLEAN in_use;
323 BOOLEAN in_use;
324 BOOLEAN is_primary;
368 BOOLEAN in_use;
378 BOOLEAN wait_for_read_rsp;
397 BOOLEAN first_read_blob_after_read;
399 BOOLEAN in_use
    [all...]

Completed in 3991 milliseconds

<<11121314151617181920>>