Searched defs:activeModemCount (Results 1 – 2 of 2) sorted by relevance
228 int activeModemCount = (tm != null) ? tm.getActiveModemCount() : 1; in onCreate() local
256 int activeModemCount = (int) ((AsyncResult) msg.obj).result; in handleMessage() local