Searched refs:clearAccounts (Results 1 – 4 of 4) sorted by relevance
116 telecomManager.clearAccounts(); in registerPhoneAccount()
1140 mTSIBinder.clearAccounts(CALLING_PACKAGE); in testClearAccounts()1143 .clearAccounts(CALLING_PACKAGE, mTSIBinder.getCallingUserHandle()); in testClearAccounts()1153 () -> mTSIBinder.clearAccounts(CALLING_PACKAGE)); in testClearAccountsWithoutPermission()
925 public void clearAccounts(String packageName) {931 .clearAccounts(packageName, Binder.getCallingUserHandle());
1383 public void clearAccounts(String packageName, UserHandle userHandle) { in clearAccounts() method in PhoneAccountRegistrar