/external/smack/src/org/jivesoftware/smackx/ |
ServiceDiscoveryManager.java | 66 private DataForm extendedInfo = null; 112 if (identity != null) { 115 return null; 142 if (identity != null) { 145 return null; 159 if (identity != null) { 218 if (discoverItems != null && discoverItems.getType() == IQ.Type.GET) { 229 if (nodeInformationProvider != null) { 234 } else if(discoverItems.getNode() != null) { 253 if (discoverInfo != null && discoverInfo.getType() == IQ.Type.GET) [all...] |
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 186 if (sInstance == null) { 197 * @return The input device or null if not found. 205 return null; 209 if (inputDevice == null) { 215 if (inputDevice != null) { 226 * @return The input device or null if not found. 230 if (descriptor == null) { 231 throw new IllegalArgumentException("descriptor must not be null."); 240 if (inputDevice == null) { 247 if (inputDevice == null) { [all...] |
/frameworks/base/core/java/android/net/http/ |
SslCertificate.java | 93 * @return A bundle with the certificate stored in it or null if fails 96 if (certificate == null) { 97 return null; 105 if (x509Certificate != null) { 117 * @return The SSL certificate stored in the bundle or null if fails 120 if (bundle == null) { 121 return null; 125 if (bytes == null) { 126 x509Certificate = null; 133 x509Certificate = null; [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifTag.java | 38 * ASCII code. The final byte is terminated with NULL. 134 mValue = null; 222 return mValue != null; 318 * count). The final byte will be set to the string null terminator '\0', 458 if (obj == null) { 485 fin[i] = (arr[i] == null) ? 0 : arr[i].shortValue() & 0x0ffff; 493 fin[i] = (arr[i] == null) ? 0 : arr[i].intValue(); 501 fin[i] = (arr[i] == null) ? 0 : arr[i].longValue(); 509 fin[i] = (arr[i] == null) ? 0 : arr[i].byteValue(); 537 * @return the value as a String, or null if the tag's value does not exis [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardComposer.java | 62 * <pre class="prettyprint">VCardComposer composer = null; 82 * if (composer != null) { 162 this(context, VCardConfig.VCARD_TYPE_DEFAULT, null, true); 166 * The variant which sets charset to null and sets careHandlerErrors to true. 169 this(context, vcardType, null, true); 177 * The variant which sets charset to null. 181 this(context, vcardType, null, careHandlerErrors); 189 * @param charset The charset to be used. Use null when you don't need the charset. 284 return init(null, null); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBlendThunker.java | 55 Script.KernelID k = createKernelID(0, 3, null, null); 76 Script.KernelID k = createKernelID(1, 3, null, null); 97 Script.KernelID k = createKernelID(2, 3, null, null); 118 Script.KernelID k = createKernelID(3, 3, null, null); 139 Script.KernelID k = createKernelID(4, 3, null, null); [all...] |
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaFragment.java | 69 private EventInfo mOnAttachedInfo = null; 71 private AgendaWindowAdapter mAdapter = null; 116 if (mOnAttachedInfo != null) { 118 mOnAttachedInfo = null; 130 if (icicle != null) { 147 View v = inflater.inflate(R.layout.agenda_fragment, null); 152 if (savedInstanceState != null) { 168 if (lv != null) { 226 mLastHandledEventTime = null; 246 if (mAgendaListView == null) { [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifTag.java | 38 * ASCII code. The final byte is terminated with NULL. 134 mValue = null; 222 return mValue != null; 318 * count). The final byte will be set to the string null terminator '\0', 458 if (obj == null) { 485 fin[i] = (arr[i] == null) ? 0 : arr[i].shortValue() & 0x0ffff; 493 fin[i] = (arr[i] == null) ? 0 : arr[i].intValue(); 501 fin[i] = (arr[i] == null) ? 0 : arr[i].longValue(); 509 fin[i] = (arr[i] == null) ? 0 : arr[i].byteValue(); 537 * @return the value as a String, or null if the tag's value does not exis [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifTag.java | 38 * ASCII code. The final byte is terminated with NULL. 134 mValue = null; 222 return mValue != null; 318 * count). The final byte will be set to the string null terminator '\0', 458 if (obj == null) { 485 fin[i] = (arr[i] == null) ? 0 : arr[i].shortValue() & 0x0ffff; 493 fin[i] = (arr[i] == null) ? 0 : arr[i].intValue(); 501 fin[i] = (arr[i] == null) ? 0 : arr[i].longValue(); 509 fin[i] = (arr[i] == null) ? 0 : arr[i].byteValue(); 537 * @return the value as a String, or null if the tag's value does not exis [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifTag.java | 38 * ASCII code. The final byte is terminated with NULL. 134 mValue = null; 222 return mValue != null; 318 * count). The final byte will be set to the string null terminator '\0', 458 if (obj == null) { 485 fin[i] = (arr[i] == null) ? 0 : arr[i].shortValue() & 0x0ffff; 493 fin[i] = (arr[i] == null) ? 0 : arr[i].intValue(); 501 fin[i] = (arr[i] == null) ? 0 : arr[i].longValue(); 509 fin[i] = (arr[i] == null) ? 0 : arr[i].byteValue(); 537 * @return the value as a String, or null if the tag's value does not exis [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
IconCache.java | 93 d = null; 96 return (d != null) ? d : getFullResDefaultActivityIcon(); 104 resources = null; 106 if (resources != null) { 125 resources = null; 127 if (resources != null) { 145 c.setBitmap(null); 211 return getIcon(intent, null); 219 if (component == null) { 223 CacheEntry entry = cacheLocked(component, resolveInfo, null); [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifTag.java | 38 * ASCII code. The final byte is terminated with NULL. 134 mValue = null; 222 return mValue != null; 318 * count). The final byte will be set to the string null terminator '\0', 458 if (obj == null) { 485 fin[i] = (arr[i] == null) ? 0 : arr[i].shortValue() & 0x0ffff; 493 fin[i] = (arr[i] == null) ? 0 : arr[i].intValue(); 501 fin[i] = (arr[i] == null) ? 0 : arr[i].longValue(); 509 fin[i] = (arr[i] == null) ? 0 : arr[i].byteValue(); 537 * @return the value as a String, or null if the tag's value does not exis [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictIOUtilsTests.java | 100 if (info.mShortcutTargets != null) { 105 if (info.mBigrams != null) { 171 return null; 176 PtNodeInfo info = null; 246 File file = null; 257 dict.add("abcd", 10, null, false); 269 insertAndCheckWord(file, "abcde", 10, false, null, null, formatVersion); 271 insertAndCheckWord(file, "abcdefghijklmn", 10, false, null, null, formatVersion) [all...] |
/packages/services/Telephony/src/com/android/phone/ |
CallFeaturesSetting.java | 123 // If the VM provider returns non null value in this extra we will force the user to 132 public static final CallForwardInfo[] FWD_SETTINGS_DONT_TOUCH = null; 308 if (forwardingNumber == null || forwardingNumber.length() == 0) { 332 if (o == null) return false; 336 return ((this.voicemailNumber == null && 337 v.voicemailNumber == null) || 338 this.voicemailNumber != null && 348 if (infos1 == null || infos2 == null) return false; 367 return voicemailNumber + ((forwardingSettings != null ) ? (", " 2065 null, idx, adapter.getItemId(idx)); local [all...] |
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Channel.java | 65 /** Message data (can be null). */ 80 mMessageSize = (message != null) ? message.length : 0; 92 if (message != null) { 96 mMessage = null; 165 private Socket mSocket = null; 248 if (msg != null) { 298 // Use local copy of the socket, ensuring it's not going to NULL while 306 return socket != null && socket.isConnected(); 321 sendMessage(MSG_CONNECTED, (byte[]) null); 345 // This is the only place in this class where we will null th 716 assert uiHandler != null; local 731 assert uiHandler != null; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParser.java | 97 * attribute value. Can be null, which is the case when we don't want to perform any 112 * (without padding) would be invisible. This parameter can be null, in which case 140 return null; 154 if (xmlNode != null) { 158 return null; 171 if (descriptor != null) { 174 if (padding == null) { 220 return null; 238 if (node != null) { 263 if (attribute != null) { [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContentProviderTest.java | 63 mockContentProvider.openFile(null, null); 83 mockContentProvider.attachInfo(null, info2); 89 mockContentProvider.attachInfo(null, null); 94 mockContentProvider.attachInfo(null, info2); 119 assertEquals(count, mockContentProvider.bulkInsert(null, values)); 129 mockContentProvider.attachInfo(getContext(), null); local 131 mockContentProvider.attachInfo(null, null); [all...] |
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
XmlDocumentProvider.java | 170 * @return A Cursor or null in case of error. 176 XmlPullParser parser = null; 177 mHttpClient = null; 180 if (url != null) { 184 if (resource != null) { 191 if (parser != null) { 201 if (mHttpClient != null) { 207 return null; 216 XmlPullParser parser = null; 223 return null; [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeWizard.java | 79 if ( label!=null ) { 117 * If this is INDEX_ALL, then all token types are tracked. If null, 119 protected Set tokenTypesToReverseIndex = null; 145 if ( tokenNames==null ) { 157 if ( tokenNameToTypeMap==null ) { 161 if ( ttypeI!=null ) { 182 if ( t==null ) { 187 if ( elements==null ) { 219 if ( tpattern==null || 223 return null; [all...] |
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
TrustManagerFactory1Test.java | 46 private static String defaultAlgorithm = null; 48 private static String defaultProviderName = null; 50 private static Provider defaultProvider = null; 62 if (defaultAlgorithm != null) { 65 DEFSupported = (defaultProvider != null); 67 : null); 77 return null; 89 return null; 103 if (defaultAlgorithm == null) { 104 assertNull("DefaultAlgorithm must be null", def) [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSetDTM.java | 148 while (null != (node = iterator.nextNode())) 213 * For non-Iterator NodeSetDTMs, this will be null. 217 if(DTM.NULL == m_root) 222 return DTM.NULL; 312 * @return null, which is slightly misleading. True, there is no 320 return null; 351 * @return a non-null DTM reference. 367 * @return a non-null DTMManager reference. 380 * <code>DTM.NULL</code> if there are no more members in that set. 397 return DTM.NULL; [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-503.js | 34 assertTrue(null == null, 6); 35 assertTrue(null <= null, 7); 36 assertTrue(null >= null, 8); 37 assertFalse(null < null, 9); 38 assertFalse(null > null, 10) [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
ClassPathProcessorST.java | 97 if ((m_coverageFilter == null) || m_coverageFilter.included (className)) 99 String srcURL = null; 100 InputStream clsin = null; 122 if (clsin != null) 126 clsin = null; 143 clsDef = null; 147 if (m_instrResult.m_descriptor != null) 156 if (cacheClassDef && (m_cache != null)) 175 m_archiveFile = null; 195 if ((m_coverageFilter == null) || m_coverageFilter.included (className) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
EventScanner.java | 133 SipListener sipListener = null; 171 if (tx != null && !tx.passToListener()) { 196 } else if (sipStack.findPendingTransaction(sipRequest) != null) { 223 if (sipListener != null) 231 if (eventWrapper.transaction != null) { 235 if (dialog != null) 252 if (eventWrapper.transaction != null 259 if (eventWrapper.transaction != null) 286 if (sipListener != null) { 288 if (tx != null) { [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpsURLConnectionImpl.java | 50 if (cacheResponse != null) { 54 if (sslSocket != null) { 57 return null; 62 if (cacheResponse != null) { 64 return result != null ? result.toArray(new Certificate[result.size()]) : null; 67 if (sslSocket != null) { 70 return null; 75 if (cacheResponse != null) { 77 return result != null ? result.toArray(new Certificate[result.size()]) : null [all...] |