Home
last modified time | relevance | path

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

12345678910

/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/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java159 null, in queryRoots() argument
270 null, in getStorageDocumentIds() argument
354 null, in getDeviceDocumentId() argument
492 null, in disconnectDocumentsRecursively() argument
560 null, in getRowState() argument
577 null, in writeRowSnapshot() argument
634 null, in getUnmappedDocumentsParent() argument
670 null, in cleanDatabase() argument
687 TABLE_LAST_BOOT_COUNT, strings(COLUMN_VALUE), null, null, null, null, null)) { in getLastBootCount() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DMccTableTest.java85 MccTable.getLocaleFromMcc(getContext(), 302, null)); in testLocale() local
87 MccTable.getLocaleFromMcc(getContext(), 234, null)); in testLocale() local
91 MccTable.getLocaleFromMcc(getContext(), 454, null)); in testLocale() local
95 MccTable.getLocaleFromMcc(getContext(), 466, null)); in testLocale() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DRcsMessageQueryHelper.java84 try (Cursor cursor = mContentResolver.query(UNIFIED_MESSAGE_URI, null, bundle, null)) { in performMessageQuery() argument
140 try (Cursor cursor = mContentResolver.query(getMessageDeliveryQueryUri(messageId), null, in getDeliveryParticipantsForMessage() argument
165 null, null, null)) { in getLongValueFromDelivery() argument
DRcsParticipantQueryHelper.java45 try (Cursor cursor = mContentResolver.query(RCS_PARTICIPANT_URI, null, bundle, null)) { in performParticipantQuery() argument
/frameworks/base/services/backup/java/com/android/server/backup/encryption/storage/
DTertiaryKeysTable.java78 /*groupBy=*/ null, in getKey() argument
115 /*groupBy=*/ null, in getAllKeys() argument
/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/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDocumentsProviderTest.java164 try (final Cursor cursor = mProvider.queryChildDocuments("1", null, (String) null)) {} in testOpenDeviceOnDemand() argument
497 try (final Cursor cursor = mProvider.queryChildDocuments("1", null, (String) null)) { in testQueryChildDocuments_documentError() argument
561 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { in testOpenDocument() argument
599 try (final ParcelFileDescriptor fd = mProvider.openDocument("3", "r", null)) { in testOpenDocument_shortBytes() argument
650 try (final Cursor cursor = mProvider.queryChildDocuments("1", null, (String) null)) { in testBusyDevice() argument
671 try (final Cursor cursor = mProvider.queryChildDocuments("1", null, (String) null)) { in testLockedDevice() argument
723 (String) null)) { in testMappingDisconnectedDocuments()
744 (String) null)) { in testMappingDisconnectedDocuments()
764 try (final Cursor cursor = mProvider.queryDocument(documentId, null)) { in testCreateDocument() argument
818 "1", strings(Document.COLUMN_DOCUMENT_ID), (String) null)) { in testOpenDocument_noWritingSupport()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java89 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() local
91 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() local
93 assertEquals(mIccRecords.getIMSI(), null); in testSetImsiInvalid() local
/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/
DViewLayersActivity3.java60 null, null, null); in getView() local
DViewLayersActivity.java113 null, null, null); in getView() local
DViewLayersActivity2.java63 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/core/java/android/app/
DContextImpl.java958 getOuterContext(), mMainThread.getApplicationThread(), null, in startActivity() local
969 null, null, 0, Intent.FLAG_ACTIVITY_NEW_TASK, null, options, in startActivityAsUser() local
1006 getOuterContext(), mMainThread.getApplicationThread(), null, in startActivities() local
1050 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local
1051 Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, null, false, false, in sendBroadcast() local
1067 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcast() local
1068 Activity.RESULT_OK, null, null, receiverPermissions, AppOpsManager.OP_NONE, in sendBroadcast() local
1069 null, false, false, getUserId()); in sendBroadcast() local
1082 mMainThread.getApplicationThread(), intent, resolvedType, null, in sendBroadcastMultiplePermissions() local
1083 Activity.RESULT_OK, null, null, receiverPermissions, AppOpsManager.OP_NONE, in sendBroadcastMultiplePermissions() local
[all …]
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
DSessionParamsBuilder.java165 assert mFrameworkResources != null; in build() local
166 assert mProjectResources != null; in build() local
167 assert mThemeName != null; in build() local
168 assert mLayoutLog != null; in build() local
169 assert mLayoutlibCallback != null; in build() local
/frameworks/base/services/core/java/com/android/server/updates/
DCarrierIdInstallReceiver.java36 "update_db"), new ContentValues(), null, null); in postInstall() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java179 null, null, null, null, false, -1, false, -1, false); 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/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/base/wifi/tests/src/android/net/wifi/p2p/
DWifiP2pManagerTest.java66 mTestLooper.getLooper(), null, null, mDut)) { in testChannelFinalize() argument

12345678910