/frameworks/opt/mms/src/java/com/google/android/mms/util/ |
PduCache.java | 54 URI_MATCHER.addURI("mms", null, MMS_ALL); 85 if (sInstance == null) { 98 if (msgBox == null) { 105 if (thread == null) { 144 // Implicit batch of purge, return null. 148 return null; 154 return null; 157 return null; 159 return null; 166 if (entry != null) { [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
ListFragment.java | 103 ProgressBar progress = new ProgressBar(context, null, 154 mList = null; 156 mEmptyView = mProgressContainer = mListContainer = null; 157 mStandardEmptyView = null; 179 boolean hadAdapter = mAdapter != null; 181 if (mList != null) { 186 setListShown(true, getView().getWindowToken() != null); 233 if (mStandardEmptyView == null) { 237 if (mEmptyText == null) { 281 if (mProgressContainer == null) { [all...] |
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 69 debug = val != null && (! "false".equals(val)); 96 * If this parameter is null, the default system class loader 128 * @return <code>null</code> if the callee fails to create one. 131 * If the <tt>schemaLanguage</tt> parameter is null. 134 if (schemaLanguage == null) { 135 throw new NullPointerException("schemaLanguage == null"); 139 if (f != null) { 163 if (r != null && r.length() > 0) { 166 if(sf!=null) return sf; 191 String factoryClassName = null ; [all...] |
/libcore/luni/src/main/java/libcore/net/url/ |
JarURLConnectionImpl.java | 112 if (jarFile == null) { 116 if (jarFile == null) { 128 if (jarFile == null) { 140 FileOutputStream fos = null; 141 JarFile result = null; 143 File tempJar = File.createTempFile("hyjar_", ".tmp", null); 154 return null; 156 if (fos != null) { 160 return null; 165 if (is != null) { [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldConnectionTest.java | 50 Statement st = null; 51 ResultSet rs = null; 183 Statement st = null; 199 if (st != null) st.close(); 215 Statement st = null; 231 if (st != null) { 260 Statement st = null; 306 // TODO GetWarnings is not supported: returns null 308 Statement st = null; 326 Statement st = null; [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStoreSpiTest.java | 80 assertFalse(ksSpi.engineEntryInstanceOf(null, 87 "test_engineEntryInstanceOf_Alias1", null)); 107 @Override public String getAlgorithm() { return null; } 108 @Override public String getFormat() { return null; } 109 @Override public byte[] getEncoded() { return null; } 113 ksSpi.engineStore(null); 116 assertNull("Not null entry", ksSpi.engineGetEntry("aaa", null)); 117 assertNull("Not null entry", ksSpi.engineGetEntry(null, badParameter)) [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
X509Certificate2Test.java | 62 MyX509Certificate s = null; 181 return null; 185 return null; 189 return null; 193 return null; 197 return null; 201 return null; 205 return null; 209 return null; 213 return null; [all...] |
/packages/apps/Browser/src/com/android/browser/ |
Bookmarks.java | 60 * caller provides null, the Toast will not be shown. 97 * lookup the correct content uri. It must not be null. 103 Cursor cursor = null; 111 null); 121 cr.delete(uri, null, null); 122 if (context != null) { 129 if (cursor != null) cursor.close(); 134 if (bm == null) { 135 return null; [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
AttachPhotoActivity.java | 81 if (icicle != null) { 83 mContactUri = (uri == null) ? null : Uri.parse(uri); 101 new String[]{DisplayPhoto.DISPLAY_MAX_DIM}, null, null, null); 102 if (c != null) { 117 if (mContactUri != null) { 120 if (mTempPhotoUri != null) { 123 if (mCroppedPhotoUri != null) { [all...] |
ShowOrCreateActivity.java | 88 if (mQueryHandler == null) { 98 String scheme = null; 99 String ssp = null; 100 if (data != null) { 108 if (originalExtras != null) { 114 if (mCreateDescrip == null) { 126 mQueryHandler.startQuery(QUERY_TOKEN, null, uri, CONTACTS_PROJECTION, null, null, null); [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
AccountType.java | 56 public String accountType = null; 61 public String dataSet = null; 64 * Package that resources should be loaded from. Will be null for embedded types, in which 73 * in which case it'll be null. 75 * {@link #isEmbedded()}, but we set non-null to {@link #resourcePackageName} for unit tests. 148 return null; 159 return null; 170 return null; 181 return null; 197 return null; [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
FolderPickerActivity.java | 59 if (uri != null) { 61 if (id == null) { 84 if (account == null) { 117 if (mAccountObserver != null) { 119 mAccountObserver = null; 121 if (mWaitingForFoldersDialog != null) { 123 mWaitingForFoldersDialog = null; 140 (mAccountObserver != null)) { 142 mAccountObserver = null; 144 if (mWaitingForFoldersDialog != null) { 193 null, null); local 202 null, null); local 209 null, null); local [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
SmtpSenderUnitTests.java | 56 private SmtpSender mSender = null; 89 setupOpen(mockTransport, null); 110 setupOpen(mockTransport, null); 141 setupOpen(mockTransport, null); 199 attachment.mContentId = null; 202 attachment.mLocation = null; 203 attachment.mEncoding = null; 220 if (attachmentContentUri != null && attachmentContentUri.startsWith("file://")) { 235 mockTransport.expect(null, "220 MockTransport 2000 Ready To Assist You Peewee"); 236 mockTransport.expectLiterally("EHLO [" + LOCAL_ADDRESS + "]", null); [all...] |
/packages/apps/Gallery2/src/com/android/photos/ |
MultiSelectGridFragment.java | 77 if (mGrid != null) { 85 mHost = null; 103 mGrid = null; 105 mEmptyView = null; 106 mProgressContainer = mGridContainer = null; 128 boolean hadAdapter = mAdapter != null; 130 if (mGrid != null) { 135 setGridShown(true, getView().getWindowToken() != null); 182 if (mEmptyView == null) { 186 if (mEmptyText == null) { [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewWidget.java | 44 CheckForShortPress mPendingCheckForShortPress = null; 45 ShortPressListener mShortPressListener = null; 47 static PagedViewWidget sShortpressTarget = null; 54 this(context, null); 96 if (image != null) { 99 mInfo != null && preview != null && preview.getBitmap() != null) { 102 image.setImageDrawable(null); 118 if (dims != null) { [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
RecipientIdCache.java | 74 sAllCanonical, null, null, null, null); 75 if (c == null) { 76 Log.w(TAG, "null Cursor in fill()"); 118 if (number == null) { 199 cr.update(uri, values, buf.toString(), null); 218 sAllCanonical, null, null, null, null) [all...] |
/packages/apps/Music/src/com/android/music/ |
SortCursor.java | 62 if (mCursors[i] == null) continue; 72 mCursor = null; 75 if (mCursors[j] == null || mCursors[j].isAfterLast()) 78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) { 96 if (mCursors[i] != null) { 122 if (mCursor == null) { 123 Log.w(TAG, "onMove: cache results in a null cursor."); 131 mCursor = null; 136 if (mCursors[i] == null) continue; 143 if (mCursors[i] == null) continue [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/ |
Compatibility.java | 67 String defPackage = pref.getString("defaultpanelpackage", null); 68 String defName = pref.getString("defaultpanelname", null); 70 if (defPackage == null || defName == null) { 119 if (mPackageManager == null) { 125 if (defPackage != null && defName != null) { 132 if (b != null) b.size(); 137 String updatedPackage = null; 138 if (packageUri != null) { [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
QsbApplication.java | 111 if (mConfig != null) { 113 mConfig = null; 115 if (mSuggestionsProvider != null) { 117 mSuggestionsProvider = null; 122 if (mUiThreadHandler == null) { 133 if (mIconLoaderExecutor == null) { 156 if (mConfig == null) { 167 if (mSettings == null) { 195 if (mSourceTaskExecutor == null) { 212 if (mQueryThreadFactory == null) { [all...] |
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
Recorder.java | 52 OnStateChangedListener mOnStateChangedListener = null; 56 File mSampleFile = null; 58 MediaRecorder mRecorder = null; 59 MediaPlayer mPlayer = null; 77 if (samplePath == null) 86 if (mSampleFile != null 125 if (mSampleFile != null) 128 mSampleFile = null; 149 if (mSampleFile == null) { 175 mRecorder = null; [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
VideoEditorBaseActivity.java | 97 if (exception != null) { 99 mProjectPath = null; 121 if (exception != null || project == null) { 122 mProjectPath = null; 132 if (mProject == null) { 147 if (mProject == null) { 151 if (exception != null) { 168 if (mProject == null) { 172 if (exception != null) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/ |
UiViewElementNode.java | 70 mCachedAttributeDescriptors = null; 72 if (mCachedAttributeDescriptors != null) { 81 AttributeDescriptor[] layout_attrs = null; 90 if (project != null) { 92 if (currentSdk != null) { 94 if (target != null) { 96 if (data != null) { 100 if (desc != null) { 113 if (layout_attrs == null || layout_attrs.length == 0) { 137 if (desc != null) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ImportedProject.java | 75 if (mManifest == null) { 80 AdtPlugin.log(e, null); 81 return null; 83 AdtPlugin.log(e, null); 84 return null; 93 if (mActivityName == null) { 96 if (manifest != null) { 97 if (manifest.getLauncherActivity() != null) { 100 if (mActivityName == null || mActivityName.isEmpty()) { 104 if (mActivityName != null && !mActivityName.isEmpty()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateManager.java | 52 if (location != null) { 59 return null; 67 if (location != null) { 105 if (templateRoot != null) { 115 return null; 127 if (templateRoot != null) { 135 return null; 150 if (root != null) { 152 if (files != null) { 165 if (files != null) { [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindow.java | 198 private CharSequence mTitle = null; 248 if (mContentParent != null) { 285 if (mContentParent == null) { 292 if (cb != null && !isDestroyed()) { 304 if (mContentParent == null) { 311 if (cb != null && !isDestroyed()) { 318 if (mContentParent == null) { 323 if (cb != null && !isDestroyed()) { 330 return mDecor != null ? mDecor.findFocus() : null; [all...] |