/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppSendFileInfo.java | 62 null, null, 0, null, BluetoothShare.STATUS_FILE_ERROR); 87 mData = null; 92 mFileName = null; 93 mInputStream = null; 104 String fileName = null; 116 }, null, null, null); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TileImageViewAdapter.java | 44 mScreenNail = null; 48 mRegionDecoder = null; 58 mRegionDecoder = null; 97 BitmapRegionDecoder regionDecoder = null; 101 if (regionDecoder == null) return null; 110 if (bitmap != null) { 128 if (options.inBitmap != bitmap && options.inBitmap != null) { 130 options.inBitmap = null; 134 if (bitmap == null) { [all...] |
TiledScreenNail.java | 88 if (other == null) { 102 if (newer.mTexture != null) { 103 if (mBitmap != null) GalleryBitmapPool.getInstance().put(mBitmap); 104 if (mTexture != null) mTexture.recycle(); 107 newer.mBitmap = null; 108 newer.mTexture = null; 115 if (mBitmap != null) return; 136 if (mTexture != null) { 138 mTexture = null; 140 if (mBitmap != null) { [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
JobLimiter.java | 60 FutureListener<T> listener = null; 64 mJob = null; 65 mListener = null; 66 if (mDelegate != null) { 68 mDelegate = null; 72 mResult = null; 75 if (listener != null) listener.onFutureDone(this); 105 Job<T> job = null; 107 if (mState == STATE_CANCELLED) return null; 110 T result = null; [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
RecognizerEngine.java | 68 protected final String SREC_DIR = Recognizer.getConfigDir(null); 114 InputStream mic = null; 119 mLogger = null; 127 if (mSrecGrammar != null) { 130 mSrecGrammar = null; 136 if (mSrec == null) { 145 if (micFile != null) { 159 if (mLogger != null) mic = mLogger.logInputStream(mic, sampleRate); 209 if (mSrec != null && recognizerStarted) mSrec.stop(); 213 if (mic != null) mic.close() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
XmlEditorMultiOutline.java | 75 mListeners = null; 76 if (mPageBook != null && !mPageBook.isDisposed()) { 78 mPageBook = null; 80 if (mEmptyPage != null) { 82 mEmptyPage = null; 98 if (mCurrentPage != null) { 105 if (mCurrentPage != null) { 112 if (mListeners == null) { 134 if (page == null) { 135 if (mEmptyPage == null) { [all...] |
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteDatabaseTest.java | 75 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile, null); 278 "SELECT num FROM test", null)); 307 SQLiteDatabase database = null; 309 database = SQLiteDatabase.openOrCreateDatabase(databaseFile.getPath(), null); 318 if (database != null) { 334 Cursor cursor = mDatabase.query("test", TEST_PROJECTION, null, null, null, null, null); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint_Delegate.java | 179 if (mPathEffect != null) { 182 assert stroke != null; local 183 if (stroke != null) { 189 null, null /*data*/); 202 * Returns the {@link Xfermode} delegate or null if none have been set 204 * @return the delegate or null. 211 * Returns the {@link ColorFilter} delegate or null if none have been set 213 * @return the delegate or null. 220 * Returns the {@link Shader} delegate or null if none have been se [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PhotoDataAdapter.java | 156 private Path mFocusHintPath = null; 168 // If mItemPath is not null, mCurrentIndex is only a hint for where we 169 // can find the item. If mItemPath is null, then we use the mCurrentIndex to 198 if (mDataListener != null) { 204 if (mDataListener != null) { 222 if (index < 0 || index >= mSize) return null; 226 return null; 231 if (item == null) return MediaObject.INVALID_DATA_VERSION; 237 if (item == null) return null; [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_SimpleDateFormat.java | 75 t_FormatWithField(0, format, date, null, Field.ERA, 0, 2); 76 t_FormatWithField(1, format, date, null, Field.YEAR, 15, 17); 77 t_FormatWithField(2, format, date, null, Field.MONTH, 26, 27); 78 t_FormatWithField(3, format, date, null, Field.DAY_OF_MONTH, 45, 47); 79 t_FormatWithField(4, format, date, null, Field.HOUR_OF_DAY1, 55, 57); 80 t_FormatWithField(5, format, date, null, Field.HOUR_OF_DAY0, 65, 67); 81 t_FormatWithField(6, format, date, null, Field.HOUR1, 75, 76); 82 t_FormatWithField(7, format, date, null, Field.MINUTE, 84, 86); 83 t_FormatWithField(8, format, date, null, Field.SECOND, 91, 92); 84 t_FormatWithField(9, format, date, null, Field.MILLISECOND, 100, 101) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMManagerDefault.java | 115 protected XMLReaderManager m_readerManager = null; 148 throw new DTMException(XMLMessages.createXMLMessage(XMLErrorResources.ER_NO_DTMIDS_AVAIL, null)); //"No more DTM IDs are available!"); 189 if(null == m_dtms[i]) 217 * A bit of magic in this implementation: If the source is null, unique is true, 228 * be null. 234 * @return a non-null DTM reference. 241 if(DEBUG && null != source) 251 if ((null != source) && source instanceof DOMSource) 267 boolean isSAXSource = (null != source) 269 boolean isStreamSource = (null != source [all...] |
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 120 Object instanceObj = null; 121 if (lastNonConfigurationInstances != null) { 124 Activity.NonConfigurationInstances instance = null; 125 if (instanceObj != null) { 132 if (r.activityInfo == null) { 137 if (r.activity == null) { 141 r.instanceState = null; 179 r.instanceState = null; 207 boolean needState = r.instanceState == null; 269 ActivityInfo aInfo = null; [all...] |
/frameworks/base/media/java/android/media/ |
SubtitleTrack.java | 144 if (cue.mInnerTimesMs != null) { 148 } else if (cue.mInnerTimesMs != null) { 164 while (run != null) { 166 while (cue != null) { 169 cue.mNextInRun = null; 174 run.mPrevRunAtEndTimeMs = null; 175 run.mNextRunAtEndTimeMs = null; 206 if (mTimeProvider != null) { 272 if (mTimeProvider != null) { 283 if (mTimeProvider != null) { [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
DragState.java | 79 if (mSurfaceControl != null) { 82 mSurfaceControl = null; 84 mLocalWin = null; 85 mToken = null; 86 mData = null; 88 mNotifiedWindows = null; 97 if (mClientChannel != null) { 103 mService.mInputManager.registerInputChannel(mServerChannel, null); 107 mDragApplicationHandle = new InputApplicationHandle(null); 112 mDragWindowHandle = new InputWindowHandle(mDragApplicationHandle, null, [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
ShareCompat.java | 174 if (result == null) { 194 if (result == null) { 245 if (item == null) { 296 if (mToAddresses != null) { 298 mToAddresses = null; 300 if (mCcAddresses != null) { 302 mCcAddresses = null; 304 if (mBccAddresses != null) { 306 mBccAddresses = null; 310 boolean needsSendMultiple = mStreams != null && mStreams.size() > 1 [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedBlockingQueue.java | 97 * - null, meaning there is no successor (this is the last node) 112 * Invariant: head.item == null 118 * Invariant: last.next == null 168 // assert last.next == null; 179 // assert head.item == null; 185 first.item = null; 231 last = head = new Node<E>(null); 242 * of its elements are null 251 if (e == null) 300 if (e == null) throw new NullPointerException() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlEditor.java | 69 * are defined and the first one to return a non-null delegate is used. 94 private CommonXmlDelegate mDelegate = null; 114 String id = file_desc == null ? null : file_desc.getId(); 115 boolean mustChange = id != null && 121 mustChange = id != null && 139 ResourceFolderType type = resFolder == null ? null : resFolder.getType(); 141 if (type == null) { 148 if (type != null) { 307 assert mDelegate != null; local [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
VCard.java | 348 photoBinval = null; 349 photoMimeType = null; 354 * If bytes is null, then the avatar will be removed. 357 * @param bytes the bytes of the avatar, or null to remove the avatar data 370 // If bytes is null, remove the avatar 371 if (bytes == null) { 394 * Return the byte representation of the avatar(if one exists), otherwise returns null if 417 if (photoBinval == null) { 418 return null; 424 * Returns the MIME Type of the avatar or null if none is se [all...] |
/frameworks/base/core/java/android/content/ |
ClipData.java | 196 mHtmlText = null; 197 mIntent = null; 198 mUri = null; 210 mIntent = null; 211 mUri = null; 218 mText = null; 219 mHtmlText = null; 221 mUri = null; 228 mText = null; 229 mHtmlText = null; [all...] |
/libcore/libdvm/src/main/java/java/lang/ |
Class.java | 240 if (classLoader == null) { 276 for (Class<?> c = this.getSuperclass(); c != null; c = c.getSuperclass()) { 286 if (annotationType == null) { 287 throw new NullPointerException("annotationType == null"); 291 if (annotation != null) { 296 for (Class<?> sup = getSuperclass(); sup != null; sup = sup.getSuperclass()) { 298 if (annotation != null) { 304 return null; 331 for (Class<?> sup = getSuperclass(); sup != null; sup = sup.getSuperclass()) { 349 * method returns {@code null} [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
MoveGesture.java | 59 * This can only be null during a drag'n'drop when there is no view under the cursor 65 * The elements currently being dragged. This will always be non-null for a valid 69 * this will remain null. 79 * This can be null if no view under the cursor accepted the drag'n'drop or if the node 174 mLeaveTargetNode = null; 175 mLeaveFeedback = null; 176 mLeaveView = null; 187 // In any case this can be null even for a valid transfer. 191 if (mCurrentDragElements == null) { 200 // a non-null non-empty FQCN. Everything else is optional [all...] |
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/ |
CreatePrivateDataTest.java | 117 assertEquals(PREFERENCE_VALUE, prefs.getString(PREFERENCE_KEY, null)); 121 SQLiteDatabase db = null; 122 Cursor cursor = null; 127 assertTrue(db.insert(DB_TABLE_NAME, null, values) != -1); 130 null, null, null, null, null); 133 if (cursor != null) { [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/ |
KeyStoreLoginModuleTest.java | 59 ksm.initialize(subject, null, null, options); 66 ksm.initialize(subject, null, null, options); 77 ksm.initialize(subject, null, null, options); 86 module.initialize(subject, null, null, options); 104 module.initialize(subject, null, null, options) [all...] |
/external/javassist/src/main/javassist/bytecode/annotation/ |
AnnotationImpl.java | 39 private static Method JDK_ANNOTATION_TYPE_METHOD = null; 51 JDK_ANNOTATION_TYPE_METHOD = clazz.getMethod("annotationType", (Class[])null); 64 * type (or null). 96 if (annotationType == null) { 145 if (mv == null) 155 if (pool != null) { 160 if (minfo != null) { 164 if (ainfo != null) { 197 Object value = null; 199 if (mv != null) [all...] |
/external/nist-sip/java/gov/nist/core/ |
NameValue.java | 64 name = null; 80 // assert (v != null ); // I dont think this assertion is correct mranga 127 return isFlagParameter ? "" : value; // never return null for flag 163 if (name != null && value != null && !isFlagParameter) { 191 } else if (name == null && value != null) { 204 } else if (name != null && (value == null || isFlagParameter)) { 214 if (value != null) [all...] |