/libcore/luni/src/main/java/javax/xml/parsers/ |
FactoryConfigurationError.java | 45 this.exception = null; 57 this.exception = null; 102 if (message == null && exception != null) { 113 * @return The encapsulated exception, or null if there is none.
|
/libcore/luni/src/main/java/javax/xml/transform/ |
TransformerException.java | 38 * @return A SourceLocator object, or null if none was specified. 48 * @param location A SourceLocator object, or null to clear the location. 54 /** Field containedException specifies a wrapped exception. May be null. */ 60 * @return An Throwable object, or null. 68 * Returns the cause of this throwable or <code>null</code> if the 75 ? null 91 * {@link #getCause()} method). (A <tt>null</tt> value is 105 if (this.containedException != null) { 128 this.containedException = null; 129 this.locator = null; [all...] |
TransformerFactoryConfigurationError.java | 41 this.exception = null; 54 this.exception = null; 97 if ((message == null) && (exception != null)) { 108 * @return The encapsulated exception, or null if there is none.
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
LeafNodeImpl.java | 46 if (parent == null || index + 1 >= parent.children.size()) { 47 return null; 58 if (parent == null || index == 0) { 59 return null;
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldJDBCDriverTest.java | 50 if (this.jDriver != null) { 63 if (this.jDriver != null) { 64 Connection c = jDriver.connect(getConnectionURL(), null); 77 if (this.jDriver != null) { 85 if (this.jDriver != null) { 93 DriverPropertyInfo[] info = null; 94 if (this.jDriver != null) { 95 info = jDriver.getPropertyInfo(getConnectionURL(), null); 107 if (this.jDriver != null) {
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
SpiEngUtils.java | 51 if (provs == null) { 52 return null; 54 return (provs.length == 0 ? null : provs[0]); 56 return null;
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/ |
DSAKeyPairGeneratorImpl.java | 31 private KeyPairGenerator dsaKeyPairGenerator = null; 32 private SecureRandom secureRandom = null; 33 private DSAParams dsaParams = null; 37 dsaKeyPairGenerator = null; 41 dsaKeyPairGenerator = null; 48 if (random == null) { 51 if (params == null) { 76 if (random == null) { 79 if (genParams == false && dsaParams == null) {
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraManagerFactory.java | 32 if (sAndroidCameraManager == null) {
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
ContactsUtilsTests.java | 34 assertFalse(ContactsUtils.isGraphic(null)); 50 assertTrue("null:null", ContactsUtils.areObjectsEqual(null, null)); 53 assertFalse("null:1", ContactsUtils.areObjectsEqual(null, 1)); 54 assertFalse("1:null", ContactsUtils.areObjectsEqual(1, null)); 59 assertTrue("1", ContactsUtils.areIntentActionEqual(null, null)) [all...] |
/packages/apps/Email/tests/src/com/android/emailcommon/mail/ |
MockFolder.java | 58 return null; 67 return null; 77 return null; 82 return null; 87 return null; 92 return null; 97 return null; 120 return null; 126 return null;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
FilterStackSource.java | 36 private SQLiteDatabase database = null; 52 database = null; 63 ret = (-1 != database.insert(FilterStack.TABLE, null, val)); 100 database.delete(FilterStack.TABLE, null, null); 108 byte[] ret = null; 109 Cursor c = null; 115 new String[] { stackName }, null, null, null, null) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
SharedPreset.java | 21 private volatile ImagePreset mProducerPreset = null; 22 private volatile ImagePreset mConsumerPreset = null; 23 private volatile ImagePreset mIntermediatePreset = null; 27 if (mProducerPreset == null || (!mProducerPreset.same(preset))) {
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/filters/ |
FiltersManager.java | 30 private static FiltersManager sInstance = null; 31 private static FiltersManager sPreviewInstance = null; 32 private static FiltersManager sHighresInstance = null; 39 if (sPreviewInstance == null) { 46 if (sInstance == null) { 53 if (sHighresInstance == null) { 60 sInstance = null; 61 sPreviewInstance = null; 62 sHighresInstance = null;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
CheckLongPressHelper.java | 28 if ((mView.getParent() != null) && mView.hasWindowFocus() 45 if (mPendingCheckForLongPress == null) { 53 if (mPendingCheckForLongPress != null) { 55 mPendingCheckForLongPress = null;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
CheckLongPressHelper.java | 28 if ((mView.getParent() != null) && mView.hasWindowFocus() 45 if (mPendingCheckForLongPress == null) { 54 if (mPendingCheckForLongPress != null) { 56 mPendingCheckForLongPress = null;
|
/packages/apps/Mms/tests/src/com/android/mms/ |
SmsTestRunner.java | 37 public String mRecipient = null; 41 public String mMessageFileName = null; 43 public String mRecipientFileName = null; 69 if (recipientPhoneNumber != null) { 73 if (numMsgStr != null) { 77 if (msgFileNameStr != null) { 81 if (recpFileNameStr != null) { 86 if (receiveTimerStr != null) { 91 if (sendIntervalStr != null) {
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/ |
HierarchicalFolderTruncationTests.java | 29 mAdapter = new HierarchicalFolderSelectorAdapter(mContext, null, null, 1, null); 33 assertEquals("", mAdapter.truncateHierarchy(null));
|
/packages/experimental/TestBack/src/foo/bar/testback/ |
Foo.java | 11 result = prime * result + ((mValue == null) ? 0 : mValue.hashCode()); 19 if (obj == null) 24 if (mValue == null) { 25 if (other.mValue != null)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/launch/ |
JUnitLaunchConfigDelegateTest.java | 33 null, 36 null, 41 null, 43 null, 44 null, 53 null, 55 null, 59 null, 61 null,
|
/frameworks/base/core/java/android/widget/ |
QuickContactBadge.java | 54 private Bundle mExtras = null; 56 protected String[] mExcludeMimes = null; 80 this(context, null); 104 if (mOverlay != null && mOverlay.isStateful()) { 124 if (mOverlay == null || mOverlay.getIntrinsicWidth() == 0 || 145 return mContactUri != null || mContactEmail != null || mContactPhone != null; 152 if (mDefaultAvatar == null) { 169 mContactEmail = null; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElement.java | 49 private IDragAttribute[] mCachedAttributes = null; 50 private IDragElement[] mCachedElements = null; 57 * "android.view.Button". Must not be null nor empty. 59 * Can be null but not empty. 61 * If null, a non-null invalid rectangle will be assigned. 62 * @param parentBounds The canvas bounds of the parent of this element. Can be null. 67 mBounds = bounds == null ? new Rect() : bounds.copy(); 68 mParentBounds = parentBounds == null ? new Rect() : parentBounds.copy(); 82 * canvas. The rectangle is invalid and non-null when the element originate [all...] |
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
MyRssReader4.java | 53 null, 54 null, 68 if(savedInstanceState != null && savedInstanceState.containsKey("lastIndexItem")){ 92 menu.add(0, 0, R.string.menu_option_start, null); 93 menu.add(0, 1, R.string.menu_option_stop, null); 94 menu.add(0, 2, R.string.menu_option_add, null); 95 menu.add(0, 3, R.string.menu_option_delete, null); 96 menu.add(0, 4, R.string.menu_option_update, null); 114 showAlert(null, "You clicked 'start'!", "ok", null, false, null) 133 getContentResolver().delete(RssContentProvider.CONTENT_URI.addId(itemID), null); local [all...] |
/frameworks/base/core/java/android/transition/ |
Visibility.java | 89 if (values == null) { 95 return visibility == View.VISIBLE && parent != null; 103 if (startValues != null) { 108 visInfo.startParent = null; 110 if (endValues != null) { 115 visInfo.endParent = null; 117 if (startValues != null && endValues != null) { 132 if (visInfo.endParent == null) { 135 } else if (visInfo.startParent == null) { [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
ReorderHelper.java | 49 if (listener == null) { 50 throw new IllegalArgumentException("ReorderListener cannot be null"); 53 if (parentView == null) { 54 throw new IllegalArgumentException("ParentView cannot be null"); 63 View reorderTarget = null; 64 if (mCurrentDraggedOverChild != null) { 70 // If reorder target is null, the drag coordinate is not over any 73 if (reorderTarget != null) { 82 if (mCurrentDraggedOverChild != null && 113 if (p == null || p.y < 0 && p.y > mParentView.getHeight()) [all...] |
/packages/apps/Mms/src/com/android/mms/dom/ |
DocumentImpl.java | 43 super(null); 57 return null; 62 return null; 67 return null; 72 return null; 80 return null; 85 return null; 91 return null; 96 return null; 101 return null; [all...] |