Searched refs:EXTRA_PING_ACCOUNT (Results 1 – 2 of 2) sorted by relevance
78 public static final String EXTRA_PING_ACCOUNT = "PING_ACCOUNT"; field in EasService381 final Account account = intent.getParcelableExtra(EXTRA_PING_ACCOUNT); in onStartCommand()
244 intent.putExtra(EasService.EXTRA_PING_ACCOUNT, account); in scheduleDelayedPing()