Home
last modified time | relevance | path

Searched defs:inputValue (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DNetworkProviderWorkerTest.java291 public void receiveNotification(boolean inputValue) { in receiveNotification()
/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclient/
DMainActivity.java318 private void onSyncKeyPressed(EditText inputKey, EditText inputValue) { in onSyncKeyPressed()
/packages/modules/NeuralNetworks/common/cpu_operations/
DRoiPooling.cpp114 T_Input inputValue = batchBase[h * inWidth * inDepth + w * inDepth + k]; in roiPoolingNhwc() local
/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java343 public String getDefinitionByCompareValue(String inputValue) { in getDefinitionByCompareValue()