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

  /packages/apps/Settings/src/com/android/settings/sim/
SimDialogActivity.java 137 final Iterator<PhoneAccountHandle> phoneAccounts =
140 while (phoneAccounts.hasNext()) {
141 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next();
206 final Iterator<PhoneAccountHandle> phoneAccounts =
211 while (phoneAccounts.hasNext()) {
213 telecomManager.getPhoneAccount(phoneAccounts.next());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomManagerFacade.java 112 @Rpc(description = "Get a list of all PhoneAccounts.")
177 Iterator<PhoneAccountHandle> phoneAccounts =
180 while (phoneAccounts.hasNext()) {
181 PhoneAccountHandle phoneAccountHandle = phoneAccounts.next();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java 324 ArrayList<PhoneAccount> phoneAccounts = new ArrayList<PhoneAccount>() {{
327 when(mMockAccountRegistrar.getAllPhoneAccountsOfCurrentUser()).thenReturn(phoneAccounts);

Completed in 225 milliseconds