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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 21 public void dumpAsText(boolean enablePixelTests);
38 public void setWindowIsKey(boolean b);
40 public void setMainFrameIsFirstResponder(boolean b);
61 public void setAcceptsEditing(boolean b);
68 public void setGeolocationPermission(boolean allow);
70 public void overridePreference(String key, boolean value);
73 public void setXSSAuditorEnabled(boolean flag);
76 public void setMockDeviceOrientation(boolean canProvideAlpha, double alpha,
77 boolean canProvideBeta, double beta, boolean canProvideGamma, double gamma)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UI.java 51 public boolean onBackKey();
53 public boolean onMenuKey();
55 public boolean needsRestoreAllTabs();
94 public boolean isCustomViewShowing();
100 public boolean onPrepareOptionsMenu(Menu menu);
108 public boolean onOptionsItemSelected(MenuItem item);
110 public void onOptionsMenuClosed(boolean inLoad);
112 public void onExtendedMenuClosed(boolean inLoad);
116 public void onContextMenuClosed(Menu menu, boolean inLoad);
120 public void onActionModeFinished(boolean inLoad)
    [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/core/java/com/android/internal/view/
IInputMethodManager.aidl 36 boolean allowsImplicitlySelectedSubtypes);
47 boolean initial, boolean needResult);
49 boolean showSoftInput(in IInputMethodClient client, int flags,
51 boolean hideSoftInput(in IInputMethodClient client, int flags,
54 boolean viewHasFocus, boolean isTextEditor,
55 int softInputMode, boolean first, int windowFlags);
66 boolean notifySuggestionPicked(in SuggestionSpan span, String originalString, int index);
68 boolean setCurrentInputMethodSubtype(in InputMethodSubtype subtype)
    [all...]
  /frameworks/base/services/java/com/android/server/location/
PassiveProvider.java 42 private boolean mTracking;
52 public boolean requiresNetwork() {
56 public boolean requiresSatellite() {
60 public boolean requiresCell() {
64 public boolean hasMonetaryCost() {
68 public boolean supportsAltitude() {
72 public boolean supportsSpeed() {
76 public boolean supportsBearing() {
84 public boolean meetsCriteria(Criteria criteria) {
93 public boolean isEnabled()
    [all...]
MockProvider.java 40 private final boolean mRequiresNetwork;
41 private final boolean mRequiresSatellite;
42 private final boolean mRequiresCell;
43 private final boolean mHasMonetaryCost;
44 private final boolean mSupportsAltitude;
45 private final boolean mSupportsSpeed;
46 private final boolean mSupportsBearing;
53 private boolean mHasLocation;
54 private boolean mHasStatus;
55 private boolean mEnabled
    [all...]
  /system/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...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMEvents.idl 102 //readonly attribute boolean bubbles;
105 //readonly attribute boolean cancelable;
118 // in boolean canBubbleArg,
119 // in boolean cancelableArg);
133 // in boolean useCapture);
138 // in boolean useCapture);
141 //boolean dispatchEvent(in Event event)
178 //readonly attribute boolean ctrlKey;
181 //readonly attribute boolean shiftKey;
184 //readonly attribute boolean altKey
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
StaticNonce.java 41 public static native boolean returnBoolean();
56 public static native boolean takeBoolean(boolean v);
57 public static native boolean takeByte(byte v);
58 public static native boolean takeShort(short v);
59 public static native boolean takeChar(char v);
60 public static native boolean takeInt(int v);
61 public static native boolean takeLong(long v);
62 public static native boolean takeFloat(float v);
63 public static native boolean takeDouble(double v)
    [all...]
  /dalvik/tests/076-boolean-put/src/
Main.java 18 * Test access to private boolean fields.
20 * Accessing private boolean fields from an inner class causes the compiler
21 * to generate an accessor method that performs the boolean operation.
23 * not a boolean, which makes the verifier upset when the result of the
24 * operation is written back to a boolean field.
27 private boolean mInstance;
28 private static boolean mStatic;
  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 33 boolean addPackage(String x_app_id, String content_type,
35 int app_type, boolean need_signature, boolean further_processing);
41 boolean updatePackage(String x_app_id, String content_type,
43 int app_type, boolean need_signature, boolean further_processing);
49 boolean deletePackage(String x_app_id, String content_type,
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java 32 boolean rotateAsNeeded) {
37 boolean rotateAsNeeded, boolean useNative) {
85 public boolean isDrm() {
89 public boolean isReadonly() {
97 public boolean rotateImageBy(int degrees) {
104 public Bitmap thumbBitmap(boolean rotateAsNeeded) {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSearchSettings.java 26 public void addMenuItems(Menu menu, boolean showDisabled) {
36 public boolean getShowWebSuggestions() {
40 public boolean isCorpusEnabled(Corpus corpus) {
50 public boolean haveVoiceSearchHintsExpired(int currentVoiceSearchVersion) {
62 public boolean allowWebSearchShortcuts() {
66 public boolean shouldUseGoogleCom() {
70 public void setUseGoogleCom(boolean useGoogleCom) {
  /cts/tests/src/android/content/cts/
MockContextWrapperService.java 33 private static boolean mHadCalledOnBind = false;
34 private static boolean mHadCalledOnUnbind = false;
35 private static boolean mHadCalledOnStart = false;
36 private static boolean mHadCalledOnDestory = false;
59 public boolean onUnbind(Intent intent) {
82 public static boolean hadCalledOnBind() {
86 public static boolean hadCalledOnUnbind() {
90 public static boolean hadCalledOnStart() {
94 public static boolean hadCalledOnDestory() {
  /dalvik/tests/003-omnibus-opcodes/src/
Throw.java 44 boolean gotN = false;
45 boolean gotA = false;
46 boolean gotWeird = false;
66 boolean gotN = false;
67 boolean gotA = false;
68 boolean gotWeird = false;
88 boolean caught = false;
89 boolean lly = false;
90 boolean second = false;
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MySignature2.java 36 public static boolean runEngineInitVerify = false;
37 public static boolean runEngineInitSign = false;
38 public static boolean runEngineUpdate1 = false;
39 public static boolean runEngineUpdate2 = false;
40 public static boolean runEngineSign = false;
41 public static boolean runEngineVerify = false;
42 public static boolean runEngineSetParameter = false;
43 public static boolean runEngineGetParameter = false;
69 protected boolean engineVerify(byte[] sigBytes) throws SignatureException {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature2.java 37 public static boolean runEngineInitVerify = false;
38 public static boolean runEngineInitSign = false;
39 public static boolean runEngineUpdate1 = false;
40 public static boolean runEngineUpdate2 = false;
41 public static boolean runEngineSign = false;
42 public static boolean runEngineVerify = false;
43 public static boolean runEngineSetParameter = false;
44 public static boolean runEngineGetParameter = false;
70 protected boolean engineVerify(byte[] sigBytes) throws SignatureException {
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12StoreParameter.java 12 private boolean useDEREncoding;
24 public boolean isUseDEREncoding()
44 public void setUseDEREncoding(boolean useDEREncoding)
  /external/dbus/test/data/invalid-messages/
array-with-mixed-types.message 43 ## array of boolean
46 BOOLEAN false
47 BOOLEAN true
  /external/proguard/src/proguard/optimize/info/
ClassOptimizationInfo.java 33 private boolean isInstantiated = false;
34 private boolean isInstanceofed = false;
35 private boolean isDotClassed = false;
36 private boolean isCaught = false;
37 private boolean containsPackageVisibleMembers = false;
38 private boolean invokesPackageVisibleMembers = false;
48 public boolean isInstantiated()
60 public boolean isInstanceofed()
72 public boolean isDotClassed()
84 public boolean isCaught(
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.3-2.js 24 ECMA Section: 15.6.4.3 Boolean.prototype.valueOf()
25 Description: Returns this boolean value.
28 a runtime error if its this value is not a Boolean
39 var TITLE = "Boolean.prototype.valueOf()";
50 array[item++] = new TestCase( SECTION, "valof=Boolean.prototype.valueOf; x=new Boolean(); x.valueOf=valof;x.valueOf()", false, eval("valof=Boolean.prototype.valueOf; x=new Boolean(); x.valueOf=valof;x.valueOf()") );
51 array[item++] = new TestCase( SECTION, "valof=Boolean.prototype.valueOf; x=new Boolean(true); x.valueOf=valof;x.valueOf()", true, eval("valof=Boolean.prototype.valueOf; x=new Boolean(tr (…)
    [all...]
  /frameworks/base/core/java/android/webkit/
DeviceMotionAndOrientationManager.java 46 public void setMockOrientation(boolean canProvideAlpha, double alpha, boolean canProvideBeta,
47 double beta, boolean canProvideGamma, double gamma) {
71 boolean canProvideAlpha, double alpha, boolean canProvideBeta, double beta,
72 boolean canProvideGamma, double gamma);
74 boolean canProvideX, double x, boolean canProvideY, double y,
75 boolean canProvideZ, double z, double interval);
77 boolean canProvideAlpha, double alpha, boolean canProvideBeta, double beta
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
MediaPlayerApiTest.java 37 private boolean duratoinWithinTolerence = false;
39 private boolean isWMAEnable = false;
40 private boolean isWMVEnable = false;
55 public boolean verifyDuration(int duration, int expectedDuration){
106 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MP3CBR);
112 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MP3VBR);
118 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MIDI);
124 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.AMR);
130 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.OGG);
137 boolean isPaused = CodecTest.pause(MediaNames.MP3CBR);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AccountSyncAdapter.java 28 public boolean parse(InputStream is) throws IOException {
33 public boolean sendLocalChanges(Serializer s) throws IOException {
38 public boolean isSyncable() {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
InstrumentedCursorWrapper.java 75 public boolean moveToFirst() {
76 boolean result = super.moveToFirst();
82 public boolean moveToLast() {
83 boolean result = super.moveToLast();
89 public boolean move(int offset) {
90 boolean result = super.move(offset);
96 public boolean moveToPosition(int position) {
97 boolean result = super.moveToPosition(position);
103 public boolean moveToNext() {
104 boolean result = super.moveToNext()
    [all...]

Completed in 1109 milliseconds

1 2 3 45 6 7 8 91011>>