Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/
DIwlanBroadcastReceiverTest.java119 onReceiveMethodWithArgs(ApnSetting.TYPE_IMS, testPcoIdIPv6); in testOnReceiveIPv6Pass()
127 onReceiveMethodWithArgs(ApnSetting.TYPE_IMS, testPcoIdIPv4); in testOnReceiveIPv4Pass()
135 onReceiveMethodWithArgs(ApnSetting.TYPE_DEFAULT, testPcoIdIPv6); in testOnReceiveIncorrectApnType()
143 onReceiveMethodWithArgs(ApnSetting.TYPE_IMS, 0xFF00); in testOnReceiveMethodIncorrectPcoId()
170 private void onReceiveMethodWithArgs(int apnType, int pcoId) { in onReceiveMethodWithArgs() method in IwlanBroadcastReceiverTest