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

<<41424344454647484950>>

  /frameworks/base/media/java/android/media/videoeditor/
TransitionSliding.java 43 this(null, null, null, 0, 0, 0);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 25 protected FilterContext mFilterContext = null;
66 if (glEnv != null && !glEnv.isActive()) {
78 if (glEnv != null) {
96 * Returns the last exception that happened during an asynchronous run. Returns null if
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationService.java 31 if (mProvider == null) {
40 if (mProvider != null) {
48 mProvider = null;
  /frameworks/base/sax/java/android/sax/
RootElement.java 77 super(null, uri, localName, 0);
101 Element current = null;
102 StringBuilder bodyBuilder = null;
121 if (bodyBuilder != null) {
131 if (children != null) {
133 if (child != null) {
157 if (e.startElementListener != null) {
161 if (e.endTextElementListener != null) {
172 if (bodyBuilder != null) {
187 if (current.endElementListener != null) {
    [all...]
  /frameworks/base/services/java/com/android/server/
AttributeCache.java 37 private static AttributeCache sInstance = null;
65 if (sInstance == null) {
101 HashMap<int[], Entry> map = null;
102 Entry ent = null;
103 if (pkg != null) {
105 if (map != null) {
107 if (ent != null) {
116 if (context == null) {
117 return null;
120 return null;
    [all...]
  /frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
AlarmService.java 26 private AlarmImpl mAlarmImpl = null;
41 if (mAlarmImpl == null) {
49 sContext = null;
  /frameworks/volley/src/com/android/volley/toolbox/
NetworkImageView.java 53 this(context, null);
107 boolean isFullyWrapContent = getLayoutParams() != null
119 if (mImageContainer != null) {
121 mImageContainer = null;
123 setImageBitmap(null);
128 if (mImageContainer != null && mImageContainer.getRequestUrl() != null) {
135 setImageBitmap(null);
166 if (response.getBitmap() != null) {
186 if (mImageContainer != null) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CoderMalfunctionErrorTest.java 40 * Test constructor with null param.
43 CoderMalfunctionError e = new CoderMalfunctionError(null);
52 SerializationTest.verifySelf(new CoderMalfunctionError(null));
59 SerializationTest.verifyGolden(this, new CoderMalfunctionError(null));
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
UTF16BECharsetDecoderTest.java 50 return null;
61 return null;
65 return null;
UTF16LECharsetDecoderTest.java 50 return null;
61 return null;
65 return null;
  /libcore/luni/src/main/java/java/security/spec/
RSAOtherPrimeInfo.java 51 if (prime == null) {
52 throw new NullPointerException("prime == null");
54 if (primeExponent == null) {
55 throw new NullPointerException("primeExponent == null");
57 if (crtCoefficient == null) {
58 throw new NullPointerException("crtCoefficient == null");
  /libcore/luni/src/main/java/javax/security/auth/
PrivateCredentialPermission.java 34 public String[][] getPrincipals() { return null; }
36 public String getCredentialClass() { return null; }
38 @Override public String getActions() { return null; }
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java 72 if (signedData == null) {
78 return null;
91 return null;
110 return null;
122 String alg = null;
123 Signature sig = null;
125 if (daOid != null && deaOid != null) {
133 if (sig == null) {
147 if (sig == null && daOid != null)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
AlgorithmIdentifier.java 61 this(algorithm, null, null);
65 this(algorithm, parameters, null);
78 this(algorithm, null, null);
95 if (algorithmName == null) {
97 if (algorithmName == null) {
115 if (encoding == null) {
127 && ((parameters == null)
128 ? algid.parameters == null
    [all...]
Extensions.java 82 this.extensions = null;
90 return (extensions == null) ? 0 : extensions.size();
98 if (resultCritical == null) {
110 if (resultNoncritical == null) {
119 if (resultHasUnsupported == null) {
131 if (extensions == null) {
158 if (extensions == null) {
159 return null;
162 if (localOidMap == null) {
195 * and null if there is no such extension or its value can not be decode
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 216 if (currentContext == null) {
329 * the return value will be null.</p>
343 * local name, and the XML qualified name; or null if there
351 if (myParts == null) {
352 return null;
369 * @return The associated Namespace URI, or null if the prefix
414 * or null if none is mapped or if the URI is assigned to
569 declarations = null;
587 parent = null;
588 prefixTable = null;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MySecretKeyFactorySpi.java 42 return null;
49 return null;
55 return null;
  /libcore/luni/src/test/java/tests/api/java/util/
MissingResourceExceptionTest.java 34 assertNotNull(new MissingResourceException(null, "Class name string", "Key string"));
35 assertNotNull(new MissingResourceException("Detail string", null, "Key string"));
36 assertNotNull(new MissingResourceException("Detail string", "Class name string", null));
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGeneratorSpi.java 44 if (random == null) {
50 return null;
55 if (random == null) {
57 "Not supported for null random");
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertPathValidatorSpi.java 44 if (certPath == null) {
46 throw new CertPathValidatorException("certPath null");
49 if (params == null) {
51 throw new InvalidAlgorithmParameterException("params null");
54 return null;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertWakeLock.java 35 if (sCpuWakeLock != null) {
46 if (sCpuWakeLock != null) {
48 sCpuWakeLock = null;
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactBadgeUtil.java 45 if (statusTimestamp != null) {
54 timestampDisplayValue = null;
58 String labelDisplayValue = null;
65 if (statusLabelRes != null) {
78 resources = null;
82 if (resources != null) {
95 if (timestampDisplayValue != null && labelDisplayValue != null) {
99 } else if (timestampDisplayValue == null && labelDisplayValue != null) {
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSuggestionExtras.java 29 super(null);
41 return o == null ? null : o.toString();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
EmlMessageLoader.java 61 return null;
71 return null;
74 return null;
79 return null;
105 if (result != null) {
122 if (oldMessage != null && oldMessage != mMessage) {
132 if (mMessage != null) {
137 if (takeContentChanged() || mMessage == null) {
161 if (result != null) {
178 if (mMessage != null) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ThumbnailLoadTask.java 56 if (attachment == null || width == 0 || height == 0
64 final Uri uri = (prevAttachment == null) ? null : prevAttachment.getIdentifierUri();
65 final Uri prevUri = (prevAttachment == null) ? null : prevAttachment.getIdentifierUri();
68 if ((thumbnailUri != null || contentUri != null)
70 prevUri == null || !uri.equals(prevUri))) {
72 if (task != null) {
79 } else if (thumbnailUri == null && contentUri == null)
121 BitmapFactory.decodeFileDescriptor(fd.getFileDescriptor(), null, opts); local
    [all...]

Completed in 1371 milliseconds

<<41424344454647484950>>