Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 5424) sorted by relevance

12345678910>>...217

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java40 /* String until */ null, in test0()
43 /* int[] bysecond */ null, in test0()
44 /* int[] byminute */ null, in test0()
45 /* int[] byhour */ null, in test0()
46 /* int[] byday */ null, in test0()
47 /* int[] bydayNum */ null, in test0()
48 /* int[] bymonthday */ null, in test0()
49 /* int[] byyearday */ null, in test0()
50 /* int[] byweekno */ null, in test0()
51 /* int[] bymonth */ null, in test0()
[all …]
DRecurrenceProcessorTest.java155 if (last != null && last.length() > 0) { in verifyRecurrence()
176 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly0()
188 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly1()
202 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly2()
218 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly3()
239 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly4()
261 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly5()
278 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly6()
294 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly7()
309 null /* exrule */, null /* exdate */, in testMonthly8()
[all …]
DRecurrenceSetTest.java44 "FREQ=DAILY;UNTIL=20080222T000000Z", null, in testRecurrenceSet0()
45 null, "20080222T120000Z", 1203595200000L, "America/New_York", "P43200S", 0, false); in testRecurrenceSet0()
47 new String[] {"FREQ=DAILY;UNTIL=20080222T000000Z"}, null, in testRecurrenceSet0()
48 null, new Long[] {1203681600000L}); in testRecurrenceSet0()
57 "FREQ=YEARLY;WKST=SU", null, null, null, 1250812800000L, "UTC", "P1D", 1, false); in testRecurrenceSet1()
59 new String[] {"FREQ=YEARLY;WKST=SU"}, null, null, null); in testRecurrenceSet1()
68 "FREQ=YEARLY;WKST=SU", null, null, null, 1250812800000L, "UTC", "P2D", 1, false); in testRecurrenceSet2()
70 new String[] {"FREQ=YEARLY;WKST=SU"}, null, null, null); in testRecurrenceSet2()
81 "FREQ=YEARLY;WKST=SU\nFREQ=MONTHLY;COUNT=3", null, in testRecurrenceSet3()
82 null, null, 1250812800000L, "UTC", "P2H", 1 /*allDay*/, false); in testRecurrenceSet3()
[all …]
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
DBindingExpressionLexer.java56 null, "','", "'default'", "'='", "'->'", "'('", "')'", "'.'", "'::'",
61 "'double'", "'this'", null, null, null, null, null, null, null, "'null'"
64 null, null, null, null, null, null, null, null, null, null, null, null,
65 null, null, null, null, null, null, null, null, null, null, null, null,
66 null, null, null, null, null, null, null, null, null, null, null, null,
67 null, null, null, null, null, null, null, null, null, "THIS", "VoidLiteral",
83 if (tokenNames[i] == null) {
87 if (tokenNames[i] == null) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifierElem.java63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null); in addExpectedNodeWithOrder()
68 return addExpectedNodeWithOrder(propName, propValue, null, in addExpectedNodeWithOrder()
69 null, contentValues, null, null); in addExpectedNodeWithOrder()
74 return addExpectedNodeWithOrder(propName, null, propValueList, in addExpectedNodeWithOrder()
75 null, contentValues, null, null); in addExpectedNodeWithOrder()
80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null, in addExpectedNodeWithOrder()
81 null, null, null); in addExpectedNodeWithOrder()
88 null, null, null, null); in addExpectedNodeWithOrder()
93 return addExpectedNodeWithOrder(propName, propValue, null, in addExpectedNodeWithOrder()
94 null, null, paramMap_TYPE, null); in addExpectedNodeWithOrder()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesManagerTest.java72 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithIdenticalParametersCacheReference()
73 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithIdenticalParametersCacheReference()
77 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithIdenticalParametersCacheReference()
78 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithIdenticalParametersCacheReference()
86 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
87 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
93 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, overrideConfig, in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
94 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
102 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testAddingASplitCreatesANewImpl()
103 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testAddingASplitCreatesANewImpl()
[all …]
/frameworks/base/core/java/android/app/
DActivityTransitionState.java114 if (mExitTransitionCoordinators == null) { in addExitTransitionCoordinator()
123 if (oldRef.get() == null) { in addExitTransitionCoordinator()
133 if (bundle != null) { in readState()
134 if (mEnterTransitionCoordinator == null || mEnterTransitionCoordinator.isReturning()) { in readState()
137 if (mEnterTransitionCoordinator == null) { in readState()
145 if (mEnteringNames != null) { in saveState()
148 if (mExitingFrom != null) { in saveState()
156 if (window == null) { in setEnterActivityOptions()
162 && options != null && mEnterActivityOptions == null in setEnterActivityOptions()
163 && mEnterTransitionCoordinator == null in setEnterActivityOptions()
[all …]
DAlarmManager.java212 mService.remove(null, this); in cancel()
218 if (sWrappers != null) { in cancel()
231 if (sWrappers != null) { in doAlarm()
347 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, operation, null, null, in set()
348 null, null, null); in set()
375 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, null, listener, tag, in set()
376 targetHandler, null, null); in set()
437 null, null, null, null, null); in setRepeating()
487 null, null, null, null, null); in setWindow()
501 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, null, listener, tag, in setWindow()
[all …]
DFragment.java427 if (loader != null && mState != null) { in SavedState()
445 return new SavedState(in, null);
491 return instantiate(context, fname, null); in instantiate()
511 if (clazz == null) { in instantiate()
521 if (args != null) { in instantiate()
548 if (mSavedViewState != null) { in restoreViewState()
550 mSavedViewState = null; in restoreViewState()
562 if (parent != null) { in setIndex()
599 if (mTag != null) { in toString()
659 if (mFragmentManager == null) { in isStateSaved()
[all …]
DPendingIntent.java217 if (handler == null && ActivityThread.isSystem()) { in FinishedDispatcher()
220 if (sDefaultSystemHandler == null) { in FinishedDispatcher()
234 if (mHandler == null) { in performReceive()
304 return getActivity(context, requestCode, intent, flags, null); in getActivity()
338 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivity()
339 context.getContentResolver()) : null; in getActivity()
346 null, null, requestCode, new Intent[] { intent }, in getActivity()
347 resolvedType != null ? new String[] { resolvedType } : null, in getActivity()
349 return target != null ? new PendingIntent(target) : null; in getActivity()
363 String resolvedType = intent != null ? intent.resolveTypeIfNeeded( in getActivityAsUser()
[all …]
DEnterTransitionCoordinator.java81 if (decorView != null) { in EnterTransitionCoordinator()
136 if (viewsTransition != null && mTransitioningViews != null) { in viewsReady()
146 if (mSharedElementsBundle != null) { in viewsReady()
158 if (decor == null || (decor.isAttachedToWindow() && in triggerViewsReady()
163 mViewsReadyListener = null; in triggerViewsReady()
174 if (decorView != null) { in mapNamedElements()
177 if (accepted != null) { in mapNamedElements()
181 if (localName != null && !localName.equals(acceptedName)) { in mapNamedElements()
183 if (view != null) { in mapNamedElements()
195 if (allowOverlappingTransitions() && getEnterViewsTransition() != null) { in sendSharedElementDestination()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java96 null); in setUp()
124 mSbn = new StatusBarNotification(TEST_PACKAGE_NAME, TEST_PACKAGE_NAME, 0, null, TEST_UID, 0, in setUp()
125 new Notification(), UserHandle.CURRENT, null, 0); in setUp()
161 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_SetsTextApplicationName()
162 null, null); in testBindNotification_SetsTextApplicationName()
174 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_SetsPackageIcon()
175 null, null); in testBindNotification_SetsPackageIcon()
184 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_GroupNameHiddenIfNoGroup()
185 null, null); in testBindNotification_GroupNameHiddenIfNoGroup()
203 mNotificationChannel.getImportance(), mSbn, null, null, null, in testBindNotification_SetsGroupNameIfNonNull()
[all …]
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlend.java50 forEach(id, ain, aout, null, opt); in blend()
60 forEachClear(ain, aout, null); in forEachClear()
80 return createKernelID(0, 3, null, null); in getKernelIDClear()
91 forEachSrc(ain, aout, null); in forEachSrc()
102 blend(1, ain, aout, null); in forEachSrc()
111 return createKernelID(1, 3, null, null); in getKernelIDSrc()
145 return createKernelID(2, 3, null, null); in getKernelIDDst()
155 forEachSrcOver(ain, aout, null); in forEachSrcOver()
175 return createKernelID(3, 3, null, null); in getKernelIDSrcOver()
185 forEachDstOver(ain, aout, null); in forEachDstOver()
[all …]
DElement.java68 if (mElements == null) { in updateVisibleSubElements()
202 if (mElements == null) { in isComplex()
206 if (mElements[ct].mElements != null) { in isComplex()
221 if (mVisibleElementMap == null) { in getSubElementCount()
234 if (mVisibleElementMap == null) { in getSubElement()
250 if (mVisibleElementMap == null) { in getSubElementName()
267 if (mVisibleElementMap == null) { in getSubElementArraySize()
283 if (mVisibleElementMap == null) { in getSubElementOffsetBytes()
314 if (rs.mElement_BOOLEAN == null) { in BOOLEAN()
316 if (rs.mElement_BOOLEAN == null) { in BOOLEAN()
[all …]
/frameworks/support/fragment/java/android/support/v4/app/
DFragment.java258 if (loader != null && mState != null) { in SavedState()
277 return new SavedState(in, null);
320 return instantiate(context, fname, null); in instantiate()
340 if (clazz == null) { in instantiate()
346 if (args != null) { in instantiate()
383 if (clazz == null) { in isSupportFragmentClass()
395 if (mSavedViewState != null) { in restoreViewState()
397 mSavedViewState = null; in restoreViewState()
409 if (parent != null) { in setIndex()
446 if (mTag != null) { in toString()
[all …]
/frameworks/base/obex/javax/obex/
DHeaderSet.java231 private SecureRandom mRandom = null;
267 mName = null; in setEmptyNameHeader()
298 if (headerValue == null) { in setHeader()
299 mCount = null; in setHeader()
311 if ((headerValue != null) && (!(headerValue instanceof String))) { in setHeader()
318 if ((headerValue != null) && (!(headerValue instanceof String))) { in setHeader()
325 if (headerValue == null) { in setHeader()
326 mLength = null; in setHeader()
338 if ((headerValue != null) && (!(headerValue instanceof Calendar))) { in setHeader()
344 if ((headerValue != null) && (!(headerValue instanceof Calendar))) { in setHeader()
[all …]
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseGeneralTest.java69 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null); in setUp()
111 assertEquals(1, mDatabase.update("test", values, "_id=1", null)); in testUpdate()
112 Cursor c = mDatabase.query("test", null, "_id=1", null, null, null, null); in testUpdate()
130 c = mDatabase.query("phones", null, in testPhoneNumbersEqual()
131 "PHONE_NUMBERS_EQUAL(num, '504-555-7683')", null, null, null, null); in testPhoneNumbersEqual()
132 assertTrue(c == null || c.getCount() == 0); in testPhoneNumbersEqual()
135 c = mDatabase.query("phones", null, in testPhoneNumbersEqual()
136 "PHONE_NUMBERS_EQUAL(num, '911')", null, null, null, null); in testPhoneNumbersEqual()
144 c = mDatabase.query("phones", null, in testPhoneNumbersEqual()
145 "PHONE_NUMBERS_EQUAL(num, '5555')", null, null, null, null); in testPhoneNumbersEqual()
[all …]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DScriptIntrinsicBlend.java61 forEach(id, ain, aout, null);
80 return createKernelID(0, 3, null, null);
100 return createKernelID(1, 3, null, null);
121 return createKernelID(2, 3, null, null);
140 return createKernelID(3, 3, null, null);
159 return createKernelID(4, 3, null, null);
178 return createKernelID(5, 3, null, null);
197 return createKernelID(6, 3, null, null);
216 return createKernelID(7, 3, null, null);
235 return createKernelID(8, 3, null, null);
[all …]
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java64 if (null != value) { in convertValueToList()
79 if (null == value) in convertValueToBoolean()
93 if (null == charSeq) in convertValueToInt()
137 if (null == value) { in convertValueToUnsignedInt()
190 serializer.startDocument(null, true); in writeMapXml()
192 writeMapXml(val, null, serializer); in writeMapXml()
213 serializer.startDocument(null, true); in writeListXml()
215 writeListXml(val, null, serializer); in writeListXml()
235 writeMapXml(val, name, out, null); in writeMapXml()
258 if (val == null) { in writeMapXml()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java68 return null; in getPackageInfo()
74 return null; in getPackageInfoAsUser()
80 return null; in getPackageInfo()
85 return null; in getSharedLibraries()
91 return null; in getSharedLibrariesAsUser()
106 return null; in getLaunchIntentForPackage()
111 return null; in getLeanbackLaunchIntentForPackage()
141 return null; in getPermissionInfo()
147 return null; in queryPermissionsByGroup()
158 return null; in getPermissionGroupInfo()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
DPackageManagerStub.java52 if (sPackageInfo == null) { in getPackageInfo()
62 return null; in getPackageInfo()
68 return null; in getPackageInfoAsUser()
83 return null; in getLaunchIntentForPackage()
88 return null; in getLeanbackLaunchIntentForPackage()
123 return null; in getPermissionInfo()
129 return null; in queryPermissionsByGroup()
140 return null; in getPermissionGroupInfo()
145 return null; in getAllPermissionGroups()
151 return null; in getApplicationInfo()
[all …]
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java52 private Bundle mExtras = null;
55 protected String[] mExcludeMimes = null;
79 this(context, null); in QuickContactBadge()
116 if (overlay != null && overlay.isStateful() in drawableStateChanged()
126 if (mOverlay != null) { in drawableHotspotChanged()
154 if (mOverlay == null || mOverlay.getIntrinsicWidth() == 0 || in onDraw()
175 return mContactUri != null || mContactEmail != null || mContactPhone != null; in isAssigned()
182 if (mDefaultAvatar == null) { in setImageToDefault()
199 mContactEmail = null; in assignContactUri()
200 mContactPhone = null; in assignContactUri()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java86 private static CatService[] sInstance = null;
89 private CatCmdMessage mCurrntCmd = null;
90 private CatCmdMessage mMenuCmd = null;
92 private RilMessageDecoder mMsgDecoder = null;
132 if (ci == null || ca == null || ir == null || context == null || fh == null in CatService()
133 || ic == null) { in CatService()
145 if (null == mMsgDecoder) { in CatService()
152 mCmdIf.setOnCatSessionEnd(this, MSG_ID_SESSION_END, null); in CatService()
153 mCmdIf.setOnCatProactiveCmd(this, MSG_ID_PROACTIVE_COMMAND, null); in CatService()
154 mCmdIf.setOnCatEvent(this, MSG_ID_EVENT_NOTIFY, null); in CatService()
[all …]
/frameworks/layoutlib/bridge/src/android/view/
DShadowPainter.java86 g2.drawImage(image, shadowSize, shadowSize, null); in createDropShadow()
168 g2.drawImage(source, null, 0, 0); in createDropShadow()
194 g.drawImage(source, 0, 0, null); in createRectangularDropShadow()
223 g.drawImage(source, 0, 0, null); in createSmallRectangularDropShadow()
296 assert ShadowBottomLeft != null; in drawRectangleShadow() local
297 assert ShadowBottomRight.getWidth(null) == SHADOW_SIZE; in drawRectangleShadow()
298 assert ShadowBottomRight.getHeight(null) == SHADOW_SIZE; in drawRectangleShadow()
300 int blWidth = ShadowBottomLeft.getWidth(null); in drawRectangleShadow()
301 int trHeight = ShadowTopRight.getHeight(null); in drawRectangleShadow()
309 gc.drawImage(ShadowBottomLeft, x - ShadowBottomLeft.getWidth(null), y + height, null); in drawRectangleShadow()
[all …]
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DMOManager.java190 if (moTree == null) { in loadAllSPs()
195 if (sps != null) { in loadAllSPs()
197 if (mSPs.put(sp.getFQDN(), sp) != null) { in loadAllSPs()
245 OMAConstructed dummyRoot = new OMAConstructed(null, TAG_PerProviderSubscription, null); in addSP()
267 if (mSPs.put(fqdn, sp) != null) { in addSP()
324 OMANode instance = null; in findTargetTree()
330 if (instance != null) { in findTargetTree()
338 return null; in findTargetTree()
372 if (oldUdi != null) { in modifySP()
380 if (current == null) { in modifySP()
[all …]

12345678910>>...217