HomeSort by relevance Sort by last modified time
    Searched refs:iccCloseLogicalChannel (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/telephony4/src/android/telephony4/cts/
SimRestrictedApisTest.java 84 mTelephonyManager.iccCloseLogicalChannel(
110 * Tests the TelephonyManager.iccCloseLogicalChannel() API. This makes a call to
111 * iccCloseLogicalChannel() API and expects a SecurityException since the test apk is not signed
118 mTelephonyManager.iccCloseLogicalChannel(0);
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 168 mTelephonyManager.iccCloseLogicalChannel(i);
180 mTelephonyManager.iccCloseLogicalChannel(i);
595 mTelephonyManager.iccCloseLogicalChannel(response.getChannel());
603 mTelephonyManager.iccCloseLogicalChannel(response.getChannel());
630 assertTrue(mTelephonyManager.iccCloseLogicalChannel(response.getChannel()));
633 assertFalse(mTelephonyManager.iccCloseLogicalChannel(response.getChannel()));
636 assertFalse(mTelephonyManager.iccCloseLogicalChannel(2));
640 assertFalse(mTelephonyManager.iccCloseLogicalChannel(0));
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril_service.cpp 411 Return<void> iccCloseLogicalChannel(int32_t serial, int32_t channelId);
    [all...]

Completed in 146 milliseconds