private void resumeDb() { if (this.bndDb == null) { LOG.d("Binding DB service..."); this.bndDb = new DbClient( this, LOG.getPrefix(), new Runnable() { @Override public void run() { LOG.d("DB service bound."); showInReplyToTweetDetails(); } }); } }
private void setPostToAccountExclusive(final ServiceRef svc) { if (svc == null) return; LOG.d("setPostToAccountExclusive(%s)", svc); this.enabledPostToAccounts.enableExclusiveAndSetPreSpecified(svc); PostToAccountLoaderTask.setAccountBtns(this.llSubAccounts, this.enabledPostToAccounts); }