/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
DevToolsServer.java | 23 public boolean isRemoteDebuggingEnabled() { 27 public void setRemoteDebuggingEnabled(boolean enabled) { 33 private native boolean nativeIsRemoteDebuggingEnabled(int devToolsServer); 34 private native void nativeSetRemoteDebuggingEnabled(int devToolsServer, boolean enabled);
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/ |
MockAutofillDialogController.java | 20 private final boolean mLastUsedChoiceIsAutofill; 34 final boolean lastUsedChoiceIsAutofill, 39 final boolean shouldRequestFullBilling, 40 final boolean shouldRequestShipping, 41 final boolean shouldRequestPhoneNumbers) { 47 final boolean requestFullBillingAddress, 48 final boolean requestShippingAddress, 49 final boolean requestPhoneNumbers, 50 final boolean incognitoMode, 51 final boolean initialChoiceIsAutofill [all...] |
/external/chromium_org/components/navigation_interception/android/java/src/org/chromium/components/navigation_interception/ |
NavigationParams.java | 13 public final boolean isPost; 15 public final boolean hasUserGesture; 19 public final boolean isRedirect; 21 public NavigationParams(String url, boolean isPost, boolean hasUserGesture, 22 int pageTransitionType, boolean isRedirect) { 31 public static NavigationParams create(String url, boolean isPost, boolean hasUserGesture, 32 int pageTransitionType, boolean isRedirect) {
|
/external/nist-sip/java/javax/sip/address/ |
Hop.java | 8 boolean isURIRoute();
|
URI.java | 7 boolean isSipURI();
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
TestRunnable.java | 4 public boolean wasRun = false;
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothInputDevice.aidl | 28 boolean connect(in BluetoothDevice device); 29 boolean disconnect(in BluetoothDevice device); 33 boolean setPriority(in BluetoothDevice device, int priority); 38 boolean getProtocolMode(in BluetoothDevice device); 42 boolean virtualUnplug(in BluetoothDevice device); 46 boolean setProtocolMode(in BluetoothDevice device, int protocolMode); 50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize); 54 boolean setReport(in BluetoothDevice device, byte reportType, String report); 58 boolean sendData(in BluetoothDevice device, String report);
|
/frameworks/base/core/java/com/android/internal/policy/ |
IKeyguardService.aidl | 26 boolean isShowing(); 27 boolean isSecure(); 28 boolean isShowingAndNotHidden(); 29 boolean isInputRestricted(); 30 boolean isDismissable(); 32 oneway void keyguardDone(boolean authenticated, boolean wakeup); 33 oneway void setHidden(boolean isHidden); 39 oneway void setKeyguardEnabled(boolean enabled);
|
/frameworks/base/packages/WAPPushManager/ |
proguard.flags | 13 public boolean isDataExist(java.lang.String, java.lang.String, 15 public boolean verifyData(java.lang.String, java.lang.String, 16 java.lang.String, java.lang.String, int, boolean, boolean);
|
/packages/apps/Camera/src/com/android/camera/ |
CameraModule.java | 27 public void init(CameraActivity activity, View frame, boolean reuseScreenNail); 29 public void onFullScreenChanged(boolean full); 47 public boolean onBackPressed(); 49 public boolean onKeyDown(int keyCode, KeyEvent event); 51 public boolean onKeyUp(int keyCode, KeyEvent event); 55 public boolean dispatchTouchEvent(MotionEvent m); 63 public boolean updateStorageHintOnResume(); 67 public boolean collapseCameraControls(); 69 public boolean needsSwitcher();
|
/packages/apps/Email/res/values/ |
attrs.xml | 23 <attr name="hide" format="boolean"/> 30 <attr name="defaultSsl" format="boolean"/> 31 <attr name="offerTls" format="boolean"/> 32 <attr name="offerCerts" format="boolean"/> 33 <attr name="offerLocalDeletes" format="boolean"/> 35 <attr name="offerPrefix" format="boolean"/> 36 <attr name="usesSmtp" format="boolean"/> 37 <attr name="syncChanges" format="boolean"/> 38 <attr name="syncContacts" format="boolean"/> 39 <attr name="syncCalendar" format="boolean"/> [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() { 43 public void sendSyncOptions(Double protocolVersion, Serializer s, boolean initialSync)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLBooleanProperty.java | 20 /** Properties that hold boolean values. */ 22 private final Boolean mDefaultValue; 23 private Boolean mCurrentValue; 25 public GLBooleanProperty(GLStateType name, Boolean defaultValue) { 32 public boolean isDefault() { 36 public void setValue(Boolean newValue) { 52 if (value instanceof Boolean) { 53 mCurrentValue = (Boolean) value; 55 throw new IllegalArgumentException("Attempt to set non-boolean value for " //$NON-NLS-1$
|
/cts/tests/src/android/app/cts/ |
AppStubActivity.java | 36 public boolean mOnPrepareDialog; 37 public boolean mOnOptionsMenuClosedCalled; 38 public boolean mOnPrepareOptionsMenuCalled; 39 public boolean mOnOptionsItemSelectedCalled; 40 public boolean mOnCreateOptionsMenu; 41 public boolean mIndterminate = false; 42 public boolean mIndterminatevisibility = false; 43 public boolean mSecPro = false; 44 public boolean mOnContextItemSelectedCalled; 45 public boolean mOnCreateContextMenu [all...] |
/external/guava/guava/src/com/google/common/primitives/ |
Booleans.java | 37 * Static utility methods pertaining to {@code boolean} primitives, that are not 38 * already found in either {@link Boolean} or {@link Arrays}. 49 * {@code ((Boolean) value).hashCode()}. 51 * @param value a primitive {@code boolean} value 54 public static int hashCode(boolean value) { 59 * Compares the two specified {@code boolean} values in the standard way 61 * value returned is the same as that of {@code ((Boolean) a).compareTo(b)}. 63 * @param a the first {@code boolean} to compare 64 * @param b the second {@code boolean} to compare 68 public static int compare(boolean a, boolean b) [all...] |
/external/bluetooth/bluedroid/stack/include/ |
hcimsgs.h | 76 HCI_API extern BOOLEAN btsnd_hcic_inquiry(const LAP inq_lap, UINT8 duration, 88 HCI_API extern BOOLEAN btsnd_hcic_inq_cancel(void); 93 HCI_API extern BOOLEAN btsnd_hcic_per_inq_mode(UINT16 max_period, UINT16 min_period, 107 HCI_API extern BOOLEAN btsnd_hcic_exit_per_inq(void); 111 HCI_API extern BOOLEAN btsnd_hcic_create_conn(BD_ADDR dest, UINT16 packet_types, 128 HCI_API extern BOOLEAN btsnd_hcic_disconnect(UINT16 handle, UINT8 reason); 138 HCI_API extern BOOLEAN btsnd_hcic_add_SCO_conn (UINT16 handle, UINT16 packet_types); 148 HCI_API extern BOOLEAN btsnd_hcic_create_conn_cancel(BD_ADDR dest); 156 HCI_API extern BOOLEAN btsnd_hcic_accept_conn (BD_ADDR bd_addr, UINT8 role); 165 HCI_API extern BOOLEAN btsnd_hcic_reject_conn (BD_ADDR bd_addr, UINT8 reason) [all...] |
/frameworks/testing/uiautomator/api/ |
current.txt | 27 method public boolean click(int, int); 28 method public boolean drag(int, int, int, int, int); 40 method public boolean hasAnyWatcherTriggered(); 41 method public boolean hasWatcherTriggered(java.lang.String); 42 method public boolean isNaturalOrientation(); 43 method public boolean isScreenOn() throws android.os.RemoteException; 44 method public boolean openNotification(); 45 method public boolean openQuickSettings(); 46 method public boolean pressBack(); 47 method public boolean pressDPadCenter() [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
DocumentBuilderSettingStrategy.java | 33 public boolean hasConflict(DocumentBuilderSettingStrategy other) { 39 boolean value) throws DOMTestIncompatibleException; 41 public abstract boolean hasSetting(DOMTestDocumentBuilderFactory factory); 45 public void applySetting(DocumentBuilderFactory factory, boolean value) 50 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) { 59 public void applySetting(DocumentBuilderFactory factory, boolean value) 64 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) { 72 public void applySetting(DocumentBuilderFactory factory, boolean value) 77 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) { 84 public void applySetting(DocumentBuilderFactory factory, boolean value [all...] |
/frameworks/base/core/java/android/os/ |
SELinux.java | 36 * @return a boolean indicating whether SELinux is enabled. 38 public static final native boolean isSELinuxEnabled(); 42 * @return a boolean indicating whether SELinux is enforcing. 44 public static final native boolean isSELinuxEnforced(); 48 * @param boolean representing whether to set SELinux to enforcing 49 * @return a boolean representing whether the desired mode was set 51 public static final native boolean setSELinuxEnforce(boolean value); 56 * @return a boolean indicating whether the operation succeeded. 58 public static final native boolean setFSCreateContext(String context) [all...] |
/packages/apps/Camera2/src/com/android/camera/util/ |
ApiHelper.java | 24 public static final boolean AT_LEAST_16 = Build.VERSION.SDK_INT >= 16; 26 public static final boolean HAS_APP_GALLERY = 29 public static final boolean HAS_ANNOUNCE_FOR_ACCESSIBILITY = 31 public static final boolean HAS_AUTO_FOCUS_MOVE_CALLBACK = 33 public static final boolean HAS_MEDIA_ACTION_SOUND = 35 public static final boolean HAS_MEDIA_COLUMNS_WIDTH_AND_HEIGHT = 37 public static final boolean HAS_SET_BEAM_PUSH_URIS = 39 public static final boolean HAS_SURFACE_TEXTURE_RECORDING = 42 public static final boolean HAS_CAMERA_HDR_PLUS = isKitKatOrHigher(); 43 public static final boolean HAS_CAMERA_HDR [all...] |
/art/test/004-annotations/src/android/test/anno/ |
AnnoFancyMethod.java | 10 boolean callMe() default false; 11 boolean biteMe();
|
/dalvik/dx/src/com/android/dx/command/dump/ |
Args.java | 24 boolean debug = false; 27 boolean rawBytes = false; 30 boolean basicBlocks = false; 33 boolean ropBlocks = false; 36 boolean ssaBlocks = false; 42 boolean optimize = false; 45 boolean strictParse = false; 51 boolean dotDump = false;
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
AnnoFancyMethod.java | 10 boolean callMe() default false; 11 boolean biteMe();
|
/dalvik/tests/040-miranda/src/ |
MirandaClass.java | 10 public boolean inInterface() { 20 public boolean inAbstract() {
|
/external/junit/src/org/junit/runners/model/ |
FrameworkMember.java | 12 abstract boolean isShadowedBy(T otherMember); 14 boolean isShadowedBy(List<T> members) {
|