Searched refs:getSubscriptionChangedCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionMonitorTest.java158 public int getSubscriptionChangedCount() { method in class:SubscriptionMonitorTest.TestHandler
194 if (testHandler.getSubscriptionChangedCount() != 0) {
205 if (testHandler.getSubscriptionChangedCount() != 1) {
216 if (testHandler.getSubscriptionChangedCount() != 1) {
226 if (testHandler.getSubscriptionChangedCount() != 1) {
228 testHandler.getSubscriptionChangedCount() + " vs 1");
238 if (testHandler.getSubscriptionChangedCount() != 2) {
249 if (testHandler.getSubscriptionChangedCount() != 3) {
251 testHandler.getSubscriptionChangedCount() + " vs 3");
264 if (testHandler.getSubscriptionChangedCount() !
[all...]

Completed in 237 milliseconds