Searched refs:attach (Results 1 – 12 of 12) sorted by relevance
48 public void attach(Observer observer) { in attach() method in Observable
61 attach(RetryScheduler.getInstance(context)); in ReadRecTransaction()
72 attach(RetryScheduler.getInstance(context)); in SendTransaction()
98 attach(RetryScheduler.getInstance(context)); in NotificationTransaction()
95 attach(RetryScheduler.getInstance(context)); in RetrieveTransaction()
849 transaction.attach(TransactionService.this); in processTransaction()
186 mService.attach(this, view.getWindowToken(), in onServiceConnected()
270 mService.attach(this, view.getWindowToken(), in onServiceConnected()
1233 Attachment attach = new Attachment(); in restoreAttachmentsWithMessageId() local1234 attach.restore(c); in restoreAttachmentsWithMessageId()1235 attachments[i] = attach; in restoreAttachmentsWithMessageId()
522 ft.attach(mPreviousFragment); in popFromBackStack()
57 To apply the Apache License to your work, attach the following boilerplate notice, with the fields …
622 int[] pickIds = {R.id.attach, R.id.cancel}; in onCreate()