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

  /cts/tests/tests/telephony4/src/android/telephony4/cts/
SimRestrictedApisTest.java 76 * Tests the TelephonyManager.iccOpenLogicalChannel() API. This makes a call to
77 * iccOpenLogicalChannel() API and expects a SecurityException since the test apk is not signed
85 mTelephonyManager.iccOpenLogicalChannel("").getChannel());
102 mTelephonyManager.iccOpenLogicalChannel("").getChannel());
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 593 IccOpenLogicalChannelResponse response = mTelephonyManager.iccOpenLogicalChannel("");
597 // {@link TelephonyManager#iccOpenLogicalChannel} sends a Manage Channel (open) APDU
601 response = mTelephonyManager.iccOpenLogicalChannel("", p2);
611 response = mTelephonyManager.iccOpenLogicalChannel("", p2);
626 IccOpenLogicalChannelResponse response = mTelephonyManager.iccOpenLogicalChannel("");
654 IccOpenLogicalChannelResponse logicalChannel = mTelephonyManager.iccOpenLogicalChannel("");
661 int p2 = 0; // same response parameters as the SELECT in the iccOpenLogicalChannel() above
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril_service.cpp 408 Return<void> iccOpenLogicalChannel(int32_t serial,
    [all...]

Completed in 474 milliseconds