Home
last modified time | relevance | path

Searched refs:idValue (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java336 int idValue = 1234; in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast() local
345 BluetoothShare._ID, 0, idValue), in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast()
392 int idValue = 1234; in onReceive_withActionTransferComplete_noBroadcastSent() local
401 BluetoothShare._ID, 0, idValue), in onReceive_withActionTransferComplete_noBroadcastSent()
DBluetoothOppTransferHistoryTest.java102 int idValue = 1234; in setUp() local
121 BluetoothShare._ID, 0, idValue), in setUp()
DIncomingFileConfirmActivityTest.java113 int idValue = 1234; in setUp() local
132 BluetoothShare._ID, 0, idValue), in setUp()
DBluetoothOppTransferActivityTest.java97 int idValue = 1234; in setUp() local
105 new CursorMockData(BluetoothShare._ID, 0, idValue), in setUp()
DBluetoothOppUtilityTest.java286 int idValue = 1234; in fillRecord_filledAllProperties() local
301 new CursorMockData(BluetoothShare._ID, 0, idValue), in fillRecord_filledAllProperties()
317 assertThat(info.mID).isEqualTo(idValue); in fillRecord_filledAllProperties()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalHidlImpl.java1398 mISupplicantStaNetwork.getId((SupplicantStatus status, int idValue) -> { in getId() argument
1401 this.mNetworkId = idValue; in getId()
3015 String idValue) -> { in getEapPrivateKeyId() argument
3018 this.mEapPrivateKeyId = idValue; in getEapPrivateKeyId()
3110 mISupplicantStaNetwork.getEapEngineID((SupplicantStatus status, String idValue) -> { in getEapEngineID() argument
3113 this.mEapEngineID = idValue; in getEapEngineID()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java940 Pair<Integer, String> idValue = (Pair<Integer, String>) request.argument; in handleMessage() local
941 defaultPhone.nvWriteItem(idValue.first, idValue.second, onCompleted, in handleMessage()