Searched refs:SimImportService (Results 1 – 5 of 5) sorted by relevance
51 public class SimImportService extends Service { class83 SimImportService.class.getName() + "#serviceStateChanged";85 SimImportService.class.getName() + "#simImportComplete";108 return SimImportService.isImporting(sim);143 context.startService(new Intent(context, SimImportService.class) in startImport()300 FeedbackHelper.sendFeedback(SimImportService.this, TAG, in doInBackground()334 LocalBroadcastManager.getInstance(SimImportService.this).sendBroadcast(result); in onPostExecute()
300 SimImportService.startImport(getContext(), mSubscriptionId, importableContacts, in importCurrentSelections()
57 import com.android.contacts.SimImportService;218 new IntentFilter(SimImportService.BROADCAST_SIM_IMPORT_COMPLETE)); in onViewCreated()484 SimImportService.EXTRA_OPERATION_REQUESTED_AT_TIME, now);490 final int code = intent.getIntExtra(SimImportService.EXTRA_RESULT_CODE,491 SimImportService.RESULT_UNKNOWN);492 final int count = intent.getIntExtra(SimImportService.EXTRA_RESULT_COUNT, -1);493 if (code == SimImportService.RESULT_SUCCESS && count > 0) {501 } else if (code == SimImportService.RESULT_FAILURE) {
85 -keep class com.android.contacts.SimImportService { *; }86 -keep class com.android.contacts.SimImportService$* { *; }
57 import com.android.contacts.SimImportService;353 SimImportService.BROADCAST_SIM_IMPORT_COMPLETE)); in nextImportCompleteBroadcast()