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

<<919293949596979899100>>

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MessagingException.java 81 mExceptionData = null;
85 * Constructs a MessagingException with an exceptionType and a null message.
89 this(exceptionType, null, null);
97 this(UNSPECIFIED_EXCEPTION, message, null);
105 this(exceptionType, message, null);
111 * @param message the message for the exception (or null)
112 * @param data exception-type specific data for the exception (or null)
129 * Return the exception data. Will be null if not explicitly set.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListCopy.java 42 this(c, null);
51 if (mBitmap == null) {
54 canvas.drawBitmap(mBitmap, 0, 0, null);
76 // mBitmap will just be null, and this won't draw, which is fine
84 if (mBitmap != null) {
86 mBitmap = null;
ConversationListHelper.java 38 .inflate(R.layout.conversation_sync_disabled_tip_view, null);
43 .inflate(R.layout.conversation_outbox_tip_view, null);
49 .inflate(R.layout.conversation_photo_teaser_view, null);
54 .inflate(R.layout.conversation_long_press_to_select_tip_view, null);
58 .inflate(R.layout.nested_folder_teaser_view, null);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DequeMap.java 44 if (pile == null) {
52 * Removes and returns the first value V from the deque of Vs for key K, or null if no such Vs
58 * @return a V, or null
62 if (pile == null) {
63 return null;
69 * Returns, but does not remove, the first value V from the deque of Vs for key K, or null if
75 * @return a V, or null
79 if (pile == null) {
80 return null;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
RegexFileFilter.java 55 * @throws IllegalArgumentException if the pattern is null
58 if (pattern == null) {
69 * @param caseSensitivity how to handle case sensitivity, null means case-sensitive
70 * @throws IllegalArgumentException if the pattern is null
73 if (pattern == null) {
77 if (caseSensitivity != null && !caseSensitivity.isCaseSensitive()) {
88 * @throws IllegalArgumentException if the pattern is null
91 if (pattern == null) {
101 * @throws IllegalArgumentException if the pattern is null
104 if (pattern == null) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryListInterfaceState.java 47 if (null == state) return false;
53 if (null == state) return MetadataDbHelper.STATUS_UNKNOWN;
60 newState = null == state ? new State() : state;
74 if (null == v.getParent()) return v;
76 return null;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
BaseInputView.java 32 public AlertDialog mOptionsDialog = null;
55 if ((visibility != VISIBLE) && (mOptionsDialog != null)) {
66 if (mOptionsDialog != null) {
85 if (mOptionsDialog != null) {
87 mOptionsDialog = null;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
QueryParameterUtils.java 26 return flag == null
37 if (query == null) {
38 return null;
49 return null;
55 return null;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 71 if (locale != null) {
74 String localeString = null;
75 if (language != null) {
76 if (country != null) {
110 getContentResolver().delete(scanUri, null, null);
129 Thread thr = new Thread(null, this, "MediaScannerService");
136 while (mServiceHandler == null) {
145 if (intent == null) {
146 Log.e(TAG, "Intent is null in onStartCommand: "
    [all...]
MtpReceiver.java 35 null, new IntentFilter(UsbManager.ACTION_USB_STATE));
36 if (usbState != null) {
58 "content://media/none/mtp_connected"), null);
63 "content://media/none/mtp_connected"), null, null);
  /packages/services/Telephony/src/com/android/phone/
EditPinPreference.java 80 shouldHideButtons = (view.findViewById(android.R.id.edit) == null);
89 builder.setPositiveButton(null, this);
90 builder.setNegativeButton(null, this);
97 if (mPinListener != null) {
108 showDialog(null);
Ringer.java 76 if (sInstance == null) {
131 return (mRingtone != null && mRingtone.isPlaying()) ||
132 (mRingHandler != null && mRingHandler.hasMessages(PLAY_RING_ONCE));
143 return (mVibratorThread != null);
164 if (shouldVibrate() && mVibratorThread == null) {
228 if (mRingHandler != null) {
229 mRingHandler.removeCallbacksAndMessages(null);
234 mRingThread = null;
235 mRingHandler = null;
236 mRingtone = null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestWizard.java 40 if (mValues != null) {
44 mMainPage = null;
45 mValues = null;
59 if (file != null && file.exists()) {
60 if (mValues == null) {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 71 if ( !testInputFile.exists() && packagePath!=null ) {
80 Class lexer = null;
81 PrintStream ps = null; // for redirecting stdout later
82 PrintStream ps2 = null; // for redirecting stderr later
111 this.stdout = null;
112 this.stderr = null;
122 return null;
137 if ( e.getCause()!=null ) this.stderr = e.getCause().toString();
142 if ( ps!=null ) ps.close();
143 if ( ps2!=null ) ps2.close()
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuPresenter.java 104 if (mOverflowButton == null) {
111 mOverflowButton = null;
119 mScrapActionButtonView = null;
127 if (mMenu != null) {
162 if (actionView == null || item.hasCollapsibleActionView()) {
187 return mActionButtonPopup != null ? mActionButtonPopup.getPopup() : null;
201 actionItemView.setOnTouchListener(null);
213 if (menuViewParent != null) {
220 if (mMenu != null) {
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 107 return null;
173 Cursor cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null);
211 Cursor cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null);
229 cursor = mResolver.query(Directory.CONTENT_URI, null, null, null, null)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 117 if (intent != null) handleIntent(intent);
123 return null;
135 String address = intent.getStringExtra(BluetoothDevice.EXTRA_DEVICE); // sometimes null
136 String writeValue = intent.getStringExtra(EXTRA_WRITE_VALUE); // sometimes null
148 if (mBluetoothGatt != null) mBluetoothGatt.disconnect();
151 if (mBluetoothGatt != null) mBluetoothGatt.discoverServices();
154 if (mBluetoothGatt != null) mBluetoothGatt.readRemoteRssi();
172 if (mBluetoothGatt != null) mBluetoothGatt.beginReliableWrite();
175 if (mBluetoothGatt != null) mBluetoothGatt.executeReliableWrite();
178 if (mBluetoothGatt != null) mBluetoothGatt.abortReliableWrite(mDevice)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 64 * @param method {@code non-null;} the method in question
65 * @return {@code non-null;} the list of thrown exceptions
72 if (exceptions == null) {
85 * @param attribs {@code non-null;} the attributes list to search in
86 * @return {@code non-null;} the set of annotations, which may be empty
92 if (signature != null) {
108 * @param cf {@code non-null;} the class in question
109 * @param args {@code non-null;} the high-level options
110 * @return {@code non-null;} the set of annotations, which may be empty
122 enclosingMethod == null);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 54 protected Node m_currentNode = null;
57 protected Node m_root = null;
60 protected Node m_nextSibling = null;
62 /** First node of document fragment or null if not a DocumentFragment */
63 public DocumentFragment m_docFrag = null;
114 * @return The root document or document fragment if not null
118 return (null != m_docFrag) ? (Node) m_docFrag : (Node) m_doc;
161 * Return null since there is no Writer for this class.
163 * @return null
167 return null;
    [all...]
  /external/easymock/src/org/easymock/internal/
RecordState.java 31 private ExpectedInvocation lastInvocation = null;
42 emptyReturnValues.put(Void.TYPE, null);
83 if (LastControl.pullMatchers() != null) {
97 if (lastResult != null) {
106 if (lastResult != null) {
115 if (lastResult != null) {
124 if (lastResult != null) {
134 if (lastResult != null) {
146 if (lastResult != null) {
158 behavior.addStub(lastInvocation, Result.createReturnResult(null));
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 69 register(context, thread, null, externalStorage);
74 if (mRegisteredContext != null) {
78 if (thread == null) {
83 if (user != null) {
84 context.registerReceiverAsUser(this, user, sPackageFilt, null, mRegisteredHandler);
85 context.registerReceiverAsUser(this, user, sNonDataFilt, null, mRegisteredHandler);
87 context.registerReceiverAsUser(this, user, sExternalFilt, null,
91 context.registerReceiver(this, sPackageFilt, null, mRegisteredHandler);
92 context.registerReceiver(this, sNonDataFilt, null, mRegisteredHandler);
94 context.registerReceiver(this, sExternalFilt, null, mRegisteredHandler)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
StackBox.java 57 /** Non-null indicates this is mFirst or mSecond of a parent StackBox. Null indicates this
61 /** First child, this is null exactly when mStack is non-null. */
64 /** Second child, this is null exactly when mStack is non-null. */
67 /** Stack of Tasks, this is null exactly when mFirst and mSecond are non-null. */
101 if (mParent != null) {
113 (mStack == null && (mFirst.contains(stackBoxId) || mSecond.contains(stackBoxId)))
    [all...]
  /libcore/luni/src/main/java/java/net/
URLConnection.java 193 if ((contentType = getContentType()) == null) {
194 if ((contentType = guessContentTypeFromName(url.getFile())) == null) {
198 if (contentType != null) {
201 return null;
215 * @return the content representing object or {@code null} if the content
227 if ((contentType = getContentType()) == null) {
228 if ((contentType = guessContentTypeFromName(url.getFile())) == null) {
232 if (contentType != null) {
235 return null;
240 * {@code content-encoding} or {@code null} if this field is not set
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 85 if (attr == null) {
95 if (attr == null) {
106 return null;
116 return null;
152 if (element != null) {
158 return null;
175 return namespaceAware ? localName : null;
198 return prefix != null
237 throw new DOMException(DOMException.NOT_FOUND_ERR, null);
241 oldAttrImpl.ownerElement = null;
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
IdentityTest.java 49 if (denied!=null && denied.implies(permission)) throw new SecurityException();
60 null, Boolean.FALSE,
99 i=new IdentityStub(null);
126 CertificateStub c1 = new CertificateStub("fff", null, null, pk1);
131 i.addCertificate(new CertificateStub("ccc", null, null, new PublicKeyStub("k2", "fff", new byte[]{6,7,8,9,0})));
142 PublicKeyStub pk1 = new PublicKeyStub("kkk", "fff", null);
143 CertificateStub c1 = new CertificateStub("fff", null, null, pk1)
    [all...]

Completed in 1236 milliseconds

<<919293949596979899100>>