HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 3201 - 3225 of 19630) sorted by null

<<121122123124125126127128129130>>

  /libcore/crypto/src/main/java/org/conscrypt/
ClientHandshakeImpl.java 73 if (session == null) { // initial handshake
76 if (clientHello != null && this.status != FINISHED) {
81 session = null;
84 if (session != null) {
89 if (engineOwner != null) {
110 if (engineOwner != null) {
147 if (this.delegatedTaskErr != null) {
149 this.delegatedTaskErr = null;
169 if (clientHello != null
170 && (clientFinished == null || serverFinished == null))
    [all...]
ServerHandshakeImpl.java 75 if (session == null) { // initial handshake
79 if (clientHello != null && this.status != FINISHED) {
111 if (clientHello != null && this.status != FINISHED) {
132 if (isResuming || certificateRequest == null
133 || serverHelloDone == null || clientCert != null) {
158 || clientKeyExchange == null
159 || clientCert == null
163 || certificateVerify != null
173 byte[] md5_hash = null;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 85 Messenger mService = null;
138 Message msg = Message.obtain(null, HandoverService.MSG_REGISTER_CLIENT);
163 if (mService != null) {
165 Message msg = Message.obtain(null, HandoverService.MSG_DEREGISTER_CLIENT);
172 mService = null;
189 mContext.registerReceiver(mReceiver, filter, null, null);
239 return new NdefRecord(NdefRecord.TNF_WELL_KNOWN, RTD_COLLISION_RESOLUTION, null, random);
249 return new NdefRecord(NdefRecord.TNF_WELL_KNOWN, NdefRecord.RTD_ALTERNATIVE_CARRIER, null, payload);
262 if (mLocalBluetoothAddress == null) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 90 mHeader = null;
129 mFrom = null;
130 mTo = null;
131 mCc = null;
132 mBcc = null;
133 mReplyTo = null;
134 mSentDate = null;
135 mBody = null;
160 if (mHeader == null) {
168 return null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 91 if (parameter.id != null) {
99 if (versionString != null && !versionString.isEmpty()) {
115 if (name != null && !name.isEmpty()) {
119 return null;
125 if (description != null && !description.isEmpty()) {
129 return null;
133 if (mMinApi == null) {
136 if (api != null && !api.isEmpty()) {
141 AdtPlugin.log(nufe, null);
151 if (mMinBuildApi == null) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 71 if (mElements == null) {
196 if (mElements == null) {
200 if (mElements[ct].mElements != null) {
215 if (mVisibleElementMap == null) {
228 if (mVisibleElementMap == null) {
244 if (mVisibleElementMap == null) {
261 if (mVisibleElementMap == null) {
277 if (mVisibleElementMap == null) {
308 if(rs.mElement_BOOLEAN == null) {
322 if(rs.mElement_U8 == null) {
    [all...]
  /libcore/luni/src/main/java/java/util/
HashMap.java 31 * <p>All elements are permitted as keys or values, including null.
87 * The hash table. If this hash map contains a mapping for null, it is
93 * The entry representing the null key, or null if there's no such mapping.
245 result.entryForNullKey = null;
247 result.keySet = null;
248 result.entrySet = null;
249 result.values = null;
291 * @return the value of the mapping with the specified key, or {@code null}
295 if (key == null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 137 * @return an array of completion proposals or <code>null</code> if no proposals are possible
145 if (mEditor == null) {
147 if (mEditor == null) {
150 return null;
160 if (context == null) {
161 return null;
165 assert parentNode != null || currentNode != null; local
168 if (currentNode == null || currentNode.getNodeType() == Node.TEXT_NODE) {
170 rootUiNode == null ? null : rootUiNode.findXmlNode(parentNode)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 98 /** The current selection list. The list is never null, however it can be empty. */
111 * used during a selection. Can be null.
140 * @return An immutable list of {@link SelectionItem}. Can be empty but not null.
151 * @return A copy of the current selection. Never null.
176 if (vi != null) {
192 while (viewInfo != null) {
202 * of the tree path is a {@link CanvasViewInfo}. A null selection is considered
220 if (selection == null) {
231 mAltSelection = null;
260 mAltSelection = null;
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
CardStreamLinearLayout.java 57 private OnDissmissListener mDismissListener = null;
60 private String mFirstVisibleCardTag = null;
152 if (area != null) {
170 if (scrollView != null && scrollView instanceof ScrollView) {
174 if (getLayoutTransition() != null) {
176 if (view != null)
191 initialize(null, 0);
212 if (cardView.getParent() == null) {
216 if(param == null)
225 if (child.getParent() == null) {
    [all...]
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageCache.java 114 if (imageCache == null) {
202 if (mDiskLruCache == null || mDiskLruCache.isClosed()) {
204 if (mCacheParams.diskCacheEnabled && diskCacheDir != null) {
216 mCacheParams.diskCacheDir = null;
233 if (data == null || value == null) {
238 if (mMemoryCache != null) {
249 if (mDiskLruCache != null) {
251 OutputStream out = null;
254 if (snapshot == null) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest4.java 59 Object objToSave = null;
60 Object objLoaded = null;
91 Object objToSave = null;
92 Object objLoaded = null;
124 Object objToSave = null;
125 Object objLoaded = null;
157 Object objToSave = null;
158 Object objLoaded = null;
186 Object objToSave = null;
187 Object objLoaded = null;
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 201 if (defaultParams == null) {
220 if (connManager == null) {
228 if (requestExec == null) {
236 if (supportedAuthSchemes == null) {
249 if (supportedCookieSpecs == null) {
262 if (reuseStrategy == null) {
275 if (keepAliveStrategy == null) {
288 if (retryHandler == null) {
301 if (redirectHandler == null) {
314 if (targetAuthHandler == null) {
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java 72 * The id of the client in use, if any. May be {@code null} if {@link #sIsClientStarted} is
80 // correct account. ensureAccount will stop the client if account is non-null and doesn't
86 : null;
99 setRegisteredTypes(regTypes != null ? new HashSet<String>(regTypes) : null,
110 String payloadStr = (payload == null) ? null : new String(payload);
117 requestSync(objectId, null, null);
123 requestSync(null, null, null)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 73 private Object accountManager = null;
135 Request reoriginatedRequest = null;
141 if ( challengedRequest.getToTag() != null ||
142 challengedTransaction.getDialog() == null ||
156 if ( reoriginatedRequest.getHeader(headerName) != null) {
171 if (challenge == null || reoriginatedRequest == null) {
172 throw new NullPointerException("A null argument was passed to handle challenge.");
175 ListIterator authHeaders = null;
185 if (authHeaders == null) {
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
UserManagerService.java 176 this(null, null, new Object(), new Object(), dataDir, baseUserPath);
238 null, UserHandle.ALL, false);
281 if (ui != null && ui.partial && !mRemovingUserIds.get(userId)) {
283 return null;
300 if (info == null || info.partial) {
304 if (name != null && !name.equals(info.name)) {
320 if (info == null || info.partial) {
342 if (info == null || info.partial) {
344 return null;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 38 // Current window with input focus for keys and other non-touch events. May be null.
71 if (inputWindowHandle == null) {
77 if (windowState != null) {
92 AppWindowToken appWindowToken = null;
93 WindowState windowState = null;
96 if (inputWindowHandle != null) {
98 if (windowState != null) {
102 if (appWindowToken == null && inputApplicationHandle != null) {
106 if (windowState != null) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 80 mPbrFile = null;
89 mIapFileRecord = null;
90 mEmailFileRecord = null;
91 mPbrFile = null;
106 if (!mIsPbrPresent) return null;
110 if (mPbrFile == null) {
114 if (mPbrFile == null) return null;
127 if (mPbrFile == null) return;
152 if (fileIds == null) return
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 110 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null);
115 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null);
130 return null;
277 return null;
282 return null;
287 return null;
292 return null;
297 return null;
    [all...]
  /libcore/json/src/main/java/org/json/
JSONObject.java 28 * A modifiable set of name/value mappings. Names are unique, non-null strings.
30 * JSONArrays}, Strings, Booleans, Integers, Longs, Doubles or {@link #NULL}.
31 * Values may not be {@code null}, {@link Double#isNaN() NaNs}, {@link
51 * <li>When the requested type is a String, other non-null values will be
52 * coerced using {@link String#valueOf(Object)}. Although null cannot be
53 * coerced, the sentinel value {@link JSONObject#NULL} is coerced to the
54 * string "null".
67 * <p><strong>Warning:</strong> this class represents null in two incompatible
68 * ways: the standard Java {@code null} reference, and the sentinel value {@link
69 * JSONObject#NULL}. In particular, calling {@code put(name, null)} removes th
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/security/cert/
X509CertificateTest.java 162 this.cert = null;
167 this.cert = null;
185 if (this.cert == null) {
206 X509Certificate.getInstance((InputStream) null);
220 X509Certificate c = null;
221 if (this.cert == null) {
250 X509Certificate.getInstance((byte[]) null);
266 if (this.cert == null) {
308 if (this.cert == null) {
360 if (this.cert == null) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 119 if (savedInstanceState != null) {
140 // "viewless". (i.e. can't return null here.)
149 if (mLookupUri != null) {
163 if (mLookupUri == null) {
165 mContactData = null;
166 if (mListener != null) {
169 } else if (getActivity() != null) {
206 mContactData = null;
211 if (mListener != null) {
212 if (mContactData == null) {
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasAutoDiscover.java 68 * an appropriate error code. Otherwise, we return null.
72 if (domain == null) {
73 return null;
77 if (entity == null) {
78 return null;
84 if (resp == null) {
85 return null;
98 if (hostAuth != null) {
125 return null;
135 return null;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 87 if (root == null) throw new IllegalStateException();
89 if (mAnimation != null) {
116 Utils.assertTrue(mParent == null && mRoot == null);
122 Utils.assertTrue(mParent == null && mRoot != null);
128 return mComponents == null ? 0 : mComponents.size();
133 if (mComponents == null) {
142 if (component.mParent != null) throw new IllegalStateException();
145 if (mComponents == null) {
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ContactInfoCache.java 62 private static ContactInfoCache sCache = null;
65 if (sCache == null) {
107 * Returns the data through callback. If callback is null, no response is made, however the
111 * @param callback The function to call back when the call is found. Can be null.
123 if (cacheEntry != null) {
125 + (callBacks == null ? "complete" : "still running"));
128 if (callBacks == null) {
134 if (callBacks != null) {
172 if (!callerInfo.contactExists && cacheEntry.name == null &&
173 mPhoneNumberService != null) {
    [all...]

Completed in 1179 milliseconds

<<121122123124125126127128129130>>