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

  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
VvmPackageInstallReceiver.java 49 Set<PhoneAccountHandle> phoneAccounts = vvmSourceManager.getOmtpVvmSources();
50 for (PhoneAccountHandle phoneAccount : phoneAccounts) {
  /packages/apps/Settings/src/com/android/settings/sim/
SimDialogActivity.java 138 final Iterator<PhoneAccountHandle> phoneAccounts =
141 while (phoneAccounts.hasNext()) {
142 final PhoneAccountHandle phoneAccountHandle = phoneAccounts.next();
207 final Iterator<PhoneAccountHandle> phoneAccounts =
212 while (phoneAccounts.hasNext()) {
214 telecomManager.getPhoneAccount(phoneAccounts.next());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelecomManagerFacade.java 116 @Rpc(description = "Get a list of all PhoneAccounts.")
181 Iterator<PhoneAccountHandle> phoneAccounts =
184 while (phoneAccounts.hasNext()) {
185 PhoneAccountHandle phoneAccountHandle = phoneAccounts.next();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java 275 ArrayList<PhoneAccount> phoneAccounts = new ArrayList<PhoneAccount>() {{
278 when(mMockAccountRegistrar.getAllPhoneAccountsOfCurrentUser()).thenReturn(phoneAccounts);

Completed in 104 milliseconds