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

<<101102103104105106107108109110>>

  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 51 assertEquals(1, r.delete(Settings.Secure.getUriFor("test_service"), null, null));
52 assertEquals(null, Settings.Secure.getString(r, "test_service"));
61 assertEquals(1, r.delete(Settings.System.getUriFor("test_setting"), null, null));
62 assertEquals(null, Settings.System.getString(r, "test_setting"));
84 Cursor c = r.query(uri, null, null, null, null);
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java 125 super(context, DB_NAME, null, VERSION_ADD_RECENT_KEY);
133 RecentColumns.STACK + " BLOB DEFAULT NULL," +
148 ResumeColumns.PACKAGE_NAME + " TEXT NOT NULL PRIMARY KEY," +
149 ResumeColumns.STACK + " BLOB DEFAULT NULL," +
151 ResumeColumns.EXTERNAL + " INTEGER NOT NULL DEFAULT 0" +
179 null, null, null, sortOrder);
186 new String[] { authority, rootId, documentId }, null, null, sortOrder)
    [all...]
  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 76 assertNotEqual(null, unexpected, actual);
102 assertEquals(null, expected, actual);
128 assertEquals(null, expected, actual);
154 assertEquals(null, expected, actual);
161 * {@code null} will be considered equal to {@code null} (unlike SQL).
173 if (!((exp==null) ? act==null : exp.equals(act))) {
186 assertEquals(null, expected, actual);
209 assertEquals(null, expected, actual)
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 55 this(context, null);
85 if (mActionMenuPresenter != null) {
94 if (mActionMenuPresenter != null) {
101 mMenuView.setBackgroundDrawable(null);
103 if (oldParent != null) {
119 if (oldParent != null) {
134 if (mCustomView != null) {
138 if (mTitleLayout != null) {
140 mTitleLayout = null;
142 if (view != null) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyGeneratorTest.java 63 private static String defaultAlgorithm = null;
65 private static String defaultProviderName = null;
67 private static Provider defaultProvider = null;
81 DEFSupported = (defaultProvider != null);
123 AlgorithmParameterSpec params = null;
126 keyG.init(params, null);
131 keyG.init(keysize, null);
135 keyG = new myKeyGenerator(null, null, null);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java 95 private DeleteNotifyListener mDeleteStartedListener = null;
103 if (exitWhenDone && parentActivity == null) {
113 if (cursor == null) {
139 mService.startDelete(mService.getNextToken(), null, uri, null, null, Utils.UNDO_DELAY);
140 if (mCallback != null) {
157 if (mCallback != null) {
211 mService.startQuery(mService.getNextToken(), null, uri, EditEventHelper.EVENT_PROJECTION, local
212 null, null, null) local
350 mService.startUpdate(mService.getNextToken(), null, uri, values, null, null, local
391 mService.startInsert(mService.getNextToken(), null, Events.CONTENT_URI, values, local
397 mService.startDelete(mService.getNextToken(), null, uri, null, null, local
406 mService.startDelete(mService.getNextToken(), null, uri, null, null, local
431 mService.startUpdate(mService.getNextToken(), null, uri, values, null, null, local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 129 if (convertView == null) {
157 if (convertView == null) {
169 if (convertView == null) {
185 return null;
210 return mActionBar != null ? mActionBar.getHeight() : 0;
236 if (mActionBar != null) {
238 mClusterRunner = null;
250 if (mActionBar != null) {
251 mClusterRunner = null;
259 if (mActionBar != null && mAlbumModeListener != null)
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 137 return registerReceiver(receiver, filter, null, null);
143 if (receiver == null) {
146 return super.registerReceiver(null, filter, broadcastPermission, scheduler);
156 if (receiver == null) {
159 return super.registerReceiverAsUser(null, user, filter, broadcastPermission, scheduler);
200 private final Display mDisplay; // may be null if default display
208 private Resources.Theme mTheme = null;
210 private Context mReceiverRestrictedContext = null;
252 cache.add(null);
1048 getOuterContext(), mMainThread.getApplicationThread(), null, local
1059 null, null, 0, Intent.FLAG_ACTIVITY_NEW_TASK, null, null, options, local
1081 getOuterContext(), mMainThread.getApplicationThread(), null, local
1095 getOuterContext(), mMainThread.getApplicationThread(), null, local
1136 mMainThread.getApplicationThread(), intent, resolvedType, null, local
1137 Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, false, false, local
1150 mMainThread.getApplicationThread(), intent, resolvedType, null, local
1151 Activity.RESULT_OK, null, null, receiverPermission, AppOpsManager.OP_NONE, local
1164 mMainThread.getApplicationThread(), intent, resolvedType, null, local
1165 Activity.RESULT_OK, null, null, receiverPermission, appOp, false, false, local
1179 mMainThread.getApplicationThread(), intent, resolvedType, null, local
1180 Activity.RESULT_OK, null, null, receiverPermission, AppOpsManager.OP_NONE, true, false, local
1235 intent, resolvedType, null, Activity.RESULT_OK, null, null, null, local
1248 mMainThread.getApplicationThread(), intent, resolvedType, null, local
1249 Activity.RESULT_OK, null, null, receiverPermission, AppOpsManager.OP_NONE, false, false, local
1294 mMainThread.getApplicationThread(), intent, resolvedType, null, local
1295 Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, false, true, local
1329 initialCode, initialData, initialExtras, null, local
1356 mMainThread.getApplicationThread(), intent, resolvedType, null, local
1357 Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, false, true, user.getIdentifier()); local
1389 initialCode, initialData, initialExtras, null, local
    [all...]
LoadedApk.java 128 mDataDirFile = mDataDir != null ? new File(mDataDir) : null;
145 mAppDir = null;
146 mResDir = null;
147 mSharedLibraries = null;
148 mDataDir = null;
149 mDataDirFile = null;
150 mLibDir = null;
151 mBaseClassLoader = null;
192 * @return null-ok; the array of shared libraries, each on
    [all...]
  /frameworks/base/core/java/android/provider/
MediaStore.java 546 Bitmap bitmap = null;
547 Uri thumbUri = null;
554 pfdInput.getFileDescriptor(), null, options);
582 Cursor c = null;
584 c = cr.query(cancelUri, PROJECTION, null, null, null);
587 if (c != null) c.close();
608 Bitmap bitmap = null;
609 String filePath = null;
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 87 return (view.mAttachInfo != null
136 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
140 View root = null;
146 if (root != null && isShown(root)) {
153 if (spec != null) {
208 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
212 View root = null;
218 if (root != null) {
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 481 mWhat = (msg != null) ? msg.what : 0;
517 * @return the state destination state if a transition is occurring or null if none.
538 sb.append(mState == null ? "<null>" : mState.getName());
540 sb.append(mOrgState == null ? "<null>" : mOrgState.getName());
542 sb.append(mDstState == null ? "<null>" : mDstState.getName());
544 String what = mSm != null ? mSm.getWhatToString(mWhat) : "";
631 * large null is returned
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
CropActivity.java 60 private CropExtras mCropExtras = null;
61 private LoadBitmapTask mLoadBitmapTask = null;
65 private Bitmap mOriginalBitmap = null;
66 private RectF mOriginalBounds = null;
68 private Uri mSourceUri = null;
69 private CropView mCropView = null;
70 private View mSaveButton = null;
98 if (mCropExtras != null && mCropExtras.getShowWhenLocked()) {
106 if (actionBar != null) {
118 if (intent.getData() != null) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 63 private CropExtras mCropExtras = null;
64 private LoadBitmapTask mLoadBitmapTask = null;
68 private Bitmap mOriginalBitmap = null;
69 private RectF mOriginalBounds = null;
71 private Uri mSourceUri = null;
72 private CropView mCropView = null;
73 private View mSaveButton = null;
101 if (mCropExtras != null && mCropExtras.getShowWhenLocked()) {
109 if (actionBar != null) {
121 if (intent.getData() != null) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 144 if (mCallback != null) {
157 if (item != null) {
209 if (upBackground != null) {
252 mTitleView = null;
253 mSubtitleView = null;
254 if (mTitleLayout != null && mTitleLayout.getParent() == mUpGoerFive) {
257 mTitleLayout = null;
266 if (mTabScrollView != null && mIncludeTabs) {
268 if (lp != null) {
288 if (mActionMenuPresenter != null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 162 /** Non-null when editing an Android Resource XML file: identifies the attribute name
163 * of the value being edited. When null, the source is an Android Java file. */
166 * Value is null when not on {@link Mode#EDIT_SOURCE} mode. */
168 /** The editor. Non-null when invoked from {@link ExtractStringAction}. Null otherwise. */
182 * Value is null when not on {@link Mode#EDIT_SOURCE} mode. */
241 mFile = null;
243 mTokenString = null;
244 mXmlAttributeName = null;
247 mEditor = null;
    [all...]
  /art/test/087-gc-after-link/src/
Main.java 36 * "test.jar". However, it will return null when asked to load the
42 * "InaccessibleSuper", which will return null, which the VM
49 /** We return null when asked to load InaccessibleSuper. */
72 Object dexFile = null;
73 Class dexClass = null;
95 if (dexFile != null) {
97 Method meth = dexClass.getMethod("close", (Class[]) null);
111 return null;
117 * Return null if the class's name is SUPERCLASS_NAME;
124 return null;
    [all...]
  /cts/tests/src/android/app/cts/
LocalService.java 65 if (intent.getExtras() != null) {
69 if (mReportObject != null) {
77 if (mReportObject != null) {
89 if (mReportObject != null) {
97 if (mReportObject != null) {
111 bindCode, data, null, 0);
  /cts/tests/tests/app/src/android/app/cts/
TabActivityTest.java 43 if (mActivity != null) {
46 } else if (mChildActivity != null) {
89 .getTargetContext(), null, null, intent, info, MockTabActivity.class.getName(),
90 father, null, null);
  /cts/tests/tests/content/src/android/content/res/cts/
ArrayTest.java 69 checkStringArray(R.array.integers, new String[] {null, null, null});
70 checkTextArray(R.array.integers, new String[] {null, null, null});
  /cts/tests/tests/provider/src/android/provider/cts/
TelephonyProviderTest.java 61 assertEquals("The code was able to insert the _data column", null, uri2);
62 if (uri2 == null) {
67 int rowCnt = mContentResolver.update(uri2, values, null, null);
87 String selection = Carriers.CURRENT + " IS NOT NULL";
88 String[] selectionArgs = null;
90 APN_PROJECTION, selection, selectionArgs, null);
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
RenderscriptGLStubActivity.java 64 if (mRS == null) {
84 mRender = null;
85 if (mRS != null) {
86 mRS = null;
117 if (mView != null) {
120 if (mView2 != null) {
  /cts/tests/tests/text/src/android/text/style/cts/
QuoteSpanTest.java 63 quoteSpan.drawLeadingMargin(c, p, 0, 0, 0, 0, 0, null, 0, 0, true, null);
66 quoteSpan.drawLeadingMargin(null, null, 0, 0, 0, 0, 0, null, 0, 0, true, null);
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DexDepsXmlHandler.java 73 if (apiPackage != null) {
75 if (apiClass != null) {
77 if (apiConstructor != null) {
84 if (apiPackage != null) {
86 if (apiClass != null) {
89 if (apiMethod != null) {
  /cts/tools/dasm/src/java_cup/
production.java 69 else if (rhs_parts != null)
75 if (lhs_sym == null)
77 "Attempt to construct a production with a null LHS");
94 if (tail_action != null) _rhs_length--;
107 if (action_str == null) action_str = "";
108 if (tail_action != null && tail_action.code_string() != null)
136 this(lhs_sym,rhs_parts,rhs_l,null);
304 if (label_pos == null) return id_str;
366 if (act_string == null || act_string.length()== 0) return act_string
    [all...]

Completed in 1205 milliseconds

<<101102103104105106107108109110>>