Home
last modified time | relevance | path

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

12345678910

/aosp14/frameworks/base/core/tests/benchmarks/src/android/os/
H A 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
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DBroadcastTest.java395 null, finish, null, Activity.RESULT_CANCELED, null, null); in testRegisteredReceivePermissionDenied() local
422 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testRegisteredBroadcastPermissionDenied() local
423 null, null); in testRegisteredBroadcastPermissionDenied() local
444 null, finish, null, Activity.RESULT_CANCELED, in testLocalReceivePermissionDenied() local
445 null, null); in testLocalReceivePermissionDenied() local
468 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testLocalBroadcastPermissionDenied() local
469 null, null); in testLocalBroadcastPermissionDenied() local
490 null, finish, null, Activity.RESULT_CANCELED, in testRemoteReceivePermissionDenied() local
491 null, null); in testRemoteReceivePermissionDenied() local
515 null, null); in testRemoteBroadcastPermissionDenied() local
[all …]
H A 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
287 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume() local
288 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume() local
289 sendOrderedBroadcast(makeBroadcastIntent(BROADCAST_ALL), null); in onResume() local
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDb.java142 /*groupBy=*/ null, in getKey() argument
218 /*groupBy=*/ null, in getStatusForAllKeys() argument
291 /*groupBy=*/ null, in getAllKeys() argument
361 /*groupBy=*/ null, in getUserSerialNumbers() argument
429 /*groupBy=*/ null, in getBadRemoteGuessCounter() argument
487 /*groupBy=*/ null, in getPlatformKeyGenerationId() argument
614 /*groupBy=*/ null, in getRecoveryAgents() argument
988 /*groupBy=*/ null, in getLong() argument
1068 /*groupBy=*/ null, in getBytes() argument
1151 /*groupBy=*/ null, in getBytes() argument
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java1226 null, Activity.RESULT_OK, null, null, null, null /*excludedPermissions=*/, in sendBroadcast() local
1243 null, Activity.RESULT_OK, null, null, receiverPermissions, in sendBroadcast() local
1259 null, Activity.RESULT_OK, null, null, receiverPermissions, in sendBroadcastMultiplePermissions() local
1276 null, Activity.RESULT_OK, null, null, receiverPermissions, in sendBroadcastMultiplePermissions() local
1292 null, Activity.RESULT_OK, null, null, receiverPermissions, in sendBroadcastAsUserMultiplePermissions() local
1337 null, Activity.RESULT_OK, null, null, receiverPermissions, in sendBroadcast() local
1457 null, Activity.RESULT_OK, null, null, null, null /*excludedPermissions=*/, in sendBroadcastAsUser() local
1593 null, Activity.RESULT_OK, null, null, null, null /*excludedPermissions=*/, in sendStickyBroadcast() local
1632 null, Activity.RESULT_OK, null, null, null, null /*excludedPermissions=*/, in sendStickyBroadcast() local
1702 null, Activity.RESULT_OK, null, null, null, null /*excludedPermissions=*/, in sendStickyBroadcastAsUser() local
[all …]
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DCountdownConditionProviderTest.java57 null, // ActivityThread not actually used in Service in setUp() local
59 null, // token not needed when not talking with the activity manager in setUp() local
61 null // mocked services don't talk with the activity manager in setUp() local
H A DEventConditionProviderTest.java57 null, // ActivityThread not actually used in Service in setUp() local
59 null, // token not needed when not talking with the activity manager in setUp() local
61 null // mocked services don't talk with the activity manager in setUp() local
/aosp14/frameworks/base/test-runner/tests/src/android/test/
H A 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
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/database/
H A DCrossProcessCursorPerfTest.java79 try (Cursor c = client.query(TEST_URI, null, null, null)) { in time() argument
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity.java113 null, null, null); in getView() local
H A DViewLayersActivity2.java63 null, null, null); in getView() local
H A DViewLayersActivity3.java60 null, null, null); in getView() local
H A DTransparentListActivity.java116 null, null, null); in getView() local
H A DViewLayersActivity4.java67 null, null, null); in getView() local
H A DListActivity.java118 null, null, null); in getView() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUserSwitcherPopupMenu.java72 listView.addHeaderView(createSpacer(height), null, false); in show() local
73 listView.addFooterView(createSpacer(height), null, false); in show() local
/aosp14/frameworks/base/services/core/java/com/android/server/updates/
H A DCarrierIdInstallReceiver.java36 "update_db"), new ContentValues(), null, null); in postInstall() local
/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DTransportManagerTest.java565 null, in testGetTransportClient_forOldNameOfTransportThatChangedName_returnsNull() local
567 null, in testGetTransportClient_forOldNameOfTransportThatChangedName_returnsNull() local
568 null); in testGetTransportClient_forOldNameOfTransportThatChangedName_returnsNull() local
583 null, in testGetTransportClient_forNewNameOfTransportThatChangedName() local
585 null, in testGetTransportClient_forNewNameOfTransportThatChangedName() local
586 null); in testGetTransportClient_forNewNameOfTransportThatChangedName() local
634 null, in testGetTransportName_forTransportThatChangedName_returnsNewName() local
636 null, in testGetTransportName_forTransportThatChangedName_returnsNewName() local
637 null); in testGetTransportName_forTransportThatChangedName_returnsNewName() local
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java648 /* isDefault= */ true, /* isEnabled= */ true, /* displayGroup= */ null, in testDeviceStateLocked() local
650 /* leadDisplayAddress= */ null, in testDeviceStateLocked() local
652 /* refreshRateZoneId= */ null, /* refreshRateThermalThrottlingMapId= */ null); in testDeviceStateLocked() local
654 /* isDefault= */ false, /* isEnabled= */ true, /* displayGroup= */ null, in testDeviceStateLocked() local
656 /* leadDisplayAddress= */ null, in testDeviceStateLocked() local
658 /* refreshRateZoneId= */ null, /* refreshRateThermalThrottlingMapId= */ null); in testDeviceStateLocked() local
856 /* isDefault= */ false, /* isEnabled= */ true, /* displayGroupName= */ null, in testDisplayFlagRear() local
857 mIdProducer, POSITION_REAR, /* leadDisplayAddress= */ null, in testDisplayFlagRear() local
858 /* brightnessThrottlingMapId= */ null, /* refreshRateZoneId= */ null, in testDisplayFlagRear() local
859 /* refreshRateThermalThrottlingMapId= */null); in testDisplayFlagRear() local
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DMmsQueryHelper.java78 Mms.CONTENT_URI, projection, selection, selectionArgs, null)) { in querySince() argument
119 addressUri, projection, null, null, null)) { in getMmsAddress() argument
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DQuickSelectTest.java31 test(Arrays.asList(), -1, null); in testQuickSelect() local
32 test(Arrays.asList(), 0, null); in testQuickSelect() local
33 test(Arrays.asList(), 1, null); in testQuickSelect() local
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java592 null /*Session.Info*/); in createRemoteConnection() local
627 null /*Session.Info*/); in createRemoteConference() local
677 null /*Session.info*/); in maybeDisconnectAdapter() local
/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceResources.java63 map.put(null, R.string.confirmation_title); in map.put() argument
91 map.put(null, R.string.summary_generic); in map.put() argument
101 map.put(null, R.string.profile_name_generic); in map.put() argument
111 map.put(null, R.string.profile_name_generic); in map.put() argument
121 map.put(null, R.drawable.ic_device_other); in map.put() argument
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayImeControllerTest.java102 mPerDisplay.showInsets(ime(), true /* fromIme */, null /* statsToken */); in showInsets_schedulesNoWorkOnExecutor() local
108 mPerDisplay.hideInsets(ime(), true /* fromIme */, null /* statsToken */); in hideInsets_schedulesNoWorkOnExecutor() local
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountsDb.java458 null, null, null)) { in findUserExtrasForAccount() argument
474 null, null, null)) { in findCeAccountId() argument
488 null, null, null)) { in findAccountPasswordByNameAndType() argument
809 null, null, null)) { in findDeAccountId() argument
822 null, null, null, null, ACCOUNTS_ID)) { in findAllDeAccounts() argument
841 null, null, null)) { in findDeAccountPreviousName() argument
1092 try (Cursor cursor = db.rawQuery(ACCOUNT_ACCESS_GRANTS, null)) { in findAllAccountGrants() argument
1419 try (Cursor c = db.rawQuery("SELECT name FROM sqlite_master WHERE type ='table'", null)) { in resetDatabase() argument
1430 try (Cursor c = db.rawQuery("SELECT name FROM sqlite_master WHERE type ='trigger'", null)) { in resetDatabase() argument

12345678910