Home
last modified time | relevance | path

Searched defs:rd (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/
H A DPowerStatsServiceTest.java437 Random rd = new Random(); in testCorruptOnDeviceMeterStorage() local
480 Random rd = new Random(); in testCorruptOnDeviceModelStorage() local
521 Random rd = new Random(); in testCorruptOnDeviceResidencyStorage() local
712 Random rd = new Random(); in testDataStorageDeletedMeterMismatch() local
792 Random rd = new Random(); in testDataStorageDeletedModelMismatch() local
872 Random rd = new Random(); in testDataStorageDeletedResidencyMismatch() local
/aosp14/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java1865 Random rd = new Random(); in testDecoder1() local
1894 Random rd = new Random(); in testDecoder2() local
1914 Random rd = new Random(); in testDecoder3() local
1961 Random rd = new Random(); in testDecoder4() local
1986 Random rd = new Random(); in testDecoder5() local
2018 Random rd = new Random(); in testDecoder6() local
2050 Random rd = new Random(); in testDecoder7() local
2230 Random rd = new Random(); in testIntegration1() local
2294 Random rd = new Random(); in testIntegration2() local
2352 Random rd = new Random(); in testIntegration3() local
[all …]
/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DFileUtils.cpp57 std::random_device rd; in RandomStringForPath() local
/aosp14/frameworks/base/core/java/android/widget/
H A DProgressBar.java1513 final RefreshData rd = mRefreshData.get(i); in run() local
1534 RefreshData rd = sPool.acquire(); in obtain() local
1696 final RefreshData rd = RefreshData.obtain(id, progress, fromUser, animate); in refreshProgress() local
2315 final RefreshData rd = mRefreshData.get(i); in onAttachedToWindow() local
H A DToolbar.java1942 final int rd = (titleHasWidth ? mTitleMarginStart : 0) - collapsingMargins[1]; in onLayout() local
/aosp14/frameworks/base/core/java/android/app/
H A DLoadedApk.java1546 LoadedApk.ReceiverDispatcher rd = rmap.valueAt(i); in removeContextRegistrations() local
1601 LoadedApk.ReceiverDispatcher rd = null; in getReceiverDispatcher() local
1631 LoadedApk.ReceiverDispatcher rd = null; in forgetReceiverDispatcher() local
1684 InnerReceiver(IApplicationThread thread, LoadedApk.ReceiverDispatcher rd, in InnerReceiver()
1705 final LoadedApk.ReceiverDispatcher rd; in performReceive() local
H A DContextImpl.java1418 IIntentReceiver rd = null; in sendOrderedBroadcast() local
1443 rd, initialCode, initialData, initialExtras, receiverPermissions, in sendOrderedBroadcast() local
1526 IIntentReceiver rd = null; in sendOrderedBroadcastAsUser() local
1551 rd, initialCode, initialData, initialExtras, receiverPermissions, in sendOrderedBroadcastAsUser() local
1646 IIntentReceiver rd = null; in sendStickyOrderedBroadcast() local
1669 rd, initialCode, initialData, initialExtras, null, in sendStickyOrderedBroadcast() local
1730 IIntentReceiver rd = null; in sendStickyOrderedBroadcastAsUser() local
1753 rd, initialCode, initialData, initialExtras, null, in sendStickyOrderedBroadcastAsUser() local
1834 IIntentReceiver rd = null; in registerReceiverInternal() local
1872 IIntentReceiver rd = mPackageInfo.forgetReceiverDispatcher( in unregisterReceiver() local
/aosp14/system/core/storaged/tests/
H A Dstoraged_test.cpp271 std::random_device rd; in TEST() local