Searched refs:parentActivity (Results 1 – 3 of 3) sorted by relevance
359 final Activity parentActivity = getActivity(); in createLauncherShortcutWithContact() local361 ShortcutIntentBuilder builder = new ShortcutIntentBuilder(parentActivity, in createLauncherShortcutWithContact()369 parentActivity.sendBroadcast(shortcutIntent); in createLauncherShortcutWithContact()373 Toast.makeText(parentActivity, in createLauncherShortcutWithContact()
102 public DeleteEventHelper(Context context, Activity parentActivity, boolean exitWhenDone) { in DeleteEventHelper() argument103 if (exitWhenDone && parentActivity == null) { in DeleteEventHelper()108 mParent = parentActivity; in DeleteEventHelper()
747 private void launchDeleteEventAndFinish(Activity parentActivity, long eventId, long startMillis, in launchDeleteEventAndFinish() argument749 DeleteEventHelper deleteEventHelper = new DeleteEventHelper(mContext, parentActivity, in launchDeleteEventAndFinish()750 parentActivity != null /* exit when done */); in launchDeleteEventAndFinish()