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

<<121122123124125126127128129130>>

  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DisplaySinkService.java 65 if (oldSurfaceView != null) {
71 updateSurfaceFromUi(null);
76 if (surfaceView != null) {
117 updateSurfaceFromUi(null);
121 Surface surface = null;
123 if (holder != null && !holder.isCreating()) {
130 surface = null;
143 if (mCodec != null) {
145 mCodec = null;
146 mCodecInputBuffers = null;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Frame.java 138 if (manager == null) {
147 return mBackingStore != null ? this : null;
163 return dim != null ? Arrays.copyOf(dim, dim.length) : null;
187 int oldCount = oldDims == null ? 0 : oldDims.length;
188 int newCount = newDims == null ? 0 : newDims.length;
192 } else if (newDims != null && !Arrays.equals(oldDims, newDims)) {
FrameQueue.java 23 private FrameType mReadType = null;
24 private FrameType mWriteType = null;
91 private Frame mFrame = null;
95 return mFrame != null;
100 return mFrame == null;
106 mFrame = null;
131 if (mFrame != null) {
133 mFrame = null;
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerProvider.java 52 super(context, DB_NAME, null, DB_VERSION);
89 getContext().getContentResolver().notifyChange(uri, null);
101 long rowId = db.insert(TABLE_NAME, null, values);
104 getContext().getContentResolver().notifyChange(addedUri, null);
107 return null;
116 selectionArgs, null, null, sortOrder);
117 getContext().getContentResolver().notifyChange(uri, null);
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 44 this(context, null);
90 return null;
151 return null;
171 return null;
175 return null;
179 return null;
209 return null;
228 return null;
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceRequest.java 48 super(WifiP2pServiceInfo.SERVICE_TYPE_UPNP, null);
62 * @param st ssdp search target. Cannot be null.<br>
74 if (st == null) {
75 throw new IllegalArgumentException("search target cannot be null");
  /frameworks/ex/common/java/com/android/common/
SharedPreferencesCompat.java 35 sApplyMethod = null;
40 if (sApplyMethod != null) {
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 295 if ((sPersister == null) || !context.equals(sPersister.mContext)) {
306 if ((s != null) && (s.length() > 0)) {
319 if (s != null) {
346 return null;
353 return null;
359 PART_PROJECTION, null, null, null);
361 PduPart[] parts = null;
364 if ((c == null) || (c.getCount() == 0))
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsCbMessage.java 39 "pl", null
46 "cs", "he", "ar", "ru", "is", null, null, null, null, null, null, null, null, null,
    [all...]
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerDialog.java 59 String timeZone = null;
61 if (b != null) {
67 if (savedInstanceState != null) {
70 mView = new TimeZonePickerView(getActivity(), null, timeZone, timeMillis, this,
72 if (savedInstanceState != null && savedInstanceState.getBoolean(KEY_HAS_RESULTS, false)) {
83 outState.putBoolean(KEY_HAS_RESULTS, mView != null && mView.hasResults());
84 if (mView != null) {
102 if (mTimeZoneSetListener != null) {
  /frameworks/support/v4/java/android/support/v4/app/
NavUtils.java 53 if (parentName == null) return null;
59 final Intent parentIntent = grandparent == null
66 return null;
73 return action != null && !action.equals(Intent.ACTION_MAIN);
85 if (info.metaData == null) return null;
87 if (parentActivity == null) return null;
102 if (result == null) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/util/
DebugUtils.java 28 if (cls == null) {
29 out.append("null");
32 if (simpleName == null || simpleName.length() <= 0) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuPresenter.java 87 } else if (mContext != null) {
89 if (mInflater == null) {
94 if (mAdapter != null) {
101 if (mAdapter == null) {
106 if (mMenuView == null) {
116 return null;
127 if (mAdapter == null) {
135 if (mAdapter != null) mAdapter.notifyDataSetChanged();
148 new MenuDialogHelper(subMenu).show(null);
149 if (mCallback != null) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java 139 if (mCallback != null) {
153 if (item != null) {
182 if (mLogo == null) {
191 if (mLogo == null) {
199 if (mIcon == null) {
207 if (mIcon == null) {
258 mTitleView = null;
259 mSubtitleView = null;
260 mTitleUpView = null;
261 if (mTitleLayout != null && mTitleLayout.getParent() == this)
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderProtocol.java 118 * - obj : discovery request bundle, or null if none
146 * - obj : route provider descriptor bundle, or null
153 * - obj : result data bundle, or null
160 * - obj : result data bundle, or null
168 * - obj : route provider descriptor bundle, or null
201 return messenger != null && messenger.getBinder() != null;
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoHelper.java 33 * @return null if node is null, else a Rect containing visible bounds
36 if (node == null) {
37 return null;
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
ShellUiAutomatorBridge.java 57 IContentProvider provider = null;
58 Cursor cursor = null;
65 if (holder == null) {
69 cursor = provider.query(null, Settings.Secure.CONTENT_URI,
75 }, null, null);
80 if (cursor != null) {
83 if (provider != null) {
  /frameworks/webview/chromium/tools/
webview_command_line 21 adb shell "cat $CMD_LINE_FILE 2>/dev/null" | cut -d" " -f "2-"
25 adb shell rm $CMD_LINE_FILE >/dev/null
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLDSAParams.java 53 if (params[0] != null) {
56 if (params[1] != null) {
59 if (params[2] != null) {
62 if (params[3] != null) {
65 if (params[4] != null) {
92 return (g != null) && (p != null) && (q != null);
  /libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 48 * @param settings array of settings, may be null.
55 domImpl = null;
65 throw new DOMTestIncompatibleException(ex, null);
76 // throw new DOMTestIncompatibleException(null,settings[i]);
100 null); local
102 throw new DOMTestIncompatibleException(ex, null);
117 if (newSettings == null) {
147 * @return DOM implementation, may be null
153 if (domImpl == null) {
163 (DOMImplementation) getImpl.invoke(null, new Object[0])
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectByteBufferTest.java 30 buf = null;
31 baseBuf = null;
DirectCharBufferTest.java 30 buf = null;
31 baseBuf = null;
DirectDoubleBufferTest.java 29 buf = null;
30 baseBuf = null;
DirectFloatBufferTest.java 29 buf = null;
30 baseBuf = null;
DirectIntBufferTest.java 29 buf = null;
30 baseBuf = null;

Completed in 983 milliseconds

<<121122123124125126127128129130>>