/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeWindow.java | 35 public void dispatchAppVisibility(boolean arg0) throws RemoteException { 47 public void dispatchPointer(MotionEvent arg0, long arg1, boolean arg2) throws RemoteException { 51 public void dispatchTrackball(MotionEvent arg0, long arg1, boolean arg2) 61 public void resized(int arg0, int arg1, Rect arg2, Rect arg3, boolean arg4, Configuration arg5) 66 public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException { 71 boolean sync) { 76 int z, Bundle extras, boolean sync) {
|
/frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/ |
MapView.java | 65 public void displayZoomControls(boolean takeFocus) { 68 public boolean canCoverCenter() { 79 public void setSatellite(boolean on) { 82 public boolean isSatellite() { 86 public void setTraffic(boolean on) { 89 public boolean isTraffic() { 93 public void setStreetView(boolean on) { 96 public boolean isStreetView() {
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicMarkableReference.java | 17 * [reference, boolean] pairs. 27 final boolean mark; 28 private Pair(T reference, boolean mark) { 32 static <T> Pair<T> of(T reference, boolean mark) { 46 public AtomicMarkableReference(V initialRef, boolean initialMark) { 64 public boolean isMarked() { 70 * Typical usage is {@code boolean[1] holder; ref = v.get(holder); }. 76 public V get(boolean[] markHolder) { 98 public boolean weakCompareAndSet(V expectedReference, 100 boolean expectedMark [all...] |
/packages/apps/Contacts/src/com/android/contacts/util/ |
PhoneCapabilityTester.java | 36 private static boolean sIsInitialized; 37 private static boolean sIsPhone; 38 private static boolean sIsSipPhone; 44 public static boolean isIntentRegistered(Context context, Intent intent) { 54 public static boolean isPhone(Context context) { 70 public static boolean isSipPhone(Context context) { 78 public static boolean isSmsIntentRegistered(Context context) { 89 public static boolean isUsingTwoPanes(Context context) {
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/widget/ |
PinnedHeaderUseCaseActivity.java | 53 new boolean[]{false}, 54 new boolean[]{false}, 61 new boolean[]{true, true}, 62 new boolean[]{false, false}, 69 new boolean[]{true, true, true, true, true}, 70 new boolean[]{false, false, false, false, false}, 76 private void startActivity(int[] counts, String[] names, boolean[] headers, 77 boolean[] showIfEmpty, int[] delays) {
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapElement.java | 56 @Override public boolean isList() { 60 @Override public boolean isString() { 69 public boolean equalsForTest(ImapElement that) { 74 private boolean mDestroyed = false; 76 public abstract boolean isList(); 78 public abstract boolean isString(); 80 protected boolean isDestroyed() { 114 public boolean equalsForTest(ImapElement that) {
|
ImapResponse.java | 25 private final boolean mIsContinuationRequest; 27 /* package */ ImapResponse(String tag, boolean isContinuationRequest) { 32 /* package */ static boolean isStatusResponse(String symbol) { 43 public boolean isTagged() { 50 public boolean isContinuationRequest() { 54 public boolean isStatusResponse() { 61 public boolean isOk() { 68 public boolean isBad() { 75 public boolean isNo() { 84 public final boolean isDataResponse(int index, String responseType) [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DdmPreferences.java | 27 * right away, while other methods will have no effect once {@link AndroidDebugBridge#init(boolean)} 34 public final static boolean DEFAULT_INITIAL_THREAD_UPDATE = false; 36 public final static boolean DEFAULT_INITIAL_HEAP_UPDATE = false; 48 public final static boolean DEFAULT_USE_ADBHOST = false; 51 private static boolean sThreadUpdate = DEFAULT_INITIAL_THREAD_UPDATE; 52 private static boolean sInitialHeapUpdate = DEFAULT_INITIAL_HEAP_UPDATE; 60 private static boolean sUseAdbHost = DEFAULT_USE_ADBHOST; 65 * @see #setInitialThreadUpdate(boolean) 67 public static boolean getInitialThreadUpdate() { 75 public static void setInitialThreadUpdate(boolean state) [all...] |
/frameworks/base/core/java/android/app/ |
IApplicationThread.java | 47 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, 49 void scheduleStopActivity(IBinder token, boolean showWindow, 51 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException; 52 void scheduleSleeping(IBinder token, boolean sleeping) throws RemoteException; 53 void scheduleResumeActivity(IBinder token, boolean isForward) throws RemoteException; 58 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, 59 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) 63 boolean notResumed, Configuration config) throws RemoteException [all...] |
/frameworks/base/core/java/android/text/method/ |
ArrowKeyMovementMethod.java | 33 private static boolean isSelecting(Spannable buffer) { 51 protected boolean handleMovementKey(TextView widget, Spannable buffer, int keyCode, 69 protected boolean left(TextView widget, Spannable buffer) { 79 protected boolean right(TextView widget, Spannable buffer) { 89 protected boolean up(TextView widget, Spannable buffer) { 99 protected boolean down(TextView widget, Spannable buffer) { 109 protected boolean pageUp(TextView widget, Spannable buffer) { 111 final boolean selecting = isSelecting(buffer); 113 boolean handled = false; 133 protected boolean pageDown(TextView widget, Spannable buffer) [all...] |
/system/media/mca/filterfw/java/android/filterfw/core/ |
ShaderProgram.java | 157 boolean normalize) { 192 public void setClearsOutput(boolean clears) { 204 public void setBlendEnabled(boolean enable) { 251 private native boolean allocate(GLEnvironment glEnv, 255 private native boolean deallocate(); 257 private native boolean compileAndLink(); 259 private native boolean shaderProcess(GLFrame[] inputs, GLFrame output); 261 private native boolean setUniformValue(String name, Object value); 265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, 268 private native boolean setTargetRegion(float x0, float y0, float x1, float y1 [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Matrix.java | 102 public boolean setConcat(Matrix a, Matrix b) { 108 public boolean preTranslate(float dx, float dy) { 114 public boolean preScale(float sx, float sy, float px, float py) { 120 public boolean preScale(float sx, float sy) { 126 public boolean preRotate(float degrees, float px, float py) { 132 public boolean preRotate(float degrees) { 138 public boolean preSkew(float kx, float ky, float px, float py) { 144 public boolean preSkew(float kx, float ky) { 150 public boolean preConcat(Matrix other) { 156 public boolean postTranslate(float dx, float dy) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
FilterTest.java | 75 protected boolean check() { 83 protected boolean check() { 107 protected boolean check() { 115 protected boolean check() { 124 protected boolean check() { 131 private boolean mHadPublishedResults = false; 132 private boolean mHadPerformedFiltering = false; 142 public boolean hadPublishedResults() { 146 public boolean hadPerformedFiltering() { 182 private boolean mCalledOnFilterComplete = false [all...] |
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/ |
MySSLContextSpi.java | 35 private boolean init = false; 129 public boolean getEnableSessionCreation() { return true; } 133 public boolean getNeedClientAuth() { return true; } 141 public boolean getUseClientMode() { return true; } 143 public boolean getWantClientAuth() { return true; } 145 public boolean isInboundDone() { return true; } 147 public boolean isOutboundDone() { return true; } 153 public void setEnableSessionCreation(boolean flag) { } 155 public void setNeedClientAuth(boolean need) { } 157 public void setUseClientMode(boolean mode) { [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
EditableInputConnection.java | 33 private static final boolean DEBUG = false; 53 public boolean beginBatchEdit() { 59 public boolean endBatchEdit() { 65 public boolean clearMetaKeyStates(int states) { 81 public boolean commitCompletion(CompletionInfo text) { 93 public boolean commitCorrection(CorrectionInfo correctionInfo) { 102 public boolean performEditorAction(int actionCode) { 109 public boolean performContextMenuAction(int id) { 132 public boolean performPrivateCommand(String action, Bundle data) { 138 public boolean commitText(CharSequence text, int newCursorPosition) [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
TonesAutoTest.java | 34 public static boolean tonesDtmfTest() throws Exception { 38 boolean result = true; 58 public static boolean tonesSupervisoryTest() throws Exception { 62 boolean result = true; 95 public static boolean tonesProprietaryTest() throws Exception { 99 boolean result = true; 119 public static boolean tonesSimultaneousTest() throws Exception { 124 boolean result = true; 150 public static boolean tonesStressTest() throws Exception { 154 boolean result = true [all...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MySSLContextSpi.java | 43 private boolean init = false; 132 public boolean getEnableSessionCreation() { return true; } 134 public boolean getNeedClientAuth() { return true; } 138 public boolean getUseClientMode() { return true; } 139 public boolean getWantClientAuth() { return true; } 140 public boolean isInboundDone() { return true; } 141 public boolean isOutboundDone() { return true; } 144 public void setEnableSessionCreation(boolean flag) { } 145 public void setNeedClientAuth(boolean need) { } 146 public void setUseClientMode(boolean mode) { [all...] |
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
MySSLContextSpi.java | 42 private boolean init = false; 130 public boolean getEnableSessionCreation() { return true; } 132 public boolean getNeedClientAuth() { return true; } 136 public boolean getUseClientMode() { return true; } 137 public boolean getWantClientAuth() { return true; } 138 public boolean isInboundDone() { return true; } 139 public boolean isOutboundDone() { return true; } 142 public void setEnableSessionCreation(boolean flag) { } 143 public void setNeedClientAuth(boolean need) { } 144 public void setUseClientMode(boolean mode) { [all...] |
/packages/apps/Settings/src/com/android/settings/accounts/ |
SyncStateCheckBoxPreference.java | 31 private boolean mIsActive = false; 32 private boolean mIsPending = false; 33 private boolean mFailed = false; 41 private boolean mOneTimeSyncMode = false; 64 final boolean activeVisible = mIsActive || mIsPending; 68 final boolean failedVisible = mFailed && !activeVisible; 91 public void setActive(boolean isActive) { 100 public void setPending(boolean isPending) { 109 public void setFailed(boolean failed) { 117 public void setOneTimeSyncMode(boolean oneTimeSyncMode) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
AutoCorrection.java | 26 private static final boolean DBG = LatinImeLogger.sDBG; 28 private boolean mHasAutoCorrection; 38 public boolean hasAutoCorrection() { 68 public static boolean isValidWord( 69 Map<String, Dictionary> dictionaries, CharSequence word, boolean ignoreCase) { 85 public static boolean allowsToBeAutoCorrected( 86 Map<String, Dictionary> dictionaries, CharSequence word, boolean ignoreCase) { 97 private static boolean hasAutoCorrectionForWhitelistedWord(CharSequence whiteListedWord) { 101 private boolean hasAutoCorrectionForTypedWord(Map<String, Dictionary> dictionaries, 105 boolean allowsAutoCorrect = allowsToBeAutoCorrected(dictionaries, typedWord, false) [all...] |
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
SessionParams.java | 36 private final boolean mHorizExpand; 37 private final boolean mVertExpand; 39 private RenderingMode(boolean horizExpand, boolean vertExpand) { 44 public boolean isHorizExpand() { 48 public boolean isVertExpand() { 55 private boolean mLayoutOnly = false; 57 private boolean mExtendedViewInfoMode = false; 126 public boolean isLayoutOnly() { 146 public void setExtendedViewInfoMode(boolean mode) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.4.3.js | 28 Boolean "boolean" 51 testcases[testcases.length] = new TestCase( SECTION, "typeof(true)", "boolean", typeof(true) ); 52 testcases[testcases.length] = new TestCase( SECTION, "typeof(false)", "boolean", typeof(false) ); 53 testcases[testcases.length] = new TestCase( SECTION, "typeof(new Boolean())", "object", typeof(new Boolean()) ); 54 testcases[testcases.length] = new TestCase( SECTION, "typeof(new Boolean(true))", "object", typeof(new Boolean(true)) ); 55 testcases[testcases.length] = new TestCase( SECTION, "typeof(Boolean())", "boolean", typeof(Boolean()) ) [all...] |
/frameworks/base/core/java/android/widget/ |
ScrollBarDrawable.java | 39 private boolean mVertical; 40 private boolean mChanged; 41 private boolean mRangeChanged; 43 private boolean mAlwaysDrawHorizontalTrack; 44 private boolean mAlwaysDrawVerticalTrack; 55 public void setAlwaysDrawHorizontalTrack(boolean alwaysDrawTrack) { 65 public void setAlwaysDrawVerticalTrack(boolean alwaysDrawTrack) { 73 public boolean getAlwaysDrawVerticalTrack() { 81 public boolean getAlwaysDrawHorizontalTrack() { 85 public void setParameters(int range, int offset, int extent, boolean vertical) [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuItemView.java | 48 private boolean mAllowTextWithIcon; 49 private boolean mShowTextAllCaps; 50 private boolean mExpandedFormat; 95 public void setEnabled(boolean enabled) { 111 public boolean prefersCondensedTitle() { 115 public void setCheckable(boolean checkable) { 119 public void setChecked(boolean checked) { 123 public void setExpandedFormat(boolean expandedFormat) { 133 boolean visible = !TextUtils.isEmpty(mTextButton.getText()); 151 public boolean hasText() [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
ComprehensiveCountryDetectorTest.java | 26 private boolean mLocationBasedDetectorStarted; 27 private boolean mLocationBasedDetectorStopped; 28 protected boolean mNotified; 29 private boolean listenerAdded = false; 42 public boolean locationBasedDetectorStarted() { 46 public boolean locationBasedDetectorStopped() { 50 public boolean locationRefreshStarted() { 54 public boolean locationRefreshCancelled() { 96 final boolean notifyChange, final boolean startLocationBasedDetection) [all...] |