Home
last modified time | relevance | path

Searched defs:null (Results 1 – 25 of 268) sorted by relevance

1234567891011

/frameworks/base/core/tests/benchmarks/src/android/os/
DFileUtilsBenchmark.java57 copyInternalUserspace(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timeRegularUserspace() local
66 copyInternalSendfile(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timeRegularSendfile() local
75 copyInternalUserspace(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timePipeSourceUserspace() local
84 copyInternalSplice(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timePipeSourceSplice() local
93 copyInternalUserspace(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timePipeSinkUserspace() local
102 copyInternalSplice(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timePipeSinkSplice() local
/frameworks/base/core/tests/coretests/src/android/app/activity/
DBroadcastTest.java393 null, finish, null, Activity.RESULT_CANCELED, null, null); in testRegisteredReceivePermissionDenied() local
420 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testRegisteredBroadcastPermissionDenied() local
421 null, null); in testRegisteredBroadcastPermissionDenied() local
442 null, finish, null, Activity.RESULT_CANCELED, in testLocalReceivePermissionDenied() local
443 null, null); in testLocalReceivePermissionDenied() local
466 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testLocalBroadcastPermissionDenied() local
467 null, null); in testLocalBroadcastPermissionDenied() local
488 null, finish, null, Activity.RESULT_CANCELED, in testRemoteReceivePermissionDenied() local
489 null, null); in testRemoteReceivePermissionDenied() local
512 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testRemoteBroadcastPermissionDenied() local
[all …]
DLaunchpadActivity.java265 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume() local
280 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume() local
281 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume() local
282 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume() local
283 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null); in onResume() local
284 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_REMOTE), null); in onResume() local
285 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_LOCAL), null); in onResume() local
286 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_REMOTE), null); in onResume() local
287 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume() local
288 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DMccTableTest.java89 LocaleUtils.getLocaleFromMcc(getContext(), 302, null)); in testLocale() local
91 LocaleUtils.getLocaleFromMcc(getContext(), 234, null)); in testLocale() local
95 LocaleUtils.getLocaleFromMcc(getContext(), 454, null)); in testLocale() local
99 LocaleUtils.getLocaleFromMcc(getContext(), 466, null)); in testLocale() local
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/storage/
DTertiaryKeysTable.java78 /*groupBy=*/ null, in getKey() argument
115 /*groupBy=*/ null, in getAllKeys() argument
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionNominatorTest.java120 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForNoMatch() local
161 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForOneMatch() local
201 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local
244 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForMultipleMatch() local
290 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local
337 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local
395 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestionsHighPriorityWins() local
442 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForOneMatchButFailToAddToWifiConfigManager() local
499 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForOneMatchForExistingNetwork() local
554 Arrays.asList(scanDetails), null, null, true, false, in testSelectNetworkSuggestionForOneMatchButUserForgotTheNetwork() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryManagerInflationTest.java253 null, in setUp() local
293 null, in setUp() local
294 null, in setUp() local
295 null, in setUp() local
296 null, in setUp() local
297 null, in setUp() local
303 null, in setUp() local
304 null, in setUp() local
308 null, in setUp() local
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java142 /*groupBy=*/ null, in getKey() argument
144 /*orderBy=*/ null) in getKey() argument
218 /*groupBy=*/ null, in getStatusForAllKeys() argument
220 /*orderBy=*/ null) in getStatusForAllKeys() argument
291 /*groupBy=*/ null, in getAllKeys() argument
293 /*orderBy=*/ null) in getAllKeys() argument
361 /*groupBy=*/ null, in getUserSerialNumbers() argument
363 /*orderBy=*/ null) in getUserSerialNumbers() argument
439 /*groupBy=*/ null, in getPlatformKeyGenerationId() argument
441 /*orderBy=*/ null) in getPlatformKeyGenerationId() argument
[all …]
/frameworks/base/test-runner/tests/src/android/test/
DAndroidTestRunnerTest.java50 mAndroidTestRunner.setTestClassName(TestSuite.class.getName(), null); in testLoadNoTestCases() local
60 mAndroidTestRunner.setTestClassName(OneTestTestCase.class.getName(), null); in testSetTestSuiteWithOneTestCase() local
70 mAndroidTestRunner.setTestClassName(OneTestTestCase.class.getName(), null); in testRunTest() local
97 mAndroidTestRunner.setTestClassName(OneAndroidTestTestCase.class.getName(), null); in testRunTestWithAndroidTestCaseInSuite() local
113 mAndroidTestRunner.setTestClassName(AndroidTestCaseTestSuite.class.getName(), null); in testRunTestWithAndroidTestCaseInNestedSuite() local
129 mAndroidTestRunner.setTestClassName(OneTestTestCase.class.getName(), null); in testRunTestWithNullListener() local
140 mAndroidTestRunner.setTestClassName(SampleTestSuiteProvider.class.getName(), null); in testSetTestClassWithTestSuiteProvider() local
152 mAndroidTestRunner.setTestClassName(SampleTestSuite.class.getName(), null); in testSetTestClassWithTestSuite() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DViewLayersActivity.java113 null, null, null); in getView() local
DViewLayersActivity2.java63 null, null, null); in getView() local
DViewLayersActivity3.java60 null, null, null); in getView() local
DTransparentListActivity.java116 null, null, null); in getView() local
DViewLayersActivity4.java67 null, null, null); in getView() local
DListActivity.java118 null, null, null); in getView() local
/frameworks/base/services/core/java/com/android/server/updates/
DCarrierIdInstallReceiver.java36 "update_db"), new ContentValues(), null, null); in postInstall() local
/frameworks/base/core/java/android/app/
DContextImpl.java1024 getOuterContext(), mMainThread.getApplicationThread(), null, in startActivity() local
1035 null, null, 0, Intent.FLAG_ACTIVITY_NEW_TASK, null, options, in startActivityAsUser() local
1072 getOuterContext(), mMainThread.getApplicationThread(), null, in startActivities() local
1117 null, Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, null, false, in sendBroadcast() local
1134 null, Activity.RESULT_OK, null, null, receiverPermissions, in sendBroadcast() local
1135 AppOpsManager.OP_NONE, null, false, false, getUserId()); in sendBroadcast() local
1149 null, Activity.RESULT_OK, null, null, receiverPermissions, in sendBroadcastMultiplePermissions() local
1150 AppOpsManager.OP_NONE, null, false, false, getUserId()); in sendBroadcastMultiplePermissions() local
1164 null, Activity.RESULT_OK, null, null, receiverPermissions, in sendBroadcastAsUserMultiplePermissions() local
1165 AppOpsManager.OP_NONE, null, false, false, user.getIdentifier()); in sendBroadcastAsUserMultiplePermissions() local
[all …]
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
DSessionParamsBuilder.java194 assert mFrameworkResources != null; in build() local
195 assert mProjectResources != null; in build() local
196 assert mThemeName != null; in build() local
197 assert mLayoutLog != null; in build() local
198 assert mLayoutlibCallback != null; in build() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java180 null, null, null, null, false, -1, false, -1, false, 0L); in testSendSmsToEmergencyNumber_notifiesBlockedNumberProvider() local
/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DTransportManagerTest.java451 null, in testGetTransportClient_forOldNameOfTransportThatChangedName_returnsNull() local
453 null, in testGetTransportClient_forOldNameOfTransportThatChangedName_returnsNull() local
454 null); in testGetTransportClient_forOldNameOfTransportThatChangedName_returnsNull() local
469 null, in testGetTransportClient_forNewNameOfTransportThatChangedName() local
471 null, in testGetTransportClient_forNewNameOfTransportThatChangedName() local
472 null); in testGetTransportClient_forNewNameOfTransportThatChangedName() local
518 null, in testGetTransportName_forTransportThatChangedName_returnsNewName() local
520 null, in testGetTransportName_forTransportThatChangedName_returnsNewName() local
521 null); in testGetTransportName_forTransportThatChangedName_returnsNewName() local
/frameworks/base/wifi/tests/src/android/net/wifi/p2p/
DWifiP2pManagerTest.java66 mTestLooper.getLooper(), null, null, mDut)) { in testChannelFinalize() argument
/frameworks/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java106 assert pathMeasure != null; in native_setPath() local
126 assert pathMeasure != null; in native_getLength() local
138 assert pathMeasure != null; in native_isClosed() local
167 assert pathMeasure != null; in native_getSegment() local
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DAnimatedVectorDrawable_Delegate.java85 assert set != null; in nAddAnimator() local
140 assert setter != null; in nSetPropertyHolderData() local
148 assert setter != null; in nSetPropertyHolderData() local
156 assert animatorSet != null; in nStart() local
164 assert animatorSet != null; in nReverse() local
172 assert animatorSet != null; in nEnd() local
180 assert animatorSet != null; in nReset() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java106 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() local
108 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() local
110 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() local
/frameworks/base/services/people/java/com/android/server/people/data/
DMmsQueryHelper.java78 Mms.CONTENT_URI, projection, selection, selectionArgs, null)) { in querySince() argument
119 addressUri, projection, null, null, null)) { in getMmsAddress() argument

1234567891011