Searched defs:newAccount (Results  1 – 9 of 9) sorted by relevance
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/ | 
| D | AccountStateChangedListener.java | 46     public static void onAccountSignedIn(@Nullable String oldAccount, @NonNull String newAccount) {  in onAccountSignedIn()
 | 
| /packages/apps/Dialer/java/com/android/dialer/preferredsim/suggestion/stub/ | 
| D | StubSuggestionProvider.java | 48       @NonNull Context context, @NonNull String number, PhoneAccountHandle newAccount) {}  in reportIncorrectSuggestion()
 | 
| /packages/apps/Dialer/java/com/android/dialer/preferredsim/suggestion/ | 
| D | SuggestionProvider.java | 79       @NonNull Context context, @NonNull String number, @NonNull PhoneAccountHandle newAccount);  in reportIncorrectSuggestion()
 | 
| /packages/apps/Contacts/tests/src/com/android/contacts/tests/ | 
| D | AccountsTestHelper.java | 63         Account newAccount = new Account(account.name, account.type);  in addTestAccount()  local
 | 
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ | 
| D | AccountsSettingsFragment.java | 400                     final String newAccount =  in onClick()  local
 | 
| /packages/apps/Contacts/src/com/android/contacts/editor/ | 
| D | ContactEditorFragment.java | 1381             AccountWithDataSet newAccount) {  in rebindEditorsForNewContact()1754             AccountWithDataSet oldAccount, AccountWithDataSet newAccount) {  in onRebindEditorsForNewContact()
 
 | 
| D | RawContactEditorView.java | 108                 AccountWithDataSet oldAccount, AccountWithDataSet newAccount);  in onRebindEditorsForNewContact()
 | 
| /packages/services/Telecomm/src/com/android/server/telecom/ | 
| D | PhoneAccountRegistrar.java | 1144     private void enforceSelfManagedAccountUnmodified(PhoneAccount newAccount,  in enforceSelfManagedAccountUnmodified()1261     private void maybeReplaceOldAccount(PhoneAccount newAccount) {  in maybeReplaceOldAccount()
 
 | 
| /packages/services/Telephony/src/com/android/services/telephony/ | 
| D | TelecomAccountRegistry.java | 265             PhoneAccount newAccount = buildPstnPhoneAccount(mIsEmergency, mIsTestAccount);  in reRegisterPstnPhoneAccount()  local
 |