HomeSort by relevance Sort by last modified time
    Searched defs:getAllCellInfo (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelephonyManager.java 353 protected List<CellInfo> getAllCellInfo() {
  /cts/tests/tests/telephony/current/src/android/telephony/cts/
CellInfoTest.java 69 * Test TelephonyManager.getAllCellInfo()
257 // Check the a call to getAllCellInfo doesn't trigger the listener.
258 mTm.getAllCellInfo();
293 assertNotNull("TelephonyManager.getAllCellInfo() returned NULL!", allCellInfo);
294 assertTrue("TelephonyManager.getAllCellInfo() returned zero-length list!",
    [all...]

Completed in 527 milliseconds