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

<<11121314151617181920>>

  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyMessageDigest1.java 33 public boolean runEngineReset = false;
34 public boolean runEngineDigest = false;
35 public boolean runEngineUpdate1 = false;
36 public boolean runEngineUpdate2 = false;
MyMessageDigest2.java 33 public static boolean runEngineReset = false;
34 public static boolean runEngineDigest = false;
35 public static boolean runEngineUpdate1 = false;
36 public static boolean runEngineUpdate2 = false;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupListItem.java 28 private final boolean mIsFirstGroupInAccount;
32 String title, boolean isFirstGroupInAccount, int memberCount) {
66 public boolean hasMemberCount() {
70 public boolean isFirstGroupInAccount() {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockContactPhotoManager.java 30 public void loadPhoto(ImageView view, long photoId, boolean hires, boolean darkTheme,
36 public void loadPhoto(ImageView view, Uri photoUri, boolean hires, boolean darkTheme,
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/filters/
FlipFilter.java 29 private boolean flipHorizontal;
30 private boolean flipVertical;
32 public void setFlip(boolean flipHorizontal, boolean flipVertical) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
AudioManagerCompatWrapper.java 41 public boolean isWiredHeadsetOn() {
42 return (Boolean) CompatUtils.invoke(mManager, false, METHOD_isWiredHeadsetOn);
51 public boolean isBluetoothA2dpOn() {
52 return (Boolean) CompatUtils.invoke(mManager, false, METHOD_isBluetoothA2dpOn);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ComposingStateManager.java 24 private boolean mAutoCorrectionIndicatorOn;
25 private boolean mIsComposing;
56 public synchronized boolean isAutoCorrectionIndicatorOn() {
60 public synchronized void setAutoCorrectionIndicatorOn(boolean on) {
  /packages/providers/ContactsProvider/
proguard.flags 6 boolean init();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion55.txt 7 android:fillEnabled : When set to true, fillAfter is taken into account. [boolean]
8 android:fillBefore : When set to true, the animation transformation is applied before the animation has started. [boolean]
9 android:fillAfter : When set to true, the animation transformation is applied after the animation is over. [boolean]
16 android:detachWallpaper : Special option for window animations: if this window is on top of a wallpaper, don't animate the wallpaper with it. [boolean]
anim1-expected-completion56.txt 5 android:fillEnabled : When set to true, fillAfter is taken into account. [boolean]
6 android:fillBefore : When set to true, the animation transformation is applied before the animation has started. [boolean]
7 android:fillAfter : When set to true, the animation transformation is applied after the animation is over. [boolean]
14 android:detachWallpaper : Special option for window animations: if this window is on top of a wallpaper, don't animate the wallpaper with it. [boolean]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/xml/
SupportsScreensTest.java 36 assertEquals(Boolean.FALSE, supportsScreens.getAnyDensity());
37 assertEquals(Boolean.FALSE, supportsScreens.getResizeable());
38 assertEquals(Boolean.FALSE, supportsScreens.getSmallScreens());
39 assertEquals(Boolean.TRUE, supportsScreens.getNormalScreens());
40 assertEquals(Boolean.FALSE, supportsScreens.getLargeScreens());
47 assertEquals(Boolean.TRUE, supportsScreens.getAnyDensity());
48 assertEquals(Boolean.TRUE, supportsScreens.getResizeable());
49 assertEquals(Boolean.TRUE, supportsScreens.getSmallScreens());
50 assertEquals(Boolean.TRUE, supportsScreens.getNormalScreens());
51 assertEquals(Boolean.TRUE, supportsScreens.getLargeScreens())
    [all...]
  /system/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 38 public boolean isConnected() {
72 public boolean filterMustClose() {
76 public boolean isReady() {
80 public boolean acceptsFrame() {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NSInfo.java 41 public NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs)
63 public NSInfo(boolean hasProcessedNS, boolean hasXMLNSAttrs,
81 public NSInfo(String namespace, boolean hasXMLNSAttrs)
94 public boolean m_hasXMLNSAttrs;
97 public boolean m_hasProcessedNS;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.9.1.js 119 array[item++] = new TestCase( SECTION, "new Boolean(true) == new Boolean(true)", false, new Boolean(true) == new Boolean(true) );
120 array[item++] = new TestCase( SECTION, "new Boolean(false) == new Boolean(false)", false, new Boolean(false) == new Boolean(false) );
125 array[item++] = new TestCase( SECTION, "x = new Boolean(true); y = x; z = x; z == y", true, eval("x = new Boolean(true); y = x; z = x; z == y") )
    [all...]
11.9.2.js 118 array[item++] = new TestCase( SECTION, "new Boolean(true) != new Boolean(true)", true, new Boolean(true) != new Boolean(true) );
119 array[item++] = new TestCase( SECTION, "new Boolean(false) != new Boolean(false)", true, new Boolean(false) != new Boolean(false) );
124 array[item++] = new TestCase( SECTION, "x = new Boolean(true); y = x; z = x; z != y", false, eval("x = new Boolean(true); y = x; z = x; z != y") )
    [all...]
11.9.3.js 118 array[item++] = new TestCase( SECTION, "new Boolean(true) == new Boolean(true)", false, new Boolean(true) == new Boolean(true) );
119 array[item++] = new TestCase( SECTION, "new Boolean(false) == new Boolean(false)", false, new Boolean(false) == new Boolean(false) );
124 array[item++] = new TestCase( SECTION, "x = new Boolean(true); y = x; z = x; z == y", true, eval("x = new Boolean(true); y = x; z = x; z == y") )
    [all...]
  /frameworks/base/core/java/android/database/
ContentObserver.java 36 private boolean mSelf;
38 public NotificationRunnable(boolean self) {
54 public boolean deliverSelfNotifications() {
62 public void onChange(boolean selfChange) {
118 public boolean deliverSelfNotifications() {
129 public void onChange(boolean selfChange) {}
131 public final void dispatchChange(boolean selfChange) {
  /frameworks/base/core/java/android/text/method/
MovementMethod.java 37 public boolean onKeyDown(TextView widget, Spannable text, int keyCode, KeyEvent event);
38 public boolean onKeyUp(TextView widget, Spannable text, int keyCode, KeyEvent event);
45 public boolean onKeyOther(TextView view, Spannable text, KeyEvent event);
48 public boolean onTrackballEvent(TextView widget, Spannable text, MotionEvent event);
49 public boolean onTouchEvent(TextView widget, Spannable text, MotionEvent event);
50 public boolean onGenericMotionEvent(TextView widget, Spannable text, MotionEvent event);
59 public boolean canSelectArbitrarily();
  /frameworks/base/core/java/com/android/internal/view/menu/
SubMenuBuilder.java 42 public void setQwertyMode(boolean isQwerty) {
47 public boolean isQwertyMode() {
52 public void setShortcutsVisible(boolean shortcutsVisible) {
57 public boolean isShortcutsVisible() {
80 boolean dispatchMenuItemSelected(MenuBuilder menu, MenuItem item) {
116 public boolean expandItemActionView(MenuItemImpl item) {
121 public boolean collapseItemActionView(MenuItemImpl item) {
  /frameworks/base/location/java/android/location/
GpsSatellite.java 25 boolean mValid;
26 boolean mHasEphemeris;
27 boolean mHasAlmanac;
28 boolean mUsedInFix;
95 public boolean hasEphemeris() {
104 public boolean hasAlmanac() {
114 public boolean usedInFix() {
  /frameworks/base/opengl/tools/glgen/stubs/jsr239/
GLImplHeader.java-impl 51 private boolean haveCheckedExtensions;
52 private boolean have_OES_blend_equation_separate;
53 private boolean have_OES_blend_subtract;
54 private boolean have_OES_framebuffer_object;
55 private boolean have_OES_texture_cube_map;
64 private static boolean allowIndirectBuffers(String appName) {
65 boolean result = false;
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
Input.java 33 public boolean ucs2;
34 public boolean packed;
35 public boolean digitOnly;
36 public boolean echo;
37 public boolean yesNo;
38 public boolean helpAvailable;
100 boolean setIcon(Bitmap Icon) { return true; }
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestController.java 47 public void dumpAsText(boolean enablePixelTest) {
63 public void overridePreference(String key, boolean value) {
83 public void setGeolocationPermission(boolean allow) {
87 public void setMockDeviceOrientation(boolean canProvideAlpha, double alpha,
88 boolean canProvideBeta, double beta, boolean canProvideGamma, double gamma) {
109 public void setXSSAuditorEnabled(boolean flag) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowManager.java 86 public boolean canStatusBarHide() throws RemoteException {
91 public void addAppToken(int arg0, IApplicationToken arg1, int arg2, int arg3, boolean arg4)
215 public boolean hasKeys(int[] arg0, boolean[] arg1) throws RemoteException {
220 public boolean inKeyguardRestrictedInputMode() throws RemoteException {
225 public boolean injectInputEventNoWait(InputEvent arg0) throws RemoteException {
230 public boolean injectKeyEvent(KeyEvent arg0, boolean arg1) throws RemoteException {
235 public boolean injectPointerEvent(MotionEvent arg0, boolean arg1) throws RemoteException
    [all...]
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 32 native public static void threadNotify(boolean enable);
43 native public static boolean heapInfoNotify(int when);
51 native public static boolean heapSegmentNotify(int when, int what,
52 boolean isNative);
71 native public static void enableRecentAllocations(boolean enable);
74 * Return a boolean indicating whether or not the "recent allocation"
77 native public static boolean getRecentAllocationStatus();

Completed in 1741 milliseconds

<<11121314151617181920>>