/packages/apps/Contacts/src/com/android/contacts/ |
D | CallUtil.java | 37 import com.android.contactsbind.FeedbackHelper; 185 FeedbackHelper.sendFeedback(context, TAG, in getVideoCallingAvailability() 220 FeedbackHelper.sendFeedback(context, TAG, in isCallWithSubjectSupported() 283 FeedbackHelper.sendFeedback(context, TAG, in isTachyonEnabled()
|
D | SimImportService.java | 39 import com.android.contactsbind.FeedbackHelper; 298 FeedbackHelper.sendFeedback(SimImportService.this, TAG, in doInBackground()
|
D | ContactSaveService.java | 71 import com.android.contactsbind.FeedbackHelper; 593 FeedbackHelper.sendFeedback(this, TAG, "Problem persisting user edits", e); in saveContact() 598 FeedbackHelper.sendFeedback(this, TAG, "Problem persisting user edits", e); in saveContact() 998 FeedbackHelper.sendFeedback(this, TAG, in addMembersToGroup() 1004 FeedbackHelper.sendFeedback(this, TAG, in addMembersToGroup() 1530 FeedbackHelper.sendFeedback(this, TAG, in applyOperations()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportVCardActivity.java | 47 import com.android.contactsbind.FeedbackHelper; 238 FeedbackHelper.sendFeedback(ImportVCardActivity.this, LOG_TAG, in run() 257 FeedbackHelper.sendFeedback(ImportVCardActivity.this, LOG_TAG, in run() 262 FeedbackHelper.sendFeedback(ImportVCardActivity.this, LOG_TAG, in run() 280 FeedbackHelper.sendFeedback(ImportVCardActivity.this, LOG_TAG, in run() 286 FeedbackHelper.sendFeedback(ImportVCardActivity.this, LOG_TAG, in run() 296 FeedbackHelper.sendFeedback(ImportVCardActivity.this, LOG_TAG, in run() 518 FeedbackHelper.sendFeedback(this, LOG_TAG, "Failed to copy vcard to local file", e); in readUriToLocalFile()
|
D | NfcImportVCardActivity.java | 43 import com.android.contactsbind.FeedbackHelper; 129 FeedbackHelper.sendFeedback(this, TAG, "vcard with unsupported version", e2); in createImportRequest() 140 FeedbackHelper.sendFeedback(this, TAG, "Failed to read vcard data", e); in createImportRequest() 148 FeedbackHelper.sendFeedback(this, TAG, "Failed to parse vcard", e); in createImportRequest()
|
D | ImportProcessor.java | 24 import com.android.contactsbind.FeedbackHelper; 115 FeedbackHelper.sendFeedback(mService, LOG_TAG, "Vcard import failed", e); in run() 256 FeedbackHelper.sendFeedback(mService, LOG_TAG, "Failed to read vcard", e); in readOneVCard()
|
D | ShareVCardActivity.java | 25 import com.android.contactsbind.FeedbackHelper; 54 FeedbackHelper.sendFeedback(this, LOG_TAG, "Failed to create .vcf file", e); in onServiceConnected()
|
D | ExportProcessor.java | 34 import com.android.contactsbind.FeedbackHelper; 101 FeedbackHelper.sendFeedback(mService, LOG_TAG, "Failed to process vcard export", e); in run()
|
/packages/apps/Contacts/src-bind/com/android/contactsbind/ |
D | FeedbackHelper.java | 19 public final class FeedbackHelper { class 25 private FeedbackHelper() { in FeedbackHelper() method in FeedbackHelper
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | FallbackAccountType.java | 28 import com.android.contactsbind.FeedbackHelper; 61 FeedbackHelper.sendFeedback(context, TAG, "Failed to build fallback account type", e); in FallbackAccountType()
|
D | GoogleAccountType.java | 33 import com.android.contactsbind.FeedbackHelper; 80 FeedbackHelper.sendFeedback(context, TAG, "Failed to build google account type", e); in GoogleAccountType()
|
D | ExternalAccountType.java | 38 import com.android.contactsbind.FeedbackHelper; 159 FeedbackHelper.sendFeedback(context, TAG, "Failed to build external account type", in ExternalAccountType()
|
D | SamsungAccountType.java | 30 import com.android.contactsbind.FeedbackHelper; 74 FeedbackHelper.sendFeedback(context, TAG, "Failed to build samsung account type", e); in SamsungAccountType()
|
D | ExchangeAccountType.java | 36 import com.android.contactsbind.FeedbackHelper; 73 FeedbackHelper.sendFeedback(context, TAG, "Failed to build exchange account type", e); in ExchangeAccountType()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ProviderStatusWatcher.java | 28 import com.android.contactsbind.FeedbackHelper; 235 FeedbackHelper.sendFeedback(mContext, TAG, in doInBackground()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ContactEditorSpringBoardActivity.java | 31 import com.android.contactsbind.FeedbackHelper; 120 FeedbackHelper.sendFeedback(this, TAG, in onCreate()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersFragment.java | 69 import com.android.contactsbind.FeedbackHelper; 878 FeedbackHelper.sendFeedback(getContext(), TAG, in toastForSaveAction()
|