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

<<71727374757677787980>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterFactory.java 46 if (mSharedFactory == null) {
76 if (pkg == null) {
84 return getFilterClass(className) != null;
90 if (filterClass == null) {
99 Constructor<? extends Filter> filterConstructor = null;
108 Filter filter = null;
115 if (filter == null) {
123 Class<?> filterClass = null;
136 if (filterClass != null) {
140 Class<? extends Filter> result = null;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 52 Bitmap bm = null;
56 if (opts != null) {
91 Bridge.getLog().error(null,"Failed to load image" , e, null);
100 opts.inBitmap = null;
101 return null;
106 opts.inBitmap = null;
107 return null;
113 opts.inBitmap = null;
114 return null;
    [all...]
  /frameworks/support/v13/java/android/support/v13/app/
FragmentPagerAdapter.java 70 private FragmentTransaction mCurTransaction = null;
71 private Fragment mCurrentPrimaryItem = null;
88 if (mCurTransaction == null) {
97 if (fragment != null) {
116 if (mCurTransaction == null) {
128 if (mCurrentPrimaryItem != null) {
132 if (fragment != null) {
142 if (mCurTransaction != null) {
144 mCurTransaction = null;
156 return null;
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentPagerAdapter.java 66 private FragmentTransaction mCurTransaction = null;
67 private Fragment mCurrentPrimaryItem = null;
84 if (mCurTransaction == null) {
93 if (fragment != null) {
112 if (mCurTransaction == null) {
124 if (mCurrentPrimaryItem != null) {
128 if (fragment != null) {
138 if (mCurTransaction != null) {
140 mCurTransaction = null;
152 return null;
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 70 * the certificate store parameters (may be {@code null}.
87 * the certificate store parameters (may be {@code null}).
95 * @throws NullPointerException if {@code type == null}
99 if (type == null) {
100 throw new NullPointerException("type == null");
107 if (th == null) {
122 * the certificate store parameters (may be {@code null}).
134 * @throws IllegalArgumentException if {@code provider == null || provider.isEmpty()}
136 * if {@code type} is {@code null}.
142 if (provider == null || provider.isEmpty())
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyFactoryTest.java 58 public static String defaultAlgorithm = null;
60 private static String defaultProviderName = null;
62 private static Provider defaultProvider = null;
74 DEFSupported = (defaultProvider != null);
83 DEFSupported = (defaultProvider != null);
90 defaultAlgorithm = null;
91 defaultProviderName = null;
92 defaultProvider = null;
100 return null;
112 return null;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 44 * must throw NPE if signerCertPath is null
48 new CodeSigner(null, ts);
49 fail("must not accept null");
56 * timestamp can be null
60 CodeSigner cs = new CodeSigner(cpath, null);
68 * Not null parameters
86 CodeSigner three = new CodeSigner(cpath, null);
89 CodeSigner four = new CodeSigner(cpath2, null);
100 assertFalse( one.equals(null) );
108 assertSame(new CodeSigner(cpath, null).getSignerCertPath(), cpath)
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSocketPair.java 60 SSLSocket[] sockets = connect(c, null, null);
82 if (serverCipherSuites != null) {
86 return null;
91 if (clientCipherSuites != null) {
95 return null;
105 serverException = null;
113 clientException = null;
118 if (serverException != null) {
121 if (clientException != null) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsActivity.java 42 if (mContentResolver == null) {
44 if (services != null) {
47 if (mContentResolver == null) {
57 if (services != null) {
59 if (prefs != null) {
70 if (service != null) {
101 if (result == null) {
115 if (result == null) {
123 if ((f != null) && f.isHidden()) ft.show(f);
127 if ((f != null) && !f.isHidden()) ft.hide(f)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 91 mAudioPlayer = null;
107 if (mImageView == null) {
117 if (null == bitmap) {
130 if (mImageView != null && !mConformanceMode) {
140 if (mVideoView == null) {
161 if (null == mAudioInfoView) {
163 mAudioInfoView = factory.inflate(R.layout.playing_audio_info, null);
183 if (null != mAudioInfoView) {
189 if (null != mAudioInfoView) {
195 if (audio == null) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverClient.java 53 LlcpSocket sock = null;
67 if (sock != null) {
87 if (mSocket != null) {
93 mSocket = null;
99 if (msg == null) return null;
101 LlcpSocket sock = null;
125 NdefMessage handoverSelectMsg = null;
144 if (sock != null) {
158 return null;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnPreference.java 47 this(context, null);
50 private static String mSelectedKey = null;
51 private static CompoundButton mCurrentChecked = null;
60 if ((widget != null) && widget instanceof RadioButton) {
80 if ((textLayout != null) && textLayout instanceof RelativeLayout) {
102 if (mCurrentChecked != null) {
109 mCurrentChecked = null;
110 mSelectedKey = null;
115 if ((v != null) && (R.id.text_layout == v.getId())) {
117 if (context != null) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 60 if (manager == null) {
62 mLocalAdapter = null;
71 if (mLocalAdapter == null) {
85 if (mLocalAdapter == null) {
90 mSwitch.setOnCheckedChangeListener(null);
96 mSwitch.setOnCheckedChangeListener(null);
98 mSwitch.setOnCheckedChangeListener(mValidListener ? this : null);
101 if (mLocalAdapter != null) bluetoothState = mLocalAdapter.getBluetoothState();
117 if (mLocalAdapter != null) {
147 // set listener to null, so onCheckedChanged won't be calle
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ImageAttachmentRequest.java 38 if (o == null || !(o instanceof ImageAttachmentRequest)) {
75 return other != null && TextUtils.equals(mLookupUri, other.mLookupUri)
81 AssetFileDescriptor result = null;
82 Cursor cursor = null;
85 cursor = cr.query(Uri.parse(mLookupUri), UIProvider.ATTACHMENT_PROJECTION, null, null,
86 null);
87 if (cursor != null && cursor.moveToFirst()) {
92 if (cursor != null) {
101 return null;
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
WordComposerTests.java 30 wc.setComposingWord(STR_WITHIN_BMP, null);
52 wc.setComposingWord(STR_WITH_SUPPLEMENTARY_CHAR, null);
63 wc.setComposingWord(STR_WITH_SUPPLEMENTARY_CHAR, null);
67 wc.setComposingWord(STR_WITH_SUPPLEMENTARY_CHAR, null);
71 wc.setComposingWord(STR_WITH_SUPPLEMENTARY_CHAR, null);
76 wc.setComposingWord(STR_WITH_SUPPLEMENTARY_CHAR, null);
80 wc.setComposingWord(STR_WITH_SUPPLEMENTARY_CHAR, null);
83 wc.setComposingWord(STR_WITH_SUPPLEMENTARY_CHAR, null);
86 wc.setComposingWord(STR_WITH_SUPPLEMENTARY_CHAR, null);
89 wc.setComposingWord(STR_WITH_SUPPLEMENTARY_CHAR, null);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallGatewayManager.java 69 public static final RawGatewayInfo EMPTY_INFO = new RawGatewayInfo(null, null, null);
77 if (sSingleton == null) {
88 * Intent parameter. If no such data exists, returns a Null-Object RawGatewayInfo.
128 if (info != null) {
142 if (null == intent) {
174 * @return The gateway URI or null if not found.
178 return TextUtils.isEmpty(uri) ? null : Uri.parse(uri);
186 * for user display. null if uri was null or its scheme was not 'tel:'
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
EditTextRule.java 44 if (parent != null) {
46 if (focus == null) {
81 if (focus != null && focus.getParent() != null) {
93 null, 5, false /*supportsMultipleNodes*/));
100 if (focus != null) {
111 while (root != null) {
113 if (parent == null) {
132 if (focus != null) {
136 return null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimDescriptors.java 40 if (mDescriptor == null) {
53 if (nameToDescriptor == null) {
61 if (descriptor == null) {
68 if (styleMap == null) {
84 xmlns, null, true /*mandatory*/);
90 xmlns, null, true /*mandatory*/);
99 xmlns, null, true /*mandatory*/);
105 xmlns, null, true /*mandatory*/);
115 xmlns, null, true /*mandatory*/);
120 if (set != null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 39 { "text", null },
68 return null;
82 return null;
93 return null;
102 return null;
115 return null;
132 return null;
138 return null;
144 return null;
154 this, null);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 91 mSdkTargetSelector = new SdkTargetSelector(group, null);
122 if (mValues.target != null) {
136 if (mValues.target == null) {
158 if (target != null) {
205 mValues.chosenSample = null;
207 if (target != null) {
212 findSamplesManifests(root, root, null, null, mValues.samples);
215 if (sdk != null) {
252 if (previouslyChosenSample != null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DebuggerConnector.java 44 return getProject() != null;
51 if (project != null) {
65 if (config == null) {
68 ILaunchConfigurationWorkingCopy wc = null;
72 wc = configType.newInstance(null,
98 if (config != null) {
115 * <code>null</code>.
131 if (name == null || name.equals(projectName) == false) {
138 if (connectMap != null) {
140 if (portStr != null) {
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 53 if (null != value) {
68 if (null == value)
82 if (null == charSeq)
126 if (null == value) {
179 serializer.startDocument(null, true);
181 writeMapXml(val, null, serializer);
202 serializer.startDocument(null, true);
204 writeListXml(val, null, serializer);
213 * @param name Name attribute to include with this list's tag, or null for
225 if (val == null) {
278 writeValueXml(val.get(i), null, out); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractBiMapTest.java 63 assertFalse(bimap.containsKey(null));
70 bimap.put(null, null);
71 assertTrue(bimap.containsKey(null));
75 assertFalse(bimap.containsValue(null));
82 bimap.put(null, null);
83 assertTrue(bimap.containsValue(null));
90 biMap.put(1, null);
96 assertNull(bimap.get(null));
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 83 * Status read by {@link #checkError()}, or null if not read yet.
161 mFd = null;
162 mCommFd = null;
168 this(fd, null);
173 if (fd == null) {
174 throw new NullPointerException("FileDescriptor must not be null");
176 mWrapped = null;
199 if (fd == null) return null;
214 * @param handler to call listener from; must not be null
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 43 String[] allBuildNames = null;
96 super(null, null);
103 super(null, name);
117 if (this.allBuildNames == null) {
126 * @return The build name of the baseline of <code>null</code>
145 if (buildName == null) return ""; //$NON-NLS-1$
161 * @param componentName The component name. Should not be <code>null</code>
166 if (componentResults == null) return null;
    [all...]

Completed in 1806 milliseconds

<<71727374757677787980>>