Searched refs:idValue (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiverTest.java | 336 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()
|
D | BluetoothOppTransferHistoryTest.java | 102 int idValue = 1234; in setUp() local 121 BluetoothShare._ID, 0, idValue), in setUp()
|
D | IncomingFileConfirmActivityTest.java | 113 int idValue = 1234; in setUp() local 132 BluetoothShare._ID, 0, idValue), in setUp()
|
D | BluetoothOppTransferActivityTest.java | 97 int idValue = 1234; in setUp() local 105 new CursorMockData(BluetoothShare._ID, 0, idValue), in setUp()
|
D | BluetoothOppUtilityTest.java | 286 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/ |
D | SupplicantStaNetworkHalHidlImpl.java | 1398 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/ |
D | PhoneInterfaceManager.java | 940 Pair<Integer, String> idValue = (Pair<Integer, String>) request.argument; in handleMessage() local 941 defaultPhone.nvWriteItem(idValue.first, idValue.second, onCompleted, in handleMessage()
|