Searched refs:ACTION_ACCOUNT_REMOVED (Results 1 – 5 of 5) sorted by relevance
1072 Intent intent = new Intent(AccountManager.ACTION_ACCOUNT_REMOVED); in getAccountRemovedReceivers()1100 Intent intent = new Intent(AccountManager.ACTION_ACCOUNT_REMOVED); in shouldNotifyPackageOnAccountRemoval()1131 + AccountManager.ACTION_ACCOUNT_REMOVED); in sendAccountRemovedBroadcast()1132 Intent intent = new Intent(AccountManager.ACTION_ACCOUNT_REMOVED); in sendAccountRemovedBroadcast()
472 public static final String ACTION_ACCOUNT_REMOVED = field in AccountManager
3310 } else if (AccountManager.ACTION_ACCOUNT_REMOVED.equals(intent.getAction())) { in updateBroadcastCounters()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
3817 …field public static final String ACTION_ACCOUNT_REMOVED = "android.accounts.action.ACCOUNT_REMOVED…