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

  /cts/tests/tests/telephony4/src/android/telephony4/cts/
SimRestrictedApisTest.java 252 * Tests the TelephonyManager.getPreferredNetworkType() API. This makes a call to
253 * getPreferredNetworkType() API and expects a SecurityException since the test apk is not
260 mTelephonyManager.getPreferredNetworkType(0);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 176 int networkPreferenceInt = mTelephonyManager.getPreferredNetworkType(subId);
222 return mTelephonyManager.getPreferredNetworkType(subId);
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril_service.cpp 314 Return<void> getPreferredNetworkType(int32_t serial);
    [all...]

Completed in 601 milliseconds