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

  /cts/tests/tests/telephony/src/android/telephony/cts/
SimRestrictedApisTest.java 55 * Tests the TelephonyManager.setLine1NumberForDisplay() API. This makes a call to
56 * setLine1NumberForDisplay() API and expects a SecurityException since the test apk is not
62 TelephonyManager.getDefault().setLine1NumberForDisplay("", "");
70 * Tests the TelephonyManager.setLine1NumberForDisplay(long, string, string) API. This makes a
71 * call to setLine1NumberForDisplay() API and expects a SecurityException since the test apk is
77 TelephonyManager.getDefault().setLine1NumberForDisplay(0, "", "");
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]

Completed in 119 milliseconds