OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phoneaccounts
(Results
1 - 13
of
13
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TODO
14
Permissions in registering
PhoneAccounts
CreateConnectionProcessorTest.java
276
ArrayList<PhoneAccount>
phoneAccounts
= new ArrayList<PhoneAccount>() {{
279
when(mMockAccountRegistrar.getAllPhoneAccountsOfCurrentUser()).thenReturn(
phoneAccounts
);
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipPreferences.java
47
// This causes the SIP
PhoneAccounts
to be re-registered. This ensures the supported URI
48
// schemes for the SIP
PhoneAccounts
matches the new SIP_CALL_OPTIONS setting.
/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();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
PhoneAccountUtils.java
29
* Utilities class for dealing with the Telecom CTS Verifier
PhoneAccounts
.
/cts/tests/tests/telecom/src/android/telecom/cts/
SelfManagedConnectionServiceTest.java
110
// An important asumption is that self-managed
PhoneAccounts
are automatically
112
assertTrue("Self-managed
PhoneAccounts
must be enabled by default.",
BaseTelecomTestWithMockServices.java
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java
296
// There should be one or no
PhoneAccounts
with the same group Id
298
Log.w(this, "Found multiple
PhoneAccounts
registered to the same Group Id!");
437
* PhoneAccountRegistar to self-filter the
PhoneAccounts
to make sure we don't leak anything
[
all
...]
TelecomServiceImpl.java
[
all
...]
CallsManager.java
[
all
...]
/packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java
[
all
...]
/packages/apps/Dialer/java/com/android/incallui/
InCallPresenter.java
[
all
...]
Completed in 1327 milliseconds