Home | History | Annotate | Download | only in notifier

Lines Matching defs:intent

20 import android.content.Intent;
77 Intent intent = new Intent();
78 intent.setAction(IntentNames.ACTION_REFRESH_ANNOTATED_CALL_LOG);
79 intent.putExtra(IntentNames.EXTRA_CHECK_DIRTY, checkDirty);
81 LocalBroadcastManager.getInstance(appContext).sendBroadcast(intent);
94 Intent intent = new Intent();
95 intent.setAction(IntentNames.ACTION_CANCEL_REFRESHING_ANNOTATED_CALL_LOG);
97 LocalBroadcastManager.getInstance(appContext).sendBroadcast(intent);