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

<<111112113114115116117118119120>>

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
UriDerivativeLoader.java 50 mCancellationSignal = null;
62 if (mCancellationSignal != null) {
81 if (oldResult != null && oldResult != result) {
94 if (mResult != null) {
97 if (takeContentChanged() || mResult == null) {
120 mResult = null;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewHelper.java 32 if (securityMessageDisplay != null) {
35 if (ecaView != null) {
58 if (bouncerFrame != null) {
71 if (securityMessageDisplay != null) {
74 if (ecaView != null) {
84 if (bouncerFrame != null) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceDelegate.java 81 if (mShowListener != null) {
99 if (mOnKeyguardExitResult != null) {
127 mKeyguardService.onScreenTurnedOn(new KeyguardShowDelegate(null));
137 mKeyguardService = null;
143 if (mKeyguardService != null) {
150 if (mKeyguardService != null) {
157 if (mKeyguardService != null) {
164 if (mKeyguardService != null) {
170 if (mKeyguardService != null) {
176 if (mKeyguardService != null) {
    [all...]
  /frameworks/base/sax/java/android/sax/
Children.java 35 if (current == null) {
53 } while (current != null);
70 if (current == null) {
71 return null;
80 } while (current != null);
82 return null;
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
AbstractCache.java 51 if (key != null) {
69 if (key != null) {
71 if (cacheEntry != null) {
79 return null;
93 return v != null ? v.value : null;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 61 protected String mMsisdn = null; // My mobile number
62 protected String mMsisdnTag = null;
63 protected String mVoiceMailNum = null;
64 protected String mVoiceMailTag = null;
65 protected String mNewVoiceMailNum = null;
66 protected String mNewVoiceMailTag = null;
158 mParentApp = null;
159 mFh = null;
160 mCi = null;
161 mContext = null;
    [all...]
SIMRecords.java 71 private byte[] mCphsInfo = null;
74 byte[] mEfMWIS = null;
75 byte[] mEfCPHS_MWI =null;
76 byte[] mEfCff = null;
77 byte[] mEfCfis = null;
82 ArrayList<String> mSpdiNetworks = null;
84 String mPnnHomeName = null;
199 mCi.setOnSmsOnSim(this, EVENT_SMS_ON_SIM, null);
200 mCi.registerForIccRefresh(this, EVENT_SIM_REFRESH, null);
204 mParentApp.registerForReady(this, EVENT_APP_READY, null);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
MccTableTest.java 37 assertEquals(MccTable.defaultTimeZoneForMcc(240), null); // tz not defined, hence default
38 assertEquals(MccTable.defaultTimeZoneForMcc(0), null); // mcc not defined, hence default
39 assertEquals(MccTable.defaultTimeZoneForMcc(2000), null); // mcc not defined, hence default
60 assertEquals(MccTable.defaultLanguageForMcc(274), null); // lang not defined, hence default
61 assertEquals(MccTable.defaultLanguageForMcc(0), null); // mcc not defined, hence default
62 assertEquals(MccTable.defaultLanguageForMcc(2000), null); // mcc not defined, hence default
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java 79 if (looper != null) looper.quit();
80 mHandler = null;
98 msg = null;
106 if (mCurrentMessage != null) {
110 mCurrentMessage = null;
115 if (msg == null || code == GSMPhoneTest.ANY_MESSAGE || msg.what == code) return msg;
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLEngine.java 35 if (engine == null) {
36 throw new NullPointerException("engine == null");
62 if (id == null) {
63 throw new NullPointerException("id == null");
68 return null;
80 if (id == null) {
81 throw new NullPointerException("id == null");
86 return null;
128 if (id == null) {
SSLContextImpl.java 57 * @param dummy is null, used to distinguish this case from the
63 if (DEFAULT_SSL_CONTEXT_IMPL == null) {
73 null,
84 * @param kms the key sources or {@code null}
85 * @param tms the trust decision sources or {@code null}
86 * @param sr the randomness source or {@code null}
98 if (sslParameters == null) {
106 if (sslParameters == null) {
114 if (sslParameters == null) {
124 if (sslParameters == null) {
    [all...]
  /libcore/luni/src/main/java/java/text/
Bidi.java 98 * attribute or with a improper attribute value, such as a {@code null}
107 * @throws IllegalArgumentException if {@code paragraph == null}
113 if (paragraph == null) {
114 throw new IllegalArgumentException("paragraph is null");
131 if (direction != null && direction instanceof Boolean) {
140 byte[] embeddings = null;
145 if (embedding != null && embedding instanceof Integer) {
148 if (embeddings == null) {
165 if (numericShaper != null && numericShaper instanceof NumericShaper) {
214 if (text == null || text.length - textStart < paragraphLength)
    [all...]
  /libcore/luni/src/main/java/java/util/jar/
JarVerifier.java 175 if (man == null || signatures.size() == 0) {
176 return null;
181 if (attributes == null) {
182 return null;
190 if (hm.get(name) != null) {
199 return null;
206 if (hash == null) {
218 return null;
256 if (metaEntries == null) {
265 if (metaEntries == null) {
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 79 * if {@code encoded} is {@code null}.
82 if (encoded == null) {
83 throw new NullPointerException("encoded == null");
99 AlgorithmParameters aParams = null;
101 if (params != null && !isNullValue(params)) {
132 * null}.
138 if (encryptionAlgorithmName == null) {
139 throw new NullPointerException("encryptionAlgorithmName == null");
145 if (encryptedData == null) {
146 throw new NullPointerException("encryptedData == null");
    [all...]
  /libcore/luni/src/main/java/javax/crypto/spec/
RC5ParameterSpec.java 49 this.iv = null;
70 * if the initialization vector is null or shorter than <code>2
74 if (iv == null) {
75 throw new IllegalArgumentException("iv == null");
107 * if the initialization vector is null of shorter than
113 if (iv == null) {
114 throw new IllegalArgumentException("iv == null");
159 * @return a copy of the initialization vector, or null if none specified.
162 if (iv == null) {
163 return null;
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPoint.java 74 if ((reasons != null) && (distributionPoint == null) && (cRLIssuer == null)) {
85 if (distributionPoint != null) {
88 if (reasons != null) {
91 if (cRLIssuer != null) {
DistributionPointName.java 75 this.nameRelativeToCRLIssuer = null;
79 this.fullName = null;
86 if (fullName != null) {
103 return (dpn.fullName == null) ? 1 : 0;
107 DistributionPointName result = null;
120 if (dpn.fullName == null) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 109 String className = null;
117 if (className == null) {
123 if (loader == null)
128 if (in != null) {
138 if (className == null) {
149 if (className != null)
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamPutFieldTest.java 74 ObjectOutputStream oos = null;
91 if (oos != null) oos.close();
99 ObjectOutputStream oos = null;
116 if (oos != null) oos.close();
124 InputStream refStream = null;
136 if (refStream != null) refStream.close();
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
KeyManagerFactoryTest.java 46 if (TEST_KEY_STORE == null) {
89 // init with null ManagerFactoryParameters
91 kmf.init(null);
118 // init with null for default behavior
119 kmf.init(null, null);
155 // extra null at end requires no initialization
162 String[] aliases = km.getClientAliases(keyType, null);
163 if (empty || keyType == null || keyType.isEmpty()) {
173 String[] aliases = km.getServerAliases(keyType, null);
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidator3Test.java 60 PKIXSupport = (defaultProvider != null);
61 defaultProviderName = (PKIXSupport ? defaultProvider.getName() : null);
68 return null;
79 return null;
100 certPV[i].validate(mCP, null);
105 certPV[i].validate(null, params);
  /libcore/luni/src/test/java/tests/security/spec/
ECParameterSpecTest.java 44 curve = null;
45 ecpoint = null;
46 ecps = null;
54 * case 2: NullPointerException - if curve is null
55 * case 3: NullPointerException - if g is null
56 * case 4: NullPointerException - if n is null
70 // case 2: NullPointerException - if curve is null.
72 new ECParameterSpec(null, ecpoint, BigInteger.valueOf(1), 1);
78 // case 3: NullPointerException - if g is null.
80 new ECParameterSpec(curve, null, BigInteger.valueOf(1), 1)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 27 private ArrayList<SmsPdu> smsBodyPdus = null;
28 private String smsBody = null;
32 this.charset = null;
44 this.encoding = null;
78 if(smsBody != null) {
81 }else if (smsBodyPdus != null && smsBodyPdus.size() > 0) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactTileLoaderFactory.java 86 return new CursorLoader(context, Contacts.CONTENT_STREQUENT_URI, COLUMNS, null, null,
94 return new CursorLoader(context, uri, COLUMNS_PHONE_ONLY, null, null, null);
104 Contacts.STARRED + "=?", new String[]{"0"}, null);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountTypeWithDataSet.java 39 /** account type. Can be null for fallback type. */
42 /** dataSet may be null, but never be "". */
46 this.accountType = TextUtils.isEmpty(accountType) ? null : accountType;
47 this.dataSet = TextUtils.isEmpty(dataSet) ? null : dataSet;
63 selection = BASE_SELECTION + " AND " + RawContacts.DATA_SET + " IS NULL";
71 ID_PROJECTION, selection, args, null);
72 if (c == null) return false;
91 return (accountType == null ? 0 : accountType.hashCode())
92 ^ (dataSet == null ? 0 : dataSet.hashCode());

Completed in 1155 milliseconds

<<111112113114115116117118119120>>