Home
last modified time | relevance | path

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

12345678910>>...246

/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierRestrictionRulesTest.java57 allowedCarriers.add(new CarrierIdentifier(MCC1, MNC1, null, null, null, null)); in testBuilderAllowedAndExcludedCarriers()
58 allowedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, null, null)); in testBuilderAllowedAndExcludedCarriers()
61 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderAllowedAndExcludedCarriers()
91 allowedCarriers.add(new CarrierIdentifier(MCC1_WILDCHAR, MNC1_WILDCHAR, null, null, in testBuilderWildCharacter()
92 null, null)); in testBuilderWildCharacter()
95 excludedCarriers.add(new CarrierIdentifier(MCC2_WILDCHAR, MNC2_WILDCHAR, null, null, in testBuilderWildCharacter()
96 GID1, null)); in testBuilderWildCharacter()
113 allowedCarriers.add(new CarrierIdentifier(MCC1, MNC1, null, null, null, null)); in testBuilderDefaultAllowed()
114 allowedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, null, null)); in testBuilderDefaultAllowed()
117 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderDefaultAllowed()
[all …]
DCarrierResolverTest.java108 mCarrierResolver.removeCallbacksAndMessages(null); in tearDown()
109 mCarrierResolver = null; in tearDown()
234 CarrierIdentifier identifier = new CarrierIdentifier(null, null, null, null, null, null); in testGetCarrierIdFromIdentifier()
238 identifier = new CarrierIdentifier(MCCMNC.substring(0, 3), MCCMNC.substring(3), null, null, in testGetCarrierIdFromIdentifier()
239 null, null); in testGetCarrierIdFromIdentifier()
243 … identifier = new CarrierIdentifier(MCCMNC.substring(0, 3), MCCMNC.substring(3), SPN_FI, null, in testGetCarrierIdFromIdentifier()
244 null, null); in testGetCarrierIdFromIdentifier()
299 null, // gid1 in query()
300 null, // gid2 in query()
301 null, // plmn in query()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/intent/
DTemplateClassificationIntentFactoryTest.java74 null, in create_foreignText()
75 null, in create_foreignText()
76 null, in create_foreignText()
77 null, in create_foreignText()
78 null, in create_foreignText()
79 null, in create_foreignText()
80 null, in create_foreignText()
81 null, in create_foreignText()
82 null, in create_foreignText()
83 null, in create_foreignText()
[all …]
DLegacyIntentClassificationFactoryTest.java55 null, in create_typeDictionary()
56 null, in create_typeDictionary()
57 null, in create_typeDictionary()
58 null, in create_typeDictionary()
59 null, in create_typeDictionary()
60 null, in create_typeDictionary()
61 null, in create_typeDictionary()
62 null, in create_typeDictionary()
63 null, in create_typeDictionary()
64 null, in create_typeDictionary()
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DLogNullabilityTest.java33 Log.v(null, ""); in nullTag()
34 Log.d(null, ""); in nullTag()
35 Log.i(null, ""); in nullTag()
36 Log.w(null, ""); in nullTag()
37 Log.e(null, ""); in nullTag()
38 Log.wtf(null, ""); in nullTag()
39 Log.wtfStack(null, ""); in nullTag()
40 Log.println(Log.INFO, null, ""); in nullTag()
47 Log.v(null, "", new Throwable()); in nullTagWithThrowable()
48 Log.d(null, "", new Throwable()); in nullTagWithThrowable()
[all …]
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambda.java183 function, 1, 0, ReturnType.VOID, arg1, null, null, null, null, null, null, null, in obtainRunnable()
184 null); in obtainRunnable()
200 function, 1, 0, ReturnType.BOOLEAN, arg1, null, null, null, null, null, null, null, in obtainSupplier()
201 null); in obtainSupplier()
217 function, 1, 0, ReturnType.OBJECT, arg1, null, null, null, null, null, null, null, in obtainSupplier()
218 null); in obtainSupplier()
248 function, 1, 0, ReturnType.VOID, arg1, null, null, null, null, null, null, null, in obtainMessage()
249 null); in obtainMessage()
268 function, 2, 0, ReturnType.VOID, arg1, arg2, null, null, null, null, null, null, in obtainRunnable()
269 null); in obtainRunnable()
[all …]
DOmniFunction.java62 return invoke(o, o2, null, null, null, null, null, null, null); in apply()
67 return invoke(o, null, null, null, null, null, null, null, null); in apply()
76 invoke(o, o2, null, null, null, null, null, null, null); in accept()
81 invoke(o, null, null, null, null, null, null, null, null); in accept()
86 invoke(null, null, null, null, null, null, null, null, null); in run()
91 return invoke(null, null, null, null, null, null, null, null, null); in get()
96 return (Boolean) invoke(o, o2, null, null, null, null, null, null, null); in test()
101 return (Boolean) invoke(o, null, null, null, null, null, null, null, null); in test()
116 return invoke(a, b, c, null, null, null, null, null, null); in apply()
121 invoke(a, b, c, null, null, null, null, null, null); in accept()
[all …]
/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.java74 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithIdenticalParametersCacheReference()
75 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithIdenticalParametersCacheReference()
79 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithIdenticalParametersCacheReference()
80 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithIdenticalParametersCacheReference()
88 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
89 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
95 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, overrideConfig, in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
96 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences()
104 null, APP_ONE_RES_DIR, null, null, null, Display.DEFAULT_DISPLAY, null, in testAddingASplitCreatesANewImpl()
105 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null); in testAddingASplitCreatesANewImpl()
[all …]
/frameworks/base/core/java/android/app/
DActivityTransitionState.java114 if (mExitTransitionCoordinators == null) { in addExitTransitionCoordinator()
122 if (oldRef.get() == null) { in addExitTransitionCoordinator()
132 if (bundle != null) { in readState()
133 if (mEnterTransitionCoordinator == null || mEnterTransitionCoordinator.isReturning()) { in readState()
136 if (mEnterTransitionCoordinator == null) { in readState()
148 if (mPendingExitNames == null && mEnterTransitionCoordinator != null) { in getPendingExitNames()
156 if (pendingExitNames != null) { in saveState()
159 if (mExitingFrom != null) { in saveState()
167 if (window == null) { in setEnterActivityOptions()
173 && options != null && mEnterActivityOptions == null in setEnterActivityOptions()
[all …]
DAlarmManager.java220 mService.remove(null, this); in cancel()
226 if (sWrappers != null) { in cancel()
239 if (sWrappers != null) { in doAlarm()
356 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, operation, null, null, in set()
357 null, null, null); in set()
384 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, null, listener, tag, in set()
385 targetHandler, null, null); in set()
446 null, null, null, null, null); in setRepeating()
496 null, null, null, null, null); in setWindow()
510 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, null, listener, tag, in setWindow()
[all …]
DFragment.java447 if (loader != null && mState != null) { in SavedState()
465 return new SavedState(in, null);
514 return instantiate(context, fname, null); in instantiate()
534 if (clazz == null) { in instantiate()
544 if (args != null) { in instantiate()
571 if (mSavedViewState != null) { in restoreViewState()
573 mSavedViewState = null; in restoreViewState()
585 if (parent != null) { in setIndex()
622 if (mTag != null) { in toString()
682 if (mFragmentManager == null) { in isStateSaved()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/data/
DEuiccRulesAuthTableTest.java35 CarrierIdentifier opA = new CarrierIdentifier(new byte[] {0x21, 0x63, 0x54}, null, "4"); in testFindIndex()
36 CarrierIdentifier opB = new CarrierIdentifier(new byte[] {0x21, 0x69, 0x54}, "4", null); in testFindIndex()
52 null), in testFindIndex()
55 new byte[] {0x21, 0x63, 0x54}, null, "4") in testFindIndex()
63 new byte[] {0x21, 0x63, 0x54}, null, "5"), in testFindIndex()
66 new byte[] {0x21, 0x6E, 0x54}, null, null) in testFindIndex()
75 new byte[] {0x21, 0x69, 0x54}, "5", null), in testFindIndex()
78 new byte[] {0x21, 0x6E, 0x54}, "4", null), in testFindIndex()
81 new byte[] {0x21, 0x6E, 0x54}, null, "4") in testFindIndex()
98 CarrierIdentifier opA = new CarrierIdentifier(new byte[] {0x21, 0x63, 0x54}, null, "4"); in testFindIndex_AllowAllWithUserConsent()
[all …]
/frameworks/base/core/java/android/hardware/usb/
DDeviceFilter.java90 String manufacturerName = null; in read()
91 String productName = null; in read()
92 String serialNumber = null; in read()
108 if (value != null && value.length() > 2 && value.charAt(0) == '0' && in read()
139 serializer.startTag(null, "usb-device"); in write()
141 serializer.attribute(null, "vendor-id", Integer.toString(mVendorId)); in write()
144 serializer.attribute(null, "product-id", Integer.toString(mProductId)); in write()
147 serializer.attribute(null, "class", Integer.toString(mClass)); in write()
150 serializer.attribute(null, "subclass", Integer.toString(mSubclass)); in write()
153 serializer.attribute(null, "protocol", Integer.toString(mProtocol)); in write()
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java93 assertEquals(RESULT_SKIP, mTarget.onCalculate(task, /* layout */ null, in testReturnsSkipWithEmptyActivity()
94 /* activity */ null, /* source */ null, /* options */ null, mCurrent, mResult)); in testReturnsSkipWithEmptyActivity()
104 assertEquals(RESULT_CONTINUE, mTarget.onCalculate(/* task */ null, /* layout */ null, in testDefaultToPrimaryDisplay()
105 mActivity, /* source */ null, /* options */ null, mCurrent, mResult)); in testDefaultToPrimaryDisplay()
114 assertEquals(RESULT_CONTINUE, mTarget.onCalculate(/* task */ null, /* layout */ null, in testUsesDefaultDisplayIfPreviousDisplayNotExists()
115 mActivity, /* source */ null, /* options */ null, mCurrent, mResult)); in testUsesDefaultDisplayIfPreviousDisplayNotExists()
127 assertEquals(RESULT_CONTINUE, mTarget.onCalculate(/* task */ null, /* layout */ null, in testUsesPreviousDisplayIdIfSet()
128 mActivity, /* source */ null, /* options */ null, mCurrent, mResult)); in testUsesPreviousDisplayIdIfSet()
144 assertEquals(RESULT_CONTINUE, mTarget.onCalculate(/* task */ null, /* layout */ null, in testUsesSourcesDisplayIdIfSet()
145 mActivity, source, /* options */ null, mCurrent, mResult)); in testUsesSourcesDisplayIdIfSet()
[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 …]
/frameworks/base/core/tests/coretests/src/android/app/
DApplicationLoadersTest.java43 zip, null /*packageName*/, null /*codePaths*/, null /*name*/, 0 /*version*/, in createLib()
44 SharedLibraryInfo.TYPE_BUILTIN, null /*declaringPackage*/, in createLib()
45 null /*dependentPackages*/, null /*dependencies*/); in createLib()
51 assertEquals(null, loaders.getCachedNonBootclasspathSystemLib( in testGetNonExistantLib()
52 "/system/framework/nonexistantlib.jar", null, null, null)); in testGetNonExistantLib()
62 assertNotEquals(null, loaders.getCachedNonBootclasspathSystemLib( in testCacheExistantLib()
63 LIB_A, null, null, null)); in testCacheExistantLib()
72 assertNotEquals(null, parent); in testNonNullParent()
76 assertEquals(null, loaders.getCachedNonBootclasspathSystemLib( in testNonNullParent()
77 LIB_A, parent, null, null)); in testNonNullParent()
[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/java/android/os/
DMessageQueue.java110 return mMessages == null || now < mMessages.when; in isIdle()
125 if (handler == null) { in addIdleHandler()
197 if (fd == null) { in addOnFileDescriptorEventListener()
200 if (listener == null) { in addOnFileDescriptorEventListener()
222 if (fd == null) { in removeOnFileDescriptorEventListener()
227 updateOnFileDescriptorEventListenerLocked(fd, 0, null); in removeOnFileDescriptorEventListener()
236 FileDescriptorRecord record = null; in updateOnFileDescriptorEventListenerLocked()
237 if (mFileDescriptorRecords != null) { in updateOnFileDescriptorEventListenerLocked()
241 if (record != null && record.mEvents == events) { in updateOnFileDescriptorEventListenerLocked()
249 if (record == null) { in updateOnFileDescriptorEventListenerLocked()
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java67 return null; in getPackageInfo()
73 return null; in getPackageInfoAsUser()
79 return null; in getPackageInfo()
84 return null; in getSharedLibraries()
90 return null; in getSharedLibrariesAsUser()
105 return null; in getLaunchIntentForPackage()
110 return null; in getLeanbackLaunchIntentForPackage()
115 return null; in getCarLaunchIntentForPackage()
145 return null; in getPermissionInfo()
151 return null; in queryPermissionsByGroup()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
DPackageManagerStub.java57 return null; in getPackageInfo()
63 if (sPackageInfo == null) { in getPackageInfoAsUser()
82 return null; in getLaunchIntentForPackage()
87 return null; in getLeanbackLaunchIntentForPackage()
92 return null; in getCarLaunchIntentForPackage()
127 return null; in getPermissionInfo()
133 return null; in queryPermissionsByGroup()
149 return null; in getPermissionGroupInfo()
154 return null; in getAllPermissionGroups()
160 return null; in getApplicationInfo()
[all …]
/frameworks/rs/support/java/src/androidx/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 …]

12345678910>>...246