/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | HandlerUtils.kt | 40 val cv = ConditionVariable(false) in HandlerThread() constant 51 val cv = ConditionVariable() in waitForIdleSerialExecutor() constant 69 val cv = ConditionVariable() in visibleOnHandlerThread() constant
|
D | CarrierConfigRule.kt | 90 val cv = ConditionVariable() in <lambda>() constant in com.android.testutils.com.android.testutils.CarrierConfigRule.ConfigChangeReceiver 184 val cv = ConditionVariable() in <lambda>() constant 250 val cv = ConditionVariable() in <lambda>() constant 294 private class PrivilegeWaiterCallback(private val cv: ConditionVariable) : in <lambda>() constant in com.android.testutils.com.android.testutils.CarrierConfigRule.PrivilegeWaiterCallback 303 private class CarrierServiceChangedWaiterCallback(private val cv: ConditionVariable) : in <lambda>() constant in com.android.testutils.com.android.testutils.CarrierConfigRule.CarrierServiceChangedWaiterCallback
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | RealtimeSchedulerTest.kt | 49 val cv = pair.first in handleMessage() constant 70 val cv = ConditionVariable() in testMultiplePostDelayedTasks() constant 109 val cv = ConditionVariable() in testMultipleSendDelayedMessages() constant
|
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CellBroadcastProviderTest.java | 100 ContentValues cv = fakeCellBroadcast(); in testUpdate() local 126 ContentValues cv = fakeCellBroadcast(); in testUpdate_WithoutWritePermission_fail() local 146 ContentValues cv = fakeCellBroadcast(); in testGetAllCellBroadcast() local 190 ContentValues cv = fakeCellBroadcast(); in testDelete_oneRecord_success() local 344 ContentValues cv = new ContentValues(); in fakeCellBroadcast() local
|
/packages/modules/StatsD/statsd/tests/utils/ |
D | MultiConditionTrigger_test.cpp | 42 condition_variable cv; in TEST() local 83 condition_variable cv; in TEST() local 105 condition_variable cv; in TEST() local 136 condition_variable cv; in TEST() local 175 TriggerDependency(mutex& lock, condition_variable& cv, bool& triggerCalled, int& triggerCount) in TriggerDependency() 200 condition_variable cv; in TEST() local 235 condition_variable cv; in TEST() local
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastContentProvider.java | 261 ContentValues cv = new ContentValues(); in getContentValues() local 306 ContentValues cv = getContentValues(message); in insertNewBroadcast() local 373 ContentValues cv = new ContentValues(1); in markBroadcastRead() local 402 ContentValues cv = new ContentValues(1); in markBroadcastSmsSyncPending() local 474 ContentValues cv = new ContentValues(); in writeMessageToSmsInbox() local
|
/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | posix_socket_unittest.cc | 77 std::condition_variable cv; in connectPair() local 189 std::condition_variable cv; in TEST_F() local 239 std::condition_variable cv; in TEST_F() local 268 std::condition_variable cv; in TEST_F() local
|
/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/ |
D | CtsTetheringUtils.java | 116 final CallbackValue cv = mHistory.poll(TIMEOUT_MS, c -> true); in verifyTetheringStarted() local 126 final CallbackValue cv = mHistory.poll(TIMEOUT_MS, c -> true); in expectTetheringFailed() local 181 final CallbackValue cv = mHistory.poll(TIMEOUT_MS, c -> true); in verifyStopTetheringSucceeded() local 191 final CallbackValue cv = mHistory.poll(TIMEOUT_MS, c -> true); in expectStopTetheringFailed() local 374 final CallbackValue cv = mCurrent.poll(timeOutMs, c -> true); in pollTetheredInterfacesChanged() local 417 final CallbackValue cv = history.poll(TIMEOUT_MS, c -> true); in expectCallbackStarted() local
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | CarrierIdProviderTest.java | 339 ContentValues cv = new ContentValues(); in testUpdateCurrentSubscription() local 344 "1"), cv, null, null); in testUpdateCurrentSubscription() local 412 ContentValues cv = new ContentValues(); in testUpdateCurrentSubscription_WrongURI() local
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/ |
D | ExternalDbFacadeTest.java | 600 ContentValues cv = getContentValues(DATE_TAKEN_MS2, GENERATION_MODIFIED1); in testQueryMedia_match() local 674 ContentValues cv = getContentValues(DATE_TAKEN_MS2, GENERATION_MODIFIED1); in testQueryMedia_withDateModified() local 721 ContentValues cv = getContentValues(DATE_TAKEN_MS1, GENERATION_MODIFIED1); in testQueryMedia_withMimeType() local 822 ContentValues cv = getContentValues(DATE_TAKEN_MS1, GENERATION_MODIFIED1); in testQueryMedia_withAlbumAndMimeType() local 878 ContentValues cv = getContentValues(DATE_TAKEN_MS1, GENERATION_MODIFIED1); in testQueryMedia_withPageSize_returnsCorrectSortOrder() local 931 ContentValues cv = getContentValues(DATE_TAKEN_MS1, GENERATION_MODIFIED1); in testQueryMedia_withPageSizeMissingPageToken_returnsCorrectSortOrder() local 999 ContentValues cv = getContentValues(DATE_TAKEN_MS1, GENERATION_MODIFIED1); in testGetMediaCollectionInfoFiltering() local 1047 ContentValues cv = getContentValues(DATE_TAKEN_MS1, GENERATION_MODIFIED1); in testGetMediaCollectionInfoWithDeleted() local 1066 ContentValues cv = getContentValues(DATE_TAKEN_MS1, GENERATION_MODIFIED1); in testQueryAlbumsEmpty() local 1313 ContentValues cv = new ContentValues(); in getContentValues() local
|
/packages/modules/adb/fdevent/ |
D | fdevent_test.h | 37 std::condition_variable cv; in WaitForFdeventLoop() local
|
/packages/services/Car/cpp/vhal/client/src/ |
D | IVhalClient.cpp | 66 std::condition_variable cv; in getValueSync() member 92 std::condition_variable cv; in setValueSync() member
|
/packages/providers/BlockedNumberProvider/tests/src/com/android/providers/blockednumber/ |
D | BlockedNumberProviderTest.java | 99 private static ContentValues cv(Object... namesAndValues) { in cv() method in BlockedNumberProviderTest 199 private Uri insert(ContentValues cv) { in insert() 210 private void insertExpectingFailure(ContentValues cv) { in insertExpectingFailure()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/migration/ |
D | MeasurementDbMigratorV26.java | 47 ContentValues cv = new ContentValues(); in insertInsertionTime() local
|
/packages/modules/adb/ |
D | adb_utils.h | 66 std::condition_variable cv; variable
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | TetheringHelperClient.java | 50 final ConditionVariable cv = new ConditionVariable(); in bind() local
|
D | RemoteSocketFactoryClient.java | 54 final ConditionVariable cv = new ConditionVariable(); in bind() local
|
/packages/modules/adb/libs/adbconnection/ |
D | tests.cc | 39 std::condition_variable cv; variable
|
/packages/modules/Virtualization/libs/libvmclient/src/ |
D | sync.rs | 24 pub cv: Condvar, field
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | NetworkRequestStateStatsMetricsTest.java | 161 final ConditionVariable cv = new ConditionVariable(); in testMessageQueueSizeLimitNotExceeded() local
|
/packages/modules/StatsD/statsd/src/external/ |
D | StatsCallbackPuller.cpp | 54 shared_ptr<condition_variable> cv = make_shared<condition_variable>(); in PullInternal() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForNickname.java | 38 private void applySimpleFieldMaxSize(ContentValues cv) { in applySimpleFieldMaxSize()
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | CellBroadcastHandler.java | 366 ContentValues cv = message.getContentValues(); in handleBroadcastSms() local 652 ContentValues cv = new ContentValues(); in performGeoFencing() local 837 ContentValues cv = new ContentValues(); in broadcastMessage() local
|
/packages/services/Car/cpp/power/server/tests/ |
D | CarPowerPolicyServerTest.cpp | 307 std::condition_variable cv; in initializeLooper() local 538 std::condition_variable cv; in testApplyPowerPolicyPerPowerStateChangeAsyncInternal() local 724 std::condition_variable cv; in TEST_F() local 784 std::condition_variable cv; in TEST_F() local 1117 std::condition_variable cv; in TEST_F() local 1163 std::condition_variable cv; in TEST_F() local 1288 std::condition_variable cv; in TEST_F() local 1351 std::condition_variable cv; in TEST_F() local
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 1012 ContentValues cv = new ContentValues(); in initDatabase() local 2267 ContentValues cv = new ContentValues(); in copySimInfoDataToTmpTable() local 2291 private void copySimInfoValuesV24(ContentValues cv, Cursor c) { in copySimInfoValuesV24() 2332 private void getCardIdfromIccid(ContentValues cv, Cursor c) { in getCardIdfromIccid() 2570 ContentValues cv = new ContentValues(); in copyDataToTmpTable() local 2592 private void copyApnValuesV17(ContentValues cv, Cursor c) { in copyApnValuesV17() 2633 private void copyAllApnValues(ContentValues cv, Cursor c) { in copyAllApnValues() 2689 ContentValues cv = new ContentValues(); in copyPreservedApnsToNewTable() local 2767 private void getStringValueFromCursor(ContentValues cv, Cursor c, String key) { in getStringValueFromCursor() 2782 private void getNetworkTypeBitmaskFromCursor(ContentValues cv, Cursor c) { in getNetworkTypeBitmaskFromCursor() [all …]
|