Searched refs:triggerPcoData (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | DataNetworkControllerTest.java | 3528 mSimulatedCommands.triggerPcoData(1, "IPV6", 1234, new byte[]{1}); in testNrAdvancedByPco() 3532 mSimulatedCommands.triggerPcoData(1, "IPV6", 1234, new byte[]{0}); in testNrAdvancedByPco() 3545 mSimulatedCommands.triggerPcoData(1, "IPV6", 1234, new byte[]{1}); in testNrAdvancedByEarlyPco() 3573 mSimulatedCommands.triggerPcoData(2, "IPV6", 1234, new byte[]{1}); in testNrAdvancedByPcoMultipleNetworks() 3586 mSimulatedCommands.triggerPcoData(2, "IPV6", 1234, new byte[]{1}); in testNrAdvancedByEarlyUnrelatedPco()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SimulatedCommands.java | 2465 public void triggerPcoData(int cid, String bearerProto, int pcoId, byte[] contents) { in triggerPcoData() method in SimulatedCommands
|